1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 01:29:38 +02:00

Add XEP-0231: Bits of Binary implementation

Fixes SMACK-737
This commit is contained in:
Florian Schmaus 2017-01-02 16:53:31 +01:00
parent 70e860fe27
commit c688acaa0f
16 changed files with 997 additions and 0 deletions

View file

@ -537,4 +537,16 @@
<className>org.jivesoftware.smackx.blocking.provider.BlockedErrorExtensionProvider</className>
</extensionProvider>
<!-- XEP-0231: Bits of Binary -->
<extensionProvider>
<elementName>html</elementName>
<namespace>http://jabber.org/protocol/xhtml-im</namespace>
<className>org.jivesoftware.smackx.bob.provider.BoBExtensionProvider</className>
</extensionProvider>
<iqProvider>
<elementName>data</elementName>
<namespace>urn:xmpp:bob</namespace>
<className>org.jivesoftware.smackx.bob.provider.BoBIQProvider</className>
</iqProvider>
</smackProviders>