#include <jabber.h>

Data Fields | |
| struct timeval | arrived |
| char * | from |
| char | id [25] |
| struct { | |
| struct aji_message * next | |
| } | list |
| char * | message |
| struct timeval arrived |
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().
| struct { ... } list |
Referenced by ast_aji_client_destroy(), and delete_old_messages().
| char* message |
Definition at line 128 of file jabber.h.
Referenced by acf_jabberreceive_read(), aji_handle_message(), and aji_message_destroy().
| struct aji_message* next |