Asterisk - The Open Source Telephony Project
21.4.1
|
XMPP Message. More...
#include <xmpp.h>
Data Fields | |
struct timeval | arrived |
char * | from |
char | id [25] |
struct { | |
struct ast_xmpp_message * next | |
} | list |
char * | message |
struct timeval arrived |
char* from |
Who the message is from
Definition at line 102 of file xmpp.h.
Referenced by xmpp_message_destroy(), and xmpp_pak_message().
char id[25] |
struct { ... } list |
Linked list information
Referenced by xmpp_client_destructor().
char* message |
Message contents
Definition at line 103 of file xmpp.h.
Referenced by xmpp_client_destructor(), xmpp_message_destroy(), and xmpp_pak_message().