From 858e615f1d1dabd1960068296a9f96fb6d9b7ce6 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sun, 9 Oct 2016 11:48:27 +0200 Subject: Add support for httpuploadim message hint --- gajim-plugin/manifest.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gajim-plugin/manifest.ini') diff --git a/gajim-plugin/manifest.ini b/gajim-plugin/manifest.ini index 57f5d37..fa21628 100644 --- a/gajim-plugin/manifest.ini +++ b/gajim-plugin/manifest.ini @@ -1,15 +1,16 @@ [info] name: HttpUpload short_name: httpupload -version: 0.4.1 +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 \ No newline at end of file +max_gajim_version: 0.16.9 -- cgit v1.2.3