This file is indexed.

/usr/share/accounts/services/wlm.service is in account-plugin-windows-live 0.11+14.04.20140409.1-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
21
22
<?xml version="1.0" encoding="UTF-8"?>
<service id="wlm">
  <type>IM</type>
  <name>Windows Live Messenger</name>
  <icon>msn</icon>
  <provider>windows-live</provider>
  <translations>account-plugins</translations>

  
  <template>
    <group name="telepathy">
      <setting type="b" name="mc-readonly-params">true</setting>
      <setting name="manager">gabble</setting>
      <setting name="protocol">jabber</setting>

      <setting name="param-account">messenger.live.com</setting>
      <setting name="param-fallback-servers">xmpp.messenger.live.com</setting>
      <setting name="param-extra-certificate-identities">*.gateway.messenger.live.com</setting>
    </group>
  </template>

</service>