This file is indexed.

/usr/share/doc/python-sleekxmpp/examples/config.xml is in python-sleekxmpp 1.0~beta5-2.

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
<config xmlns="sleekxmpp:config">
  <jid>component.localhost</jid>
  <secret>ssshh</secret>
  <server>localhost</server>
  <port>8888</port>

  <query xmlns="jabber:iq:roster">
    <item jid="user@example.com" subscription="both" />
  </query>
</config>