Codebase list ktp-accounts-kcm / a714e70
[kaccounts] Add Steam Chat provider and service Martin Klapetek 9 years ago
2 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 <?xml version="1.0" encoding="UTF-8" ?>
1 <service id="ktp-steam-im">
2 <type>IM</type>
3 <!-- Steam Chat - The string below is being displayed as a checkbox label to enable/disable this service -->
4 <_name>Chat</_name>
5 <icon>input-gaming</icon>
6 <provider>ktp-steam</provider>
7 <translations>kaccounts-providers</translations>
8 </service>
0 <?xml version="1.0" encoding="UTF-8"?>
1 <provider id="ktp-steam">
2 <_name>Steam Chat</_name>
3 <icon>input-gaming</icon>
4 <!-- Tooltip text appearing over the button to create this type of account -->
5 <_description>Steam Chat account</_description>
6 <translations>kaccounts-providers</translations>
7
8 <template>
9 <group name="auth">
10 <setting name="method">password</setting>
11 <setting name="mechanism">password</setting>
12 </group>
13 </template>
14 </provider>