diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-10 20:21:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-10 20:21:02 +0800 |
commit | f91c3c9970a8085d5716127fb3d78768ced51c46 (patch) | |
tree | 50c83b12c9ccfcd833f9ef552c4d927f5dc0720d /data/jabber.profile | |
parent | bc739e2debf92ccc3ea0180a1d37a262d89cc1bb (diff) | |
download | gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar.gz gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar.bz2 gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar.lz gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar.xz gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.tar.zst gsoc2013-empathy-f91c3c9970a8085d5716127fb3d78768ced51c46.zip |
Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).
2007-08-10 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-images.h:
* libempathy-gtk/empathy-presence-chooser.c:
* libempathy-gtk/empathy-ui-utils.c:
* libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510
(Cosimo Cecchi).
* data/gtalk.profile:
* data/jabber.profile:
* data/salut.profile:
* data/irc.profile:
* data/msn.profile: Updated to use SupportedPresences field.
svn path=/trunk/; revision=243
Diffstat (limited to 'data/jabber.profile')
-rw-r--r-- | data/jabber.profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/jabber.profile b/data/jabber.profile index c91691daa..1ad05075e 100644 --- a/data/jabber.profile +++ b/data/jabber.profile @@ -5,9 +5,10 @@ DisplayName=Jabber IconName = empathy-proto-jabber ConfigurationUI = jabber Capabilities = chat-p2p, chat-room, chat-room-list, voice-p2p, split-account, registration-ui, supports-avatars, supports-alias -DefaultAccountDomain = jabber.org -SupportsInvisible = 0 +SupportedPresences = offline,available,away,extended-away,do-not-disturb VCardField = X-Jabber VCardDefault = true + +DefaultAccountDomain = jabber.org Default-ignore-ssl-errors = 1 |