diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-03-08 15:04:59 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-03-08 15:04:59 +0100 |
commit | a468e1614092a4bc448f473272cc41ca992b4171 (patch) | |
tree | 90aa9bc9750bdccdafba3eb757bf13ee98c7f3eb /doc/source/plugins/index.rst | |
parent | ac6adbf21b71985579b81e14712ded85bf3743f2 (diff) | |
download | poezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.gz poezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.bz2 poezio-a468e1614092a4bc448f473272cc41ca992b4171.tar.xz poezio-a468e1614092a4bc448f473272cc41ca992b4171.zip |
Add HTTP File Upload support.
Diffstat (limited to 'doc/source/plugins/index.rst')
-rw-r--r-- | doc/source/plugins/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 |