The Stanza type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Data |
The data of the stanza.
|
![]() | From |
Specifies the JID of the sender. If this is null, the stanza was generated
by the client's server.
|
![]() | Id |
The ID of the stanza, which may be used for internal tracking of stanzas.
|
![]() | IsEmpty |
Determines whether the stanza is empty, i.e. has no child nodes.
|
![]() | Language |
The language of the XML character data if the stanza contains data that is
intended to be presented to a human user.
|
![]() | To |
Specifies the JID of the intended recipient for the stanza.
|