diff options
Diffstat (limited to 'src/QXmppDiscoveryIq.cpp')
| -rw-r--r-- | src/QXmppDiscoveryIq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppDiscoveryIq.cpp b/src/QXmppDiscoveryIq.cpp index 1409721e..6e0d33d5 100644 --- a/src/QXmppDiscoveryIq.cpp +++ b/src/QXmppDiscoveryIq.cpp @@ -215,7 +215,7 @@ bool QXmppDiscoveryIq::isDiscoveryIq(const QDomElement &element) { QDomElement queryElement = element.firstChildElement("query"); return (queryElement.namespaceURI() == ns_disco_info || - queryElement.namespaceURI() == ns_disco_items); + queryElement.namespaceURI() == ns_disco_items); } void QXmppDiscoveryIq::parseElementFromChild(const QDomElement &element) |
