Ignore:
Timestamp:
2015-05-31T02:40:05Z (9 years ago)
Author:
dequis <dx@…>
Children:
3fb7139
Parents:
ef9ee0e
git-author:
dequis <dx@…> (19-04-15 07:36:06)
git-committer:
dequis <dx@…> (31-05-15 02:40:05)
Message:

msn: misc MSNP24 command format changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    ref9ee0e r899c8e8  
    191191                "/user", "application/user+xml",
    192192                strlen(body), body);
    193         msn_ns_write(ic, "PUT %d %zd\r\n%s", ++md->trId, strlen(buf), buf);
     193        msn_ns_write_cmd(ic, "PUT", "MSGR\\PRESENCE", buf);
    194194
    195195        g_free(buf);
Note: See TracChangeset for help on using the changeset viewer.