Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface ProtocolNames


public interface ProtocolNames

Specifies the names of some of the most popular instant messageing protocols. These names should be used when registering an implementation of a protocol with the osgi framwke. These names must be set in the properties dictionary that one specifies when registering an OSGI service. When setting one of these names a protocol implementor must map it against the ProtocolProviderFactory.PROTOCOL_PROPERTY_NAME key.

Author:
Emil Ivov

Field Summary
static String AIM
          The AIM service protocol.
static String DICT
          The Dict protocol.
static String FACEBOOK
          The Facebook protocol.
static String GADU_GADU
          The Gadu-Gadu protocol.
static String GIBBERISH
          The Gibberish protocol.
static String GROUP_WISE
          The GroupWise protocol.
static String ICQ
          The ICQ service protocol.
static String IRC
          The IRC protocol.
static String JABBER
          The Jabber protcool.
static String MSN
          The MSN messenger protocol.
static String RSS
          The RSS protocol.
static String SIP
          The SIP (and SIMPLE) protcools.
static String SIP_COMMUNICATOR_MOCK
          The SIP Communicator MOCK protocol.
static String SKYPE
          The Skype protcool.
static String SSH
          The SSH protocol.
static String YAHOO
          The Yahoo! messenger protcool.
static String ZEROCONF
          The Zeroconf protcool.
 

Field Detail

SIP

static final String SIP
The SIP (and SIMPLE) protcools.

See Also:
Constant Field Values

JABBER

static final String JABBER
The Jabber protcool.

See Also:
Constant Field Values

IRC

static final String IRC
The IRC protocol.

See Also:
Constant Field Values

GADU_GADU

static final String GADU_GADU
The Gadu-Gadu protocol.

See Also:
Constant Field Values

GROUP_WISE

static final String GROUP_WISE
The GroupWise protocol.

See Also:
Constant Field Values

ICQ

static final String ICQ
The ICQ service protocol.

See Also:
Constant Field Values

AIM

static final String AIM
The AIM service protocol.

See Also:
Constant Field Values

MSN

static final String MSN
The MSN messenger protocol.

See Also:
Constant Field Values

YAHOO

static final String YAHOO
The Yahoo! messenger protcool.

See Also:
Constant Field Values

SKYPE

static final String SKYPE
The Skype protcool.

See Also:
Constant Field Values

SIP_COMMUNICATOR_MOCK

static final String SIP_COMMUNICATOR_MOCK
The SIP Communicator MOCK protocol.

See Also:
Constant Field Values

ZEROCONF

static final String ZEROCONF
The Zeroconf protcool.

See Also:
Constant Field Values

RSS

static final String RSS
The RSS protocol.

See Also:
Constant Field Values

SSH

static final String SSH
The SSH protocol.

See Also:
Constant Field Values

GIBBERISH

static final String GIBBERISH
The Gibberish protocol.

See Also:
Constant Field Values

DICT

static final String DICT
The Dict protocol.

See Also:
Constant Field Values

FACEBOOK

static final String FACEBOOK
The Facebook protocol.

See Also:
Constant Field Values

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.