public abstract class ExtensionManager extends Manager
| Modifier and Type | Field and Description |
|---|---|
protected Collection<String> |
features |
protected XmppSession |
xmppSession |
| Modifier | Constructor and Description |
|---|---|
protected |
ExtensionManager(XmppSession xmppSession,
String... features) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEnabled(boolean enabled)
Enables or disables support for the extension.
|
protected final XmppSession xmppSession
protected final Collection<String> features
protected ExtensionManager(XmppSession xmppSession, String... features)
public void setEnabled(boolean enabled)
setEnabled in class Managerenabled - True, if support for the managed extension should be enabled; otherwise false.Manager.isEnabled()Copyright © 2014 XMPP.rocks. All rights reserved.