diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-17 06:10:38 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-17 06:10:38 +0800 |
commit | 1ac788af54642510e3a091a42da692ad87ec8667 (patch) | |
tree | 4e25a4b0dc758b32c5d1242a8018c9e5ef59785b /data | |
parent | f369aa1633fd6d1c02680e97006bc53e4b8e44eb (diff) | |
download | gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar.gz gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar.bz2 gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar.lz gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar.xz gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.tar.zst gsoc2013-empathy-1ac788af54642510e3a091a42da692ad87ec8667.zip |
Adding groupwise profile. Fixes bug #517776 (Vincent Untz).
svn path=/trunk/; revision=814
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/groupwise.profile | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index c2118a794..7bf442d48 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,7 +11,8 @@ profile_DATA = \ irc.profile \ msn.profile \ msn-haze.profile \ - sofiasip.profile + sofiasip.profile \ + groupwise.profile autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = empathy.desktop.in diff --git a/data/groupwise.profile b/data/groupwise.profile new file mode 100644 index 000000000..3e47ec2fb --- /dev/null +++ b/data/groupwise.profile @@ -0,0 +1,11 @@ +[Profile] +Manager=haze +Protocol=groupwise +IconName = im-nov +DisplayName=GroupWise +ConfigurationUI = groupwise +Capabilities = chat-p2p, supports-alias, supports-roster +VCardDefault = 1 +VCardField = X-Groupwise +SupportedPresences = away,hidden,do-not-disturb + |