- Timestamp:
- 2015-12-30T05:22:47Z (9 years ago)
- Branches:
- master
- Children:
- 82cb190
- Parents:
- cdd1ded
- Location:
- protocols/msn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
rcdd1ded rc0db0d3 41 41 } 42 42 43 return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" l=\"%d\" t=\"1\"/></d></ml>",43 return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" t=\"1\"><s n=\"IM\" l=\"%d\" /></c></d></ml>", 44 44 domain, handle, list); 45 45 } -
protocols/msn/ns.c
rcdd1ded rc0db0d3 286 286 md->msglen = atoi(cmd[2]); 287 287 } 288 } else if (strcmp(cmd[0], "RML") == 0) { 289 /* Move along, nothing to see here */ 288 290 } else if (strcmp(cmd[0], "CHL") == 0) { 289 291 char *resp;
Note: See TracChangeset
for help on using the changeset viewer.