|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.SharedGroupManager
public class 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 | |
|---|---|
SharedGroupManager()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
getSharedGroups(Connection connection)
Returns the collection that will contain the name of the shared groups where the user logged in with the specified session belongs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SharedGroupManager()
| Method Detail |
|---|
public static java.util.List<java.lang.String> getSharedGroups(Connection connection)
throws XMPPException
connection - connection to use to get the user's shared groups.
XMPPException
|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||