public static final class

Im.Protocol

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.Im.Protocol

Class Overview

Im protocol.

Summary

Constants
String AIM AIM.
String GOOGLE_TALK Google Talk.
String ICQ ICQ.
String JABBER Jabber.
String MSN MSN.
String NETMEETING NetMeeting.
String QQ Tencent QQ.
String SKYPE Skype.
String YAHOO Yahoo.
Public Constructors
Im.Protocol()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AIM

AIM.

Constant Value: "http://schemas.google.com/g/2005#AIM"

public static final String GOOGLE_TALK

Google Talk.

Constant Value: "http://schemas.google.com/g/2005#GOOGLE_TALK"

public static final String ICQ

ICQ.

Constant Value: "http://schemas.google.com/g/2005#ICQ"

public static final String JABBER

Jabber.

Constant Value: "http://schemas.google.com/g/2005#JABBER"

public static final String MSN

MSN.

Constant Value: "http://schemas.google.com/g/2005#MSN"

public static final String NETMEETING

NetMeeting.

Constant Value: "http://schemas.google.com/g/2005#NETMEETING"

public static final String QQ

Tencent QQ.

Constant Value: "http://schemas.google.com/g/2005#QQ"

public static final String SKYPE

Skype.

Constant Value: "http://schemas.google.com/g/2005#SKYPE"

public static final String YAHOO

Yahoo.

Constant Value: "http://schemas.google.com/g/2005#YAHOO"

Public Constructors

public Im.Protocol ()