Commit 0bec3a0d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Modified to consider "jabber:connectionmanager" namespace. JM-666

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3983 b35dd754-fafc-0310-a699-88a17e54d16e
parent 483315fb
...@@ -359,6 +359,7 @@ public class XMPPPacketReader { ...@@ -359,6 +359,7 @@ public class XMPPPacketReader {
// "jabber:component:accept" // "jabber:component:accept"
if ("jabber:client".equals(qname.getNamespaceURI()) || if ("jabber:client".equals(qname.getNamespaceURI()) ||
"jabber:server".equals(qname.getNamespaceURI()) || "jabber:server".equals(qname.getNamespaceURI()) ||
"jabber:connectionmanager".equals(qname.getNamespaceURI()) ||
"jabber:component:accept".equals(qname.getNamespaceURI())) { "jabber:component:accept".equals(qname.getNamespaceURI())) {
newElement = df.createElement(pp.getName()); newElement = df.createElement(pp.getName());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment