Package | Description |
---|---|
org.jivesoftware.sparkimpl.plugin.gateways | |
org.jivesoftware.sparkimpl.plugin.gateways.transports |
Modifier and Type | Method and Description |
---|---|
Transport |
TransportItem.getTransport() |
Constructor and Description |
---|
GatewayButton(Transport transport) |
GatewayTabItem(Transport transport) |
TransportItem(Transport transport,
boolean active,
java.lang.String address) |
Modifier and Type | Class and Description |
---|---|
class |
AIMTransport |
class |
FacebookTransport |
class |
GaduGaduTransport |
class |
GTalkTransport |
class |
ICQTransport |
class |
IRCTransport |
class |
MSNTransport |
class |
MySpaceTransport |
class |
QQTransport |
class |
SametimeTransport |
class |
SimpleTransport |
class |
XMPPTransport |
class |
YahooTransport |
Modifier and Type | Method and Description |
---|---|
static Transport |
TransportUtils.getTransport(java.lang.String serviceName) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Transport> |
TransportUtils.getTransports() |
Modifier and Type | Method and Description |
---|---|
static void |
TransportUtils.addTransport(java.lang.String serviceName,
Transport transport) |
static boolean |
TransportUtils.isRegistered(org.jivesoftware.smack.XMPPConnection con,
Transport transport)
Checks if the user is registered with a gateway.
|