EMPTY_FEATURES| Constructor and Description |
|---|
ExternalServiceDiscoveryModule() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFeatures()
Returns XMPP features offered by module.
|
Criteria |
getModuleCriteria()
Returns critera used by Component to select module to handle incoming stanza.
|
protected List<ExtServiceDiscoItem> |
getServices(String type) |
void |
process(Packet packet)
Process incoming stanza.
|
public String[] getFeatures()
ModulegetFeatures in interface Modulenull.public Criteria getModuleCriteria()
ModulegetModuleCriteria in interface Modulepublic void process(Packet packet) throws ComponentException, TigaseStringprepException
Moduleprocess in interface Modulepacket - received stanza.ComponentException - if stanza can't be processed correctly. ComponentException is converted to error
stanza and returned to stanza sender.TigaseStringprepException - if there was an error during stringprep processing.protected List<ExtServiceDiscoItem> getServices(String type)
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.