diff options
Diffstat (limited to 'ubuntu-online-accounts/cc-plugins/services/groupwise-im.service')
-rw-r--r-- | ubuntu-online-accounts/cc-plugins/services/groupwise-im.service | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service b/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service new file mode 100644 index 000000000..ef8668898 --- /dev/null +++ b/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py + Do NOT edit manually --> +<service id="groupwise-im"> + <type>IM</type> + <name>Groupwise</name> + <icon>groupwise</icon> + <provider>groupwise</provider> + + <!-- default settings (account settings have precedence over these) --> + <template> + <group name="telepathy"> + <setting name="manager">haze</setting> + <setting name="protocol">groupwise</setting> + </group> + </template> + +</service> |