Method

XemeStanzaget_to

unstable since: 0.1

Declaration [src]

const char*
xeme_stanza_get_to (
  XemeStanza* stanza
)

Description [src]

Gets the recipient.

Available since: 0.1

Gets propertyXeme.Stanza:to

Return value

Type: const char*

The recipient.

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