#include <jabber.h>
Public Member Functions | |
AST_LIST_ENTRY (aji_message) list | |
Data Fields | |
struct timeval | arrived |
char * | from |
char | id [25] |
char * | message |
Definition at line 126 of file jabber.h.
AST_LIST_ENTRY | ( | aji_message | ) |
struct timeval arrived [read] |
Definition at line 130 of file jabber.h.
Referenced by acf_jabberreceive_read(), aji_handle_message(), and delete_old_messages().
char* from |
Definition at line 127 of file jabber.h.
Referenced by acf_jabberreceive_read(), aji_handle_message(), aji_message_destroy(), and delete_old_messages().
char id[25] |
Definition at line 129 of file jabber.h.
Referenced by aji_handle_message().
char* message |
Definition at line 128 of file jabber.h.
Referenced by acf_jabberreceive_read(), aji_handle_message(), and aji_message_destroy().