#include <jabber.h>
Public Member Functions | |
AST_LIST_ENTRY (aji_message) list | |
Data Fields | |
time_t | arrived |
char * | from |
char | id [25] |
char * | message |
Definition at line 66 of file jabber.h.
AST_LIST_ENTRY | ( | aji_message | ) |
time_t arrived |
char* from |
Definition at line 67 of file jabber.h.
Referenced by aji_client_destroy(), and aji_handle_message().
char id[25] |
char* message |
Definition at line 68 of file jabber.h.
Referenced by aji_client_destroy(), and aji_handle_message().