summaryrefslogtreecommitdiff
path: root/doc/source/commands.rst
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-07 22:41:44 +0100
committermathieui <mathieui@mathieui.net>2014-12-07 22:41:44 +0100
commit3d97769955f754eb82af8f6a0da7e9d48b90a8a3 (patch)
tree98c36f374e1ad3d19b03756366035acd9a789f82 /doc/source/commands.rst
parent7903e2440f39451725cbdd2eb00643bf03791363 (diff)
downloadpoezio-3d97769955f754eb82af8f6a0da7e9d48b90a8a3.tar.gz
poezio-3d97769955f754eb82af8f6a0da7e9d48b90a8a3.tar.bz2
poezio-3d97769955f754eb82af8f6a0da7e9d48b90a8a3.tar.xz
poezio-3d97769955f754eb82af8f6a0da7e9d48b90a8a3.zip
Document the new filtering commands
Diffstat (limited to 'doc/source/commands.rst')
-rw-r--r--doc/source/commands.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index fe106dea..395b396b 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -558,7 +558,7 @@ XML tab commands
Write the content of the XML buffer into a file.
/reset
- Reset the stanza filter.
+ Reset the stanza filters.
/filter_id
**Usage:** ``/filter_id <id>``
@@ -574,3 +574,18 @@ XML tab commands
**Usage:** ``/filter_xmlmask <xml mask>``
Filter using an XML mask
+
+ /filter_jid
+ **Usage:** ``/filter_jid <jid>``
+
+ Filter by JID, both ``to`` and ``from``.
+
+ /filter_to
+ **Usage:** ``/filter_to <jid>``
+
+ Filter by JID for the ``to`` attribute.
+
+ /filter_from
+ **Usage:** ``/filter_from <jid>``
+
+ Filter by JID for ``from`` attribute.