Method

XemeStanzaget_from

since: 0.1

Declaration [src]

const char*
xeme_stanza_get_from (
  XemeStanza* stanza
)

Description [src]

Gets the sender of stanza.

Available since: 0.1

Gets propertyXeme.Stanza:from

Return value

Type: const char*

The sender of stanza.

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