#include <jabber.h>
Data Fields | |
time_t | arrived |
char * | from |
char | id [25] |
struct { | |
aji_message * next | |
} | list |
char * | message |
Definition at line 79 of file jabber.h.
time_t arrived |
char* from |
Definition at line 80 of file jabber.h.
Referenced by aji_client_destroy(), and aji_handle_message().
char id[25] |
struct { ... } list |
Referenced by aji_client_destroy(), and aji_handle_message().
char* message |
Definition at line 81 of file jabber.h.
Referenced by aji_client_destroy(), and aji_handle_message().
struct aji_message* next |