Method

XemeStanzaset_to

since: 0.1

Declaration [src]

void
xeme_stanza_set_to (
  XemeStanza* stanza,
  const char* to
)

Description [src]

Sets the recipient of stanza.

Available since: 0.1

Sets propertyXeme.Stanza:to

Parameters

to

Type: const char*

Who this stanza is addressed to.

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