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

Extend PubSub Affiliation class by 'jid'

to allow pubsub#owner affiliation operations. SMACK-674.
This commit is contained in:
Florian Schmaus 2015-06-06 11:13:42 +02:00
parent 4a857fe67a
commit f7782aa466
3 changed files with 132 additions and 55 deletions

View file

@ -321,6 +321,13 @@
</extensionProvider>
<!-- XEP-0060 pubsub#owner -->
<extensionProvider>
<elementName>affiliation</elementName>
<namespace>http://jabber.org/protocol/pubsub#owner</namespace>
<className>org.jivesoftware.smackx.pubsub.provider.AffiliationProvider</className>
</extensionProvider>
<iqProvider>
<elementName>pubsub</elementName>
<namespace>http://jabber.org/protocol/pubsub#owner</namespace>