/usr/share/accounts/services/kde/ktp-salut-im.service is in kde-config-telepathy-accounts 4:17.12.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0" encoding="UTF-8"?>
<service id="ktp-salut-im">
<type>IM</type>
<name>Chat</name>
<icon>im-local-xmpp</icon>
<provider>ktp-salut</provider>
<translations>kaccounts-providers</translations>
<template>
<group name="telepathy">
<setting name="manager">salut</setting>
<setting name="protocol">local-xmpp</setting>
</group>
<group name="auth">
<setting name="method">password</setting>
<setting name="mechanism">password</setting>
</group>
</template>
</service>
|