summaryrefslogtreecommitdiffstats
path: root/src/pedro/pedroxmpp.cpp
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-08-03 21:56:19 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-08-03 21:56:19 +0000
commit80f45270f99482e93d72139f5c2673ac1cf34fbd (patch)
treefb18a2516d37bfd8c9bcc920f66742b53fd529eb /src/pedro/pedroxmpp.cpp
parentremove restriction from copying defs from effected document (diff)
downloadinkscape-80f45270f99482e93d72139f5c2673ac1cf34fbd.tar.gz
inkscape-80f45270f99482e93d72139f5c2673ac1cf34fbd.zip
empty messages are passed onto all listeners in pedro, gui ignores such messages
(bzr r1553)
Diffstat (limited to 'src/pedro/pedroxmpp.cpp')
-rw-r--r--src/pedro/pedroxmpp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp
index 48a4930b4..ccaaea4bd 100644
--- a/src/pedro/pedroxmpp.cpp
+++ b/src/pedro/pedroxmpp.cpp
@@ -1035,8 +1035,8 @@ bool XmppClient::processMessage(Element *root)
DOMString body = root->getTagValue("body");
DOMString thread = root->getTagValue("thread");
//##rfc 3921, para 2.4. ignore if no recognizable info
- if (subject.size() < 1 && body.size()<1 && thread.size()<1)
- return true;
+ //if (subject.size() < 1 && thread.size()<1)
+ // return true;
if (type == "groupchat")
{