1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2009-05-16 14:49:41 +02:00
parent 6c3b2af9ac
commit 5a6e4d4ff2

View file

@ -569,7 +569,7 @@ iq(XMLNode node) {
target = jid2ppl(node["@to"]); target = jid2ppl(node["@to"]);
isplacemsg = stringp(target) && strlen(target) && ISPLACEMSG(target); isplacemsg = stringp(target) && strlen(target) && ISPLACEMSG(target);
P0(("+++ %O IQ node %O\n", ME, node)) P3(("+++ %O IQ node %O\n", ME, node))
iqchild = getiqchild(node); iqchild = getiqchild(node);
unless(iqchild) switch(node["@type"]) { unless(iqchild) switch(node["@type"]) {
case "get": case "get":