aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service
blob: c8dbb29a8eaa651a2f0a034baab5eb4dbedfc73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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="local-xmpp-im">
  <type>IM</type>
  <name>Salut</name>
  <icon>people-nearby</icon>
  <provider>local-xmpp</provider>

  <!-- default settings (account settings have precedence over these) -->
  <template>
    <group name="telepathy">
      <setting name="manager">salut</setting>
      <setting name="protocol">local-xmpp</setting>
    </group>
  </template>

</service>