diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-04 22:49:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-04 22:49:25 +0800 |
commit | 4a2964952e69d74c3846b0bb7429a2c9b11469ef (patch) | |
tree | 4571ac064528116531744b52990bda63fd0d5605 | |
parent | 04b2fab050f45e2fc668c9e33ef7a48dd2ee01f7 (diff) | |
download | gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar.gz gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar.bz2 gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar.lz gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar.xz gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.tar.zst gsoc2013-empathy-4a2964952e69d74c3846b0bb7429a2c9b11469ef.zip |
Update default domains in profiles.
svn path=/trunk/; revision=1195
-rw-r--r-- | data/gtalk.profile | 2 | ||||
-rw-r--r-- | data/msn-haze.profile | 3 | ||||
-rw-r--r-- | data/msn.profile | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/data/gtalk.profile b/data/gtalk.profile index 8a91d0fdc..0b35eec01 100644 --- a/data/gtalk.profile +++ b/data/gtalk.profile @@ -7,7 +7,7 @@ ConfigurationUI = jabber VCardDefault = 0 VCardField = X-JABBER Capabilities = chat-p2p, voice-p2p, split-account, chat-room, chat-room-list, registration-ui, supports-avatars, supports-alias, supports-roster -DefaultAccountDomain = gmail.com, googlemail.com +DefaultAccountDomain = gmail.com Default-server = talk.google.com Default-port = 5223 Default-old-ssl = 1 diff --git a/data/msn-haze.profile b/data/msn-haze.profile index 840dd2c42..196825202 100644 --- a/data/msn-haze.profile +++ b/data/msn-haze.profile @@ -5,7 +5,8 @@ DisplayName=MSN (Haze) IconName = im-msn ConfigurationUI = haze SupportsInvisible = 0 -Capabilities = chat-p2p, supports-alias, supports-avatars, supports-roster +Capabilities = chat-p2p, split-account, supports-alias, supports-avatars, supports-roster +DefaultAccountDomain = hotmail.com VCardDefault = 1 VCardField = X-MSN SupportedPresences = away,hidden,do-not-disturb diff --git a/data/msn.profile b/data/msn.profile index 7ebd78118..9bdd051ea 100644 --- a/data/msn.profile +++ b/data/msn.profile @@ -6,6 +6,7 @@ IconName = im-msn ConfigurationUI = msn SupportsInvisible = 1 Capabilities = chat-p2p, split-account, supports-avatars, supports-alias +DefaultAccountDomain = hotmail.com VCardDefault = 1 VCardField = X-MSN SupportedPresences = offline,available,away,extended-away,hidden,do-not-disturb |