From a468e1614092a4bc448f473272cc41ca992b4171 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 8 Mar 2018 15:04:59 +0100 Subject: Add HTTP File Upload support. --- doc/source/dev/xep.rst | 2 ++ doc/source/plugins/index.rst | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'doc/source') 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 ` + + Add an ``/upload`` command to upload a file. + .. toctree:: :hidden: @@ -340,3 +345,4 @@ Plugin index marquee server_part vcard + upload -- cgit v1.2.3