aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java')
-rw-r--r--src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java b/src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java
index d33e4da..66ea7ad 100644
--- a/src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java
+++ b/src/net/java/sip/communicator/impl/googlecontacts/GoogleContactsQuery.java
@@ -279,14 +279,11 @@ public class GoogleContactsQuery
case ICQ:
imSubCat = ContactDetail.SubCategory.ICQ;
break;
- case YAHOO:
- imSubCat = ContactDetail.SubCategory.Yahoo;
- break;
case JABBER:
imSubCat = ContactDetail.SubCategory.Jabber;
break;
- case MSN:
- imSubCat = ContactDetail.SubCategory.MSN;
+ case SKYPE:
+ imSubCat = ContactDetail.SubCategory.Skype;
break;
case GOOGLETALK:
imSubCat = ContactDetail.SubCategory.GoogleTalk;
@@ -357,12 +354,6 @@ public class GoogleContactsQuery
OperationSetBasicTelephony.class,
ProtocolNames.JABBER);
break;
- case YAHOO:
- supportedOpSets.add(OperationSetBasicInstantMessaging.class);
- preferredProtocols.put(
- OperationSetBasicInstantMessaging.class,
- ProtocolNames.YAHOO);
- break;
default:
break;
}