Class SharedGroupManager
java.lang.Object
org.jivesoftware.smackx.sharedgroups.SharedGroupManager
A SharedGroupManager provides services for discovering the shared groups where a user belongs.
Important note: This functionality is not part of the XMPP spec and it will only work with Wildfire.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSharedGroups
(XMPPConnection connection) Returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs.
-
Constructor Details
-
SharedGroupManager
public SharedGroupManager()
-
-
Method Details