summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-20 23:57:12 +0200
committermathieui <mathieui@mathieui.net>2016-08-20 23:57:26 +0200
commita5b8ef1070ffeadc1d052060a1b056cff573a95c (patch)
tree7af488863f89dc810ba88fc488e1721c2e37ac9c /doc/source
parent11b193fb3614fb750c8abab1312f5c33cf9c0833 (diff)
downloadpoezio-a5b8ef1070ffeadc1d052060a1b056cff573a95c.tar.gz
poezio-a5b8ef1070ffeadc1d052060a1b056cff573a95c.tar.bz2
poezio-a5b8ef1070ffeadc1d052060a1b056cff573a95c.tar.xz
poezio-a5b8ef1070ffeadc1d052060a1b056cff573a95c.zip
Document the confirm tab
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/images/cert_warning.pngbin0 -> 99641 bytes
-rw-r--r--doc/source/images/xep_0070.pngbin0 -> 102936 bytes
-rw-r--r--doc/source/usage.rst16
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/images/cert_warning.png b/doc/source/images/cert_warning.png
new file mode 100644
index 00000000..f480ac8d
--- /dev/null
+++ b/doc/source/images/cert_warning.png
Binary files differ
diff --git a/doc/source/images/xep_0070.png b/doc/source/images/xep_0070.png
new file mode 100644
index 00000000..8e244b30
--- /dev/null
+++ b/doc/source/images/xep_0070.png
Binary files differ
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index fa290bb6..e4ec0739 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -240,3 +240,19 @@ use ``Enter`` or ``j`` to join the selected room.
You can sort the rooms by moving the direction arrows (``←`` or ``→``) and pressing
``Space`` when you are on the appropriate column.
+
+Confirm tab
+~~~~~~~~~~~
+
+This kind of tab is used to prompt a binary choice to the user due to external
+events, such as a certificate change:
+
+.. figure:: ./images/cert_warning.png
+ :alt: Certificate warning prompt tab
+
+Or a XEP-0070_ validation:
+
+.. figure:: ./images/xep_0070.png
+ :alt: XEP-0070 validation tab
+
+.. _XEP-0070: https://xmpp.org/extensions/xep-0070.html