Method

XemeStanzaget_to

since: 0.1

Declaration [src]

const char*
xeme_stanza_get_to (
  XemeStanza* stanza
)

Description [src]

Gets the recipient of stanza.

Available since: 0.1

Gets propertyXeme.Stanza:to

Return value

Type: const char*

The recipient of this stanza.

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