Method

XemeStreamset_from

since: 0.1

Declaration [src]

void
xeme_stream_set_from (
  XemeStream* stream,
  const char* from
)

Description [src]

Sets the bare jid for the local side of stream.

Available since: 0.1

Sets propertyXeme.Stream:from

Parameters

from

Type: const char*

The bare jid of the local 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.