OpenSDN source code
|
#include <xmpp_proto.h>
Public Types | |
enum | XmppMessageSubtype { NORMAL = 1, CHAT = 2, GROUPCHAT = 3, HEADLINE = 4, ERROR = 5 } |
Public Member Functions | |
XmppChatMessage (XmppMessageStateType stype) | |
![]() | |
XmppMessage (XmppMessageType type) | |
virtual | ~XmppMessage () |
bool | IsValidType (XmppMessageType type) const |
Public Attributes | |
XmppMessageStateType | state |
XmppMessageSubtype | stype |
![]() | |
XmppMessageType | type |
XmppStanzaErrorType | error |
std::string | from |
std::string | to |
std::string | xmlns |
std::unique_ptr< XmlBase > | dom |
Definition at line 108 of file xmpp_proto.h.
Enumerator | |
---|---|
NORMAL | |
CHAT | |
GROUPCHAT | |
HEADLINE | |
ERROR |
Definition at line 112 of file xmpp_proto.h.
|
inlineexplicit |
Definition at line 109 of file xmpp_proto.h.
XmppMessageStateType XmppStanza::XmppChatMessage::state |
Definition at line 120 of file xmpp_proto.h.
XmppMessageSubtype XmppStanza::XmppChatMessage::stype |
Definition at line 121 of file xmpp_proto.h.