public final class ExtensionModule extends java.lang.Object implements Module
Registers extensions and manager classes, (which should be initialized during the start of a session) to the XmppSession.
| Constructor and Description |
|---|
ExtensionModule() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Extension> |
getExtensions()
Gets the extensions belonging to this module.
|
public final java.util.Collection<Extension> getExtensions()
ModuleGets the extensions belonging to this module.
getExtensions in interface ModuleCopyright © 2014–2019 XMPP.rocks. All rights reserved.