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

#include <xmpp_proto.h>

Inheritance diagram for XmppStanza::XmppChatMessage:
Collaboration diagram for XmppStanza::XmppChatMessage:

Public Types

enum  XmppMessageSubtype {
  NORMAL = 1, CHAT = 2, GROUPCHAT = 3, HEADLINE = 4,
  ERROR = 5
}
 

Public Member Functions

 XmppChatMessage (XmppMessageStateType stype)
 
- Public Member Functions inherited from XmppStanza::XmppMessage
 XmppMessage (XmppMessageType type)
 
virtual ~XmppMessage ()
 
bool IsValidType (XmppMessageType type) const
 

Public Attributes

XmppMessageStateType state
 
XmppMessageSubtype stype
 
- 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 108 of file xmpp_proto.h.

Member Enumeration Documentation

Enumerator
NORMAL 
CHAT 
GROUPCHAT 
HEADLINE 
ERROR 

Definition at line 112 of file xmpp_proto.h.

Constructor & Destructor Documentation

XmppStanza::XmppChatMessage::XmppChatMessage ( XmppMessageStateType  stype)
inlineexplicit

Definition at line 109 of file xmpp_proto.h.

Member Data Documentation

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.


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