diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/xep.rst | 2 | ||||
-rw-r--r-- | doc/source/plugins/index.rst | 6 |
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 |