From 62e463bdd57e03c3e51c9db2160e87b39615c7c9 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sun, 9 Oct 2016 12:09:49 +0200 Subject: moved gajim plugin to the subfolder 'gajim-plugin/httpupload' --- gajim-plugin/httpupload/manifest.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gajim-plugin/httpupload/manifest.ini (limited to 'gajim-plugin/httpupload/manifest.ini') diff --git a/gajim-plugin/httpupload/manifest.ini b/gajim-plugin/httpupload/manifest.ini new file mode 100644 index 0000000..fa21628 --- /dev/null +++ b/gajim-plugin/httpupload/manifest.ini @@ -0,0 +1,16 @@ +[info] +name: HttpUpload +short_name: httpupload +version: 0.4.1-thedevstack +description: This plugin is designed to send a file to a contact or muc by using httpupload.
+ Your server must support XEP-0363: HTTP Upload.
+ Conversations supported this.
+ If the receiving side supports XEP-0071: XHTML-IM + 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. + This plugin adds additionally to this a hint for processing: +authors: Thilo Molitor + Philipp Hörist +homepage: https://trac-plugins.gajim.org/wiki/HttpUploadPlugin +min_gajim_version: 0.16.5 +max_gajim_version: 0.16.9 -- cgit v1.2.3