summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-03-08 15:04:59 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-03-08 15:04:59 +0100
commita468e1614092a4bc448f473272cc41ca992b4171 (patch)
tree90aa9bc9750bdccdafba3eb757bf13ee98c7f3eb /doc
parentac6adbf21b71985579b81e14712ded85bf3743f2 (diff)
downloadpoezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.gz
poezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.bz2
poezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.xz
poezio-a468e1614092a4bc448f473272cc41ca992b4171.zip
Add HTTP File Upload support.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/xep.rst2
-rw-r--r--doc/source/plugins/index.rst6
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/dev/xep.rst b/doc/source/dev/xep.rst
index c185a240..3071e82e 100644
--- a/doc/source/dev/xep.rst
+++ b/doc/source/dev/xep.rst
@@ -107,6 +107,8 @@ Table of all XEPs implemented in poezio.
+----------+-------------------------+---------------------+
|0352 |Client State Indication |100% |
+----------+-------------------------+---------------------+
+|0363 |HTTP File Upload |100% |
++----------+-------------------------+---------------------+
|0364 |Current OTR Usage |100% |
+----------+-------------------------+---------------------+
|0375 |Compliance Suites 2016 |Advanced Client + |
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst
index ca410ea1..2bfea11f 100644
--- a/doc/source/plugins/index.rst
+++ b/doc/source/plugins/index.rst
@@ -293,6 +293,11 @@ Plugin index
Add a ``/vcard`` command to retrieve and display a vCard.
+ Upload
+ :ref:`Documentation <upload-plugin>`
+
+ Add an ``/upload`` command to upload a file.
+
.. toctree::
:hidden:
@@ -340,3 +345,4 @@ Plugin index
marquee
server_part
vcard
+ upload