Inheritance diagram for OpenSim::Framework::Communications::XMPP::XmppStanza:

Public Member Functions | |
| XmppStanza () | |
| XmppStanza (string fromJid, string toJid) | |
Public Attributes | |
| [XmlAttribute("to")] string | ToJid |
| recipient JID | |
| [XmlAttribute("from")] string | FromJid |
| sender JID | |
| [XmlAttribute("id")] string | MessageId |
| unique ID. | |
| OpenSim::Framework::Communications::XMPP::XmppStanza::XmppStanza | ( | ) | [inline] |
| OpenSim::Framework::Communications::XMPP::XmppStanza::XmppStanza | ( | string | fromJid, | |
| string | toJid | |||
| ) | [inline] |
| [XmlAttribute("to")] string OpenSim::Framework::Communications::XMPP::XmppStanza::ToJid |
recipient JID
| [XmlAttribute("from")] string OpenSim::Framework::Communications::XMPP::XmppStanza::FromJid |
sender JID
| [XmlAttribute("id")] string OpenSim::Framework::Communications::XMPP::XmppStanza::MessageId |
unique ID.
1.5.1