#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ekg/debug.h>#include <ekg/recode.h>#include <ekg/xmalloc.h>#include "icq.h"#include "misc.h"#include "icq_caps.h"#include "icq_const.h"#include "icq_flap_handlers.h"#include "icq_snac_handlers.h"Funkcje | |
| SNAC_SUBHANDLER (icq_snac_buddy_error) | |
| SNAC_SUBHANDLER (icq_snac_buddy_reply) | |
| void | icq_pack_append_nullterm_msg (string_t pkt, const char *msg) |
| void | icq_pack_append_rendezvous (string_t pkt, int version, int cookie, int mtype, int mflags, int accept, int priority) |
| static void | icq_get_description (session_t *s, const char *uin, int status) |
| static void | icq_get_user_info (session_t *s, userlist_t *u, struct icq_tlv_list *tlvs, int newstatus) |
| SNAC_SUBHANDLER (icq_snac_buddy_online) | |
| SNAC_SUBHANDLER (icq_snac_buddy_offline) | |
| SNAC_SUBHANDLER (icq_snac_buddy_notify_rejected) | |
| SNAC_HANDLER (icq_snac_buddy_handler) | |
| static void icq_get_description | ( | session_t * | s, | |
| const char * | uin, | |||
| int | status | |||
| ) | [static] |
| static void icq_get_user_info | ( | session_t * | s, | |
| userlist_t * | u, | |||
| struct icq_tlv_list * | tlvs, | |||
| int | newstatus | |||
| ) | [static] |
| void icq_pack_append_nullterm_msg | ( | string_t | pkt, | |
| const char * | msg | |||
| ) |
| void icq_pack_append_rendezvous | ( | string_t | pkt, | |
| int | version, | |||
| int | cookie, | |||
| int | mtype, | |||
| int | mflags, | |||
| int | accept, | |||
| int | priority | |||
| ) |
| SNAC_HANDLER | ( | icq_snac_buddy_handler | ) |
| SNAC_SUBHANDLER | ( | icq_snac_buddy_error | ) |
| SNAC_SUBHANDLER | ( | icq_snac_buddy_notify_rejected | ) |
| SNAC_SUBHANDLER | ( | icq_snac_buddy_reply | ) |
| SNAC_SUBHANDLER | ( | icq_snac_buddy_online | ) |
| SNAC_SUBHANDLER | ( | icq_snac_buddy_offline | ) |
1.7.1