|
OpenSDN source code
|
#include <xmpp_proto.h>


Public Types | |
| enum | XmppStreamMsgType { STREAM_NONE = 0 , INIT_STREAM_HEADER = 1 , INIT_STREAM_HEADER_RESP = 2 , FEATURE_SASL = 3 , FEATURE_TLS = 4 , FEAUTRE_COMPRESS_LZW = 5 , CLOSE_STREAM = 6 } |
| enum | XmppStreamSASL |
| enum | XmppStreamTlsType { TLS_FEATURE_REQUEST = 1 , TLS_START = 2 , TLS_PROCEED = 3 } |
Public Member Functions | |
| XmppStreamMessage () | |
Public Member Functions inherited from XmppStanza::XmppMessage | |
| XmppMessage (XmppMessageType type) | |
| virtual | ~XmppMessage () |
| bool | IsValidType (XmppMessageType type) const |
Public Attributes | |
| XmppStreamMsgType | strmtype |
| XmppStreamTlsType | strmtlstype |
Public Attributes inherited from XmppStanza::XmppMessage | |
| XmppMessageType | type |
| XmppStanzaErrorType | error |
| std::string | from |
| std::string | to |
| std::string | xmlns |
| std::unique_ptr< XmlBase > | dom |
Definition at line 74 of file xmpp_proto.h.
| Enumerator | |
|---|---|
| STREAM_NONE | |
| INIT_STREAM_HEADER | |
| INIT_STREAM_HEADER_RESP | |
| FEATURE_SASL | |
| FEATURE_TLS | |
| FEAUTRE_COMPRESS_LZW | |
| CLOSE_STREAM | |
Definition at line 78 of file xmpp_proto.h.
Definition at line 88 of file xmpp_proto.h.
| Enumerator | |
|---|---|
| TLS_FEATURE_REQUEST | |
| TLS_START | |
| TLS_PROCEED | |
Definition at line 92 of file xmpp_proto.h.
|
inline |
Definition at line 75 of file xmpp_proto.h.
| XmppStreamTlsType XmppStanza::XmppStreamMessage::strmtlstype |
Definition at line 99 of file xmpp_proto.h.
| XmppStreamMsgType XmppStanza::XmppStreamMessage::strmtype |
Definition at line 98 of file xmpp_proto.h.