Method

XemeStreamget_from

since: 0.1

Declaration [src]

const char*
xeme_stream_get_from (
  XemeStream* stream
)

Description [src]

Gets the bare jid of the local side of stream.

Available since: 0.1

Gets propertyXeme.Stream:from

Return value

Type: const char*

The bare jid of the local side.

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