The Stanza type exposes the following members.

Properties

  NameDescription
Public propertyData
The data of the stanza.
Public propertyFrom
Specifies the JID of the sender. If this is null, the stanza was generated by the client's server.
Public propertyId
The ID of the stanza, which may be used for internal tracking of stanzas.
Public propertyIsEmpty
Determines whether the stanza is empty, i.e. has no child nodes.
Public propertyLanguage
The language of the XML character data if the stanza contains data that is intended to be presented to a human user.
Public propertyTo
Specifies the JID of the intended recipient for the stanza.

See Also