summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 435df102..8943af17 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -32,3 +32,11 @@ Glossary
substanza
See :term:`stanza plugin`
+
+ interfaces
+ A set of keys defined on a :term:`stanza plugin`.
+
+ stanza
+ An XML payload sent over the XML stream, which is the root of XMPP.
+ A stanza is either ``<iq/>``, ``<message/>`` or ``<presence/>``. Other
+ elements are called nonzas.