public class XmppConnector extends Connector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTOR_TYPE |
Constructor and Description |
---|
XmppConnector(java.lang.String xmppAddress) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionLabel()
Provides a human read-able label
Required to be non-null
|
java.lang.String |
getConnectionString()
Address used to connect
Required to be non-null
|
java.lang.String |
getConnectionType()
Uniquely identifies a connection type
Required to be non-null
|
java.lang.String |
getIconUri()
Get icon for this connector
|
static java.lang.String |
GetIconUri() |
int |
getPriority()
Higher priority results in better chance of being the default connector, for a contact
|
equals, equals, getConnectionDisplayString, hashCode, isUserConnector, toString
public static final java.lang.String CONNECTOR_TYPE
public java.lang.String getConnectionString()
Connector
getConnectionString
in class Connector
public java.lang.String getConnectionType()
Connector
getConnectionType
in class Connector
public java.lang.String getConnectionLabel()
Connector
getConnectionLabel
in class Connector
public java.lang.String getIconUri()
Connector
getIconUri
in class Connector
public static java.lang.String GetIconUri()
public int getPriority()
Connector
getPriority
in class Connector