This file is indexed.

/usr/share/empathy/empathy-irc-networks.dtd is in empathy-common 3.8.6-0ubuntu9.

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
<!--
  DTD for Empathys irc networks.
  by Xavier Claessens <xclaesse@gmail.com>
-->


<!ELEMENT networks (network*)>
<!ELEMENT network (servers*)>
<!ATTLIST network id ID #REQUIRED>
<!ATTLIST network name CDATA #IMPLIED>
<!ATTLIST network network_charset CDATA #IMPLIED>
<!ATTLIST network dropped CDATA #IMPLIED>

<!ELEMENT servers (server*)>
<!ELEMENT server EMPTY>
<!ATTLIST server address CDATA #REQUIRED>
<!ATTLIST server port CDATA #REQUIRED>
<!ATTLIST server ssl CDATA #REQUIRED>