mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
6c3b2af9ac
commit
5a6e4d4ff2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue