This file is indexed.

/usr/share/doc/python-slixmpp-doc/html/howto/stanzas.html is in python-slixmpp-doc 1.2.2-1.1build2.

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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>How to Work with Stanza Objects &#8212; slixmpp</title>
    
    <link rel="stylesheet" href="../_static/haiku.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '1.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true,
        SOURCELINK_SUFFIX: '.txt'
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="Creating a Slixmpp Plugin" href="../create_plugin.html" />
    <link rel="prev" title="Following XMPP: The Definitive Guide" href="../xmpp_tdg.html" /> 
  </head>
  <body role="document">
      <div class="header" role="banner"><h1 class="heading"><a href="../index.html">
          <span>1.1 Documentation</span></a></h1>
        <h2 class="heading"><span>How to Work with Stanza Objects</span></h2>
      </div>
      <div class="topnav" role="navigation" aria-label="top navigation">
      
        <p>
        «&#160;&#160;<a href="../xmpp_tdg.html">Following <em>XMPP: The Definitive Guide</em></a>
        &#160;&#160;::&#160;&#160;
        <a class="uplink" href="../index.html">Contents</a>
        &#160;&#160;::&#160;&#160;
        <a href="../create_plugin.html">Creating a Slixmpp Plugin</a>&#160;&#160;»
        </p>

      </div>
      <div class="content">
        
        
  <div class="section" id="how-to-work-with-stanza-objects">
<span id="work-with-stanzas"></span><h1>How to Work with Stanza Objects<a class="headerlink" href="#how-to-work-with-stanza-objects" title="Permalink to this headline"></a></h1>
<div class="section" id="defining-stanza-interfaces">
<span id="create-stanza-interfaces"></span><h2>Defining Stanza Interfaces<a class="headerlink" href="#defining-stanza-interfaces" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="creating-stanza-plugins">
<span id="create-stanza-plugins"></span><h2>Creating Stanza Plugins<a class="headerlink" href="#creating-stanza-plugins" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="creating-a-stanza-extension">
<span id="create-extension-plugins"></span><h2>Creating a Stanza Extension<a class="headerlink" href="#creating-a-stanza-extension" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="overriding-a-parent-stanza">
<span id="override-parent-interfaces"></span><h2>Overriding a Parent Stanza<a class="headerlink" href="#overriding-a-parent-stanza" title="Permalink to this headline"></a></h2>
</div>
</div>


      </div>
      <div class="bottomnav" role="navigation" aria-label="bottom navigation">
      
        <p>
        «&#160;&#160;<a href="../xmpp_tdg.html">Following <em>XMPP: The Definitive Guide</em></a>
        &#160;&#160;::&#160;&#160;
        <a class="uplink" href="../index.html">Contents</a>
        &#160;&#160;::&#160;&#160;
        <a href="../create_plugin.html">Creating a Slixmpp Plugin</a>&#160;&#160;»
        </p>

      </div>

    <div class="footer" role="contentinfo">
        &#169; Copyright 2017, Nathan Fritz, Lance Stout.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
    </div>
  </body>
</html>