diff options
Diffstat (limited to 'src/net/java/sip/communicator/service/googlecontacts')
-rw-r--r-- | src/net/java/sip/communicator/service/googlecontacts/GoogleContactsEntry.java | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/net/java/sip/communicator/service/googlecontacts/GoogleContactsEntry.java b/src/net/java/sip/communicator/service/googlecontacts/GoogleContactsEntry.java index 0e89162..e72fe67 100644 --- a/src/net/java/sip/communicator/service/googlecontacts/GoogleContactsEntry.java +++ b/src/net/java/sip/communicator/service/googlecontacts/GoogleContactsEntry.java @@ -37,21 +37,11 @@ public interface GoogleContactsEntry GOOGLETALK, /** - * Yahoo protocol. - */ - YAHOO, - - /** * AIM protocol. */ AIM, /** - * MSN protocol. - */ - MSN, - - /** * ICQ protocol. */ ICQ, @@ -62,6 +52,11 @@ public interface GoogleContactsEntry JABBER, /** + * Skype protocol. + */ + SKYPE, + + /** * Other protocol (i.e. not supported). */ OTHER, |