Ignore:
Timestamp:
2015-04-10T17:10:40Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
cfeadc3
Parents:
d80822c
git-author:
dequis <dx@…> (09-03-15 08:26:16)
git-committer:
dequis <dx@…> (10-04-15 17:10:40)
Message:

msn: remove unsupported commands, OIMs and dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    rd80822c rd550358  
    218218int msn_ns_finish_login(struct im_connection *ic);
    219219int msn_ns_sendmessage(struct im_connection *ic, struct bee_user *bu, const char *text);
    220 void msn_ns_oim_send_queue(struct im_connection *ic, GSList **msgq);
    221220int msn_ns_command(struct msn_data *md, char **cmd, int num_parts);
    222221int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int num_parts);
     
    229228char **msn_linesplit(char *line);
    230229int msn_handler(struct msn_data *h);
    231 void msn_msgq_purge(struct im_connection *ic, GSList **list);
    232230char *msn_p11_challenge(char *challenge);
    233231gint msn_domaintree_cmp(gconstpointer a_, gconstpointer b_);
Note: See TracChangeset for help on using the changeset viewer.