mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Added resource binding support. SMACK-77
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2723 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
2dcb64cfb8
commit
335d2dd698
1 changed files with 7 additions and 0 deletions
|
@ -121,4 +121,11 @@
|
||||||
<className>org.jivesoftware.smackx.packet.OfflineMessageInfo$Provider</className>
|
<className>org.jivesoftware.smackx.packet.OfflineMessageInfo$Provider</className>
|
||||||
</extensionProvider>
|
</extensionProvider>
|
||||||
|
|
||||||
|
<!-- Resource Binding -->
|
||||||
|
<iqProvider>
|
||||||
|
<elementName>bind</elementName>
|
||||||
|
<namespace>urn:ietf:params:xml:ns:xmpp-bind</namespace>
|
||||||
|
<className>org.jivesoftware.smack.packet.Bind$Provider</className>
|
||||||
|
</iqProvider>
|
||||||
|
|
||||||
</smackProviders>
|
</smackProviders>
|
Loading…
Reference in a new issue