Changeset 074c9b6 for protocols/msn/msn.c
- Timestamp:
- 2015-05-31T02:40:04Z (9 years ago)
- Children:
- d2411a1
- Parents:
- 767b2d1
- git-author:
- dequis <dx@…> (10-04-15 11:33:58)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r767b2d1 r074c9b6 193 193 "/user", "application/user+xml", 194 194 strlen(body), body); 195 msn_ns_write(ic, -1,"PUT %d %zd\r\n%s", ++md->trId, strlen(buf), buf);195 msn_ns_write(ic, "PUT %d %zd\r\n%s", ++md->trId, strlen(buf), buf); 196 196 197 197 g_free(buf); … … 244 244 static void msn_keepalive(struct im_connection *ic) 245 245 { 246 msn_ns_write(ic, -1,"PNG\r\n");246 msn_ns_write(ic, "PNG\r\n"); 247 247 } 248 248
Note: See TracChangeset
for help on using the changeset viewer.