mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
-+-+
This commit is contained in:
parent
349a7e92e3
commit
48629998ba
4 changed files with 22 additions and 8 deletions
|
@ -569,7 +569,7 @@ iq(XMLNode node) {
|
|||
target = jid2ppl(node["@to"]);
|
||||
isplacemsg = stringp(target) && strlen(target) && ISPLACEMSG(target);
|
||||
|
||||
P3(("%O IQ node %O\n", ME, node))
|
||||
P0(("+++ %O IQ node %O\n", ME, node))
|
||||
firstchild = getfirstchild(node);
|
||||
unless(firstchild) {
|
||||
switch(node["@type"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue