Method

XemeStreamset_to

unstable since: 0.1

Declaration [src]

void
xeme_stream_set_to (
  XemeStream* stream,
  const char* to
)

Description [src]

Sets the bare JID for the remote side.

Available since: 0.1

Sets propertyXeme.Stream:to

Parameters

to

Type: const char*

The bare JID of the remote side.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.