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

msn: removed switchboards, implemented SDG message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r254a4da r11e42dc  
    266266                   1: OK */
    267267
    268 int msn_handler(struct msn_handler_data *h)
    269 {
     268int msn_handler(struct msn_data *h)
     269{
     270        struct im_connection *ic = h->ic;
    270271        int st;
    271272
     
    299300                                                ;
    300301                                        }
    301                                         st = h->exec_command(h, cmd, count);
     302                                        st = msn_ns_command(h, cmd, count);
    302303                                        g_free(cmd_text);
    303304
     
    340341                        }
    341342
    342                         st = h->exec_message(h, msg, h->msglen, cmd, count);
     343                        st = msn_ns_message(h, msg, h->msglen, cmd, count);
    343344                        g_free(msg);
    344345                        g_free(h->cmd_text);
Note: See TracChangeset for help on using the changeset viewer.