| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 | |
| char* from | 
Who the message is from
Definition at line 102 of file xmpp.h.
Referenced by delete_old_messages(), and xmpp_send_cb().
| char id[25] | 
Identifier for the message
Definition at line 104 of file xmpp.h.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), and Section::__lt__().
| struct { ... } list | 
Linked list information
Referenced by delete_old_messages(), and xmpp_client_destructor().
| char* message | 
Message contents
Definition at line 103 of file xmpp.h.
Referenced by acf_jabberreceive_read(), xmpp_client_destructor(), and xmpp_pak_message().
| struct ast_xmpp_message* next |