Method

XemeStreamget_to

since: 0.1

Declaration [src]

const char*
xeme_stream_get_to (
  XemeStream* stream
)

Description [src]

Gets the bare jid of the remote side of stream.

Available since: 0.1

Gets propertyXeme.Stream:to

Return value

Type: const char*

The bare jid of the remote side.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.