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