Ignore:
Timestamp:
2015-03-15T14:41:47Z (9 years ago)
Author:
dequis <dx@…>
Children:
6e74911
Parents:
3752019
git-author:
dequis <dx@…> (09-03-15 08:35:50)
git-committer:
dequis <dx@…> (15-03-15 14:41:47)
Message:

msn: removed switchboards, implemented SDG message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r3752019 rffa5b70  
    260260                   1: OK */
    261261
    262 int msn_handler(struct msn_handler_data *h)
    263 {
     262int msn_handler(struct msn_data *h)
     263{
     264        struct im_connection *ic = h->ic;
    264265        int st;
    265266
     
    293294                                                ;
    294295                                        }
    295                                         st = h->exec_command(h, cmd, count);
     296                                        st = msn_ns_command(h, cmd, count);
    296297                                        g_free(cmd_text);
    297298
     
    334335                        }
    335336
    336                         st = h->exec_message(h, msg, h->msglen, cmd, count);
     337                        st = msn_ns_message(h, msg, h->msglen, cmd, count);
    337338                        g_free(msg);
    338339                        g_free(h->cmd_text);
Note: See TracChangeset for help on using the changeset viewer.