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
1 changed files with 7 additions and 0 deletions

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>