Method

XemeStanzaget_id

since: 0.1

Declaration [src]

const char*
xeme_stanza_get_id (
  XemeStanza* stanza
)

Description [src]

Gets the id of stanza.

Available since: 0.1

Gets propertyXeme.Stanza:id

Return value

Type: const char*

The identifier of the stanza.

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