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