mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +00:00
+
This commit is contained in:
parent
6c3b2af9ac
commit
5a6e4d4ff2
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user