Add back HTTP upload

This commit is contained in:
Linus Heckemann
2016-08-18 19:52:31 +02:00
parent 6adee79105
commit 4ce02573cf
4 changed files with 783 additions and 0 deletions

16
httpupload/manifest.ini Normal file
View File

@@ -0,0 +1,16 @@
[info]
name: HttpUpload
short_name: httpupload
version: 0.4.0
description: This plugin is designed to send a file to a contact or muc by using httpupload.<br/>
Your server must support <a href="http://xmpp.org/extensions/xep-0363.html">XEP-0363: HTTP Upload</a>.<br/>
Conversations supported this.<br/>
If the receiving side supports <a href="http://xmpp.org/extensions/xep-0071.html">XEP-0071: XHTML-IM</a>
and maintains the scheme data: URI, a thumbnail image is send along the link to the full size image.
If the receiving side doesn't support this, only a text message containing the link to the image is send.
authors: Thilo Molitor <thilo@eightysoft.de>
Anders Sandblad <runeson@gmail.com>
Philipp Hörist <philipp@hoerist.com>
homepage: https://trac-plugins.gajim.org/wiki/HttpUploadPlugin
min_gajim_version: 0.16.5
max_gajim_version: 0.16.9