mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Added SharedGroupInfo provider. SMACK-96
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2984 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
04fbaff6fd
commit
bcae58878d
1 changed files with 7 additions and 0 deletions
|
@ -142,4 +142,11 @@
|
|||
<className>org.jivesoftware.smackx.search.UserSearch$Provider</className>
|
||||
</iqProvider>
|
||||
|
||||
<!-- SharedGroupsInfo -->
|
||||
<iqProvider>
|
||||
<elementName>sharedgroup</elementName>
|
||||
<namespace>http://www.jivesoftware.org/protocol/sharedgroup</namespace>
|
||||
<className>org.jivesoftware.smackx.packet.SharedGroupsInfo$Provider</className>
|
||||
</iqProvider>
|
||||
|
||||
</smackProviders>
|
Loading…
Reference in a new issue