1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-29 23:14:52 +02: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:
Gaston Dombiak 2005-08-27 00:00:58 +00:00 committed by gato
parent 2dcb64cfb8
commit 335d2dd698

View file

@ -121,4 +121,11 @@
<className>org.jivesoftware.smackx.packet.OfflineMessageInfo$Provider</className>
</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>