OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XmppStanza::XmppStreamMessage Struct Reference

#include <xmpp_proto.h>

Inheritance diagram for XmppStanza::XmppStreamMessage:
Collaboration diagram for XmppStanza::XmppStreamMessage:

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< XmlBasedom
 

Detailed Description

Definition at line 74 of file xmpp_proto.h.

Member Enumeration Documentation

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.

Enumerator
TLS_FEATURE_REQUEST 
TLS_START 
TLS_PROCEED 

Definition at line 92 of file xmpp_proto.h.

Constructor & Destructor Documentation

XmppStanza::XmppStreamMessage::XmppStreamMessage ( )
inline

Definition at line 75 of file xmpp_proto.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: