Strophe
0.8
XMPP client library
|
Data Fields | |
int | user_handler |
void * | handler |
void * | userdata |
int | enabled |
xmpp_handlist_t * | next |
union { | |
struct { | |
unsigned long period | |
uint64_t last_stamp | |
} | |
struct { | |
char * id | |
} | |
struct { | |
char * ns | |
char * name | |
char * type | |
} | |
}; |
int xmpp_handlist_t::user_handler |
void* xmpp_handlist_t::handler |
void* xmpp_handlist_t::userdata |
int xmpp_handlist_t::enabled |
xmpp_handlist_t* xmpp_handlist_t::next |
unsigned long xmpp_handlist_t::period |
uint64_t xmpp_handlist_t::last_stamp |
char* xmpp_handlist_t::id |
char* xmpp_handlist_t::ns |
char* xmpp_handlist_t::name |
char* xmpp_handlist_t::type |
union { ... } |