Class ReferenceManager
- java.lang.Object
-
- org.jivesoftware.smack.Manager
-
- org.jivesoftware.smackx.reference.ReferenceManager
-
public final class ReferenceManager extends org.jivesoftware.smack.Manager
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReferenceManager
getInstanceFor(org.jivesoftware.smack.XMPPConnection connection)
Return a new instance of the ReferenceManager for the given connection.
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstanceFor
public static ReferenceManager getInstanceFor(org.jivesoftware.smack.XMPPConnection connection)
Return a new instance of the ReferenceManager for the given connection.- Parameters:
connection
- xmpp connection- Returns:
- reference manager instance
-
-