Method

XemeStanzaset_from

since: 0.1

Declaration [src]

void
xeme_stanza_set_from (
  XemeStanza* stanza,
  const char* from
)

Description [src]

Sets the sender of stanza.

Available since: 0.1

Sets propertyXeme.Stanza:from

Parameters

from

Type: const char*

Who sent this stanza.

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