public abstract class JabberModulV1 extends Object implements org.apache.vysper.xmpp.modules.Module
Constructor and Description |
---|
JabberModulV1() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.vysper.xmpp.modules.ServerRuntimeContextService> |
getServerServices()
The Services you may fill.
|
String |
getVersion()
The Version of the
Module . |
void |
initialize(org.apache.vysper.xmpp.server.ServerRuntimeContext serverRuntimeContext)
Initialize the Modul using the current
ServerRuntimeContext . |
public void initialize(org.apache.vysper.xmpp.server.ServerRuntimeContext serverRuntimeContext)
ServerRuntimeContext
.initialize
in interface org.apache.vysper.xmpp.modules.Module
serverRuntimeContext
- The Context, never null
.public final String getVersion()
Module
.getVersion
in interface org.apache.vysper.xmpp.modules.Module
null
.public final List<org.apache.vysper.xmpp.modules.ServerRuntimeContextService> getServerServices()
getServerServices
in interface org.apache.vysper.xmpp.modules.Module
Copyright © 2004-2014. All Rights Reserved.