Method

XemeStreamset_from

unstable 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.

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