Method

XemeStanzaset_id

since: 0.1

Declaration [src]

void
xeme_stanza_set_id (
  XemeStanza* stanza,
  const char* id
)

Description [src]

Sets the identifier of stanza.

Available since: 0.1

Sets propertyXeme.Stanza:id

Parameters

id

Type: const char*

The new identifier.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.