Changeset c0db0d3 for protocols


Ignore:
Timestamp:
2015-12-30T05:22:47Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
82cb190
Parents:
cdd1ded
Message:

msn: Fix ADL/RML (add/remove from list) throwing server errors

Location:
protocols/msn
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    rcdd1ded rc0db0d3  
    4141        }
    4242
    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>",
    4444                                       domain, handle, list);
    4545}
  • protocols/msn/ns.c

    rcdd1ded rc0db0d3  
    286286                        md->msglen = atoi(cmd[2]);
    287287                }
     288        } else if (strcmp(cmd[0], "RML") == 0) {
     289                /* Move along, nothing to see here */
    288290        } else if (strcmp(cmd[0], "CHL") == 0) {
    289291                char *resp;
Note: See TracChangeset for help on using the changeset viewer.