This file is indexed.

/usr/share/doc/jabberd2/examples/router-users.xml.dist is in jabberd2 2.3.4-1ubuntu2.

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
<!-- This is the list of known router users, and their authentication
     secrets. Access control is done via the settings in router.xml -->
<users>
  <user>
    <name>jabberd</name>
    <secret>secret</secret>
  </user>
</users>
<!--
  vim: syntax=xml
-->