summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorPiotr Piastucki <leech.miranda@gmail.com>2015-05-17 11:54:08 +0000
committerPiotr Piastucki <leech.miranda@gmail.com>2015-05-17 11:54:08 +0000
commitfef36df7c49e5cbfade4ff83a1115cac7ef2b82a (patch)
treed532aaf3494fe839a4718068aa87220845ac2cb9 /protocols
parent66758570c22e4c614b9eca594c55d89c189662e9 (diff)
Only propagate Skype contacts on Forward list, there seems to be a server error when propagating other (MSN) contacts.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/MSN/src/msn_lists.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp
index ad94802bb7..6f7b6384fd 100644
--- a/protocols/MSN/src/msn_lists.cpp
+++ b/protocols/MSN/src/msn_lists.cpp
@@ -306,6 +306,7 @@ void CMsnProto::MSN_CreateContList(void)
cxml.AppendFormat("<c n=\"%s\" t=\"%d\"><s l=\"%d\" n=\"PE\"/><s l=\"%d\" n=\"IM\"/><s l=\"%d\" n=\"SKP\"/><s l=\"%d\" n=\"PUB\"/></c>", C.email, C.netId, list, list, list, list);
used[j] = true;
}
+ /* Seems to be unused in Skype and causing errors
else if (dom != NULL && lastds != NULL && _stricmp(lastds, dom) == 0) {
if (newdom) {
cxml.AppendFormat("<d n=\"%s\">", lastds + 1);
@@ -317,6 +318,7 @@ void CMsnProto::MSN_CreateContList(void)
*(char*)dom = '@';
used[j] = true;
}
+ */
}
if (!newdom) cxml.Append(lastds ? "</d>" : "</skp>");
}