Method

XemeStreamset_to

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 of stream.

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 function.
The value is a NUL terminated UTF-8 string.