aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/msn/msn_util.c2
-rw-r--r--protocols/msn/ns.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/protocols/msn/msn_util.c b/protocols/msn/msn_util.c
index 58bc0eae..763b2768 100644
--- a/protocols/msn/msn_util.c
+++ b/protocols/msn/msn_util.c
@@ -40,7 +40,7 @@ static char *adlrml_entry(const char *handle_, msn_buddy_flags_t list)
return NULL;
}
- return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" l=\"%d\" t=\"1\"/></d></ml>",
+ return g_markup_printf_escaped("<ml><d n=\"%s\"><c n=\"%s\" t=\"1\"><s n=\"IM\" l=\"%d\" /></c></d></ml>",
domain, handle, list);
}
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c
index 3b2ae552..d577b4b9 100644
--- a/protocols/msn/ns.c
+++ b/protocols/msn/ns.c
@@ -285,6 +285,8 @@ int msn_ns_command(struct msn_data *md, char **cmd, int num_parts)
} else if (num_parts >= 3) {
md->msglen = atoi(cmd[2]);
}
+ } else if (strcmp(cmd[0], "RML") == 0) {
+ /* Move along, nothing to see here */
} else if (strcmp(cmd[0], "CHL") == 0) {
char *resp;
int st;