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

Blocking Command: add blocked error management and refactor SMACK-731

This commit is contained in:
Fernando Ramirez 2017-01-02 11:10:27 -03:00 committed by Florian Schmaus
parent 5c2d18deb4
commit 018a7dd93a
6 changed files with 186 additions and 7 deletions

View file

@ -531,6 +531,10 @@
<namespace>urn:xmpp:blocking</namespace>
<className>org.jivesoftware.smackx.blocking.provider.UnblockContactsIQProvider</className>
</iqProvider>
<extensionProvider>
<elementName>blocked</elementName>
<namespace>urn:xmpp:blocking:errors</namespace>
<className>org.jivesoftware.smackx.blocking.provider.BlockedErrorExtensionProvider</className>
</extensionProvider>
</smackProviders>