mod_http_upload: Mention XEP number

The HTTP File Upload extension now has a number :-)
This commit is contained in:
Holger Weiss 2015-08-27 18:35:10 +02:00
parent f7beaa3ef1
commit 11fc485a9c
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,5 @@
mod_http_upload - HTTP File Upload mod_http_upload - HTTP File Upload (XEP-0363)
Author: Holger Weiss <holger@zedat.fu-berlin.de> Author: Holger Weiss <holger@zedat.fu-berlin.de>
Requirements: ejabberd 13.06 or newer Requirements: ejabberd 13.06 or newer
@ -12,12 +12,9 @@ This module allows for requesting permissions to upload a file via HTTP.
If the request is accepted, the client receives a URL to use for uploading If the request is accepted, the client receives a URL to use for uploading
the file and another URL from which that file can later be downloaded. the file and another URL from which that file can later be downloaded.
PLEASE NOTE: This module implements an experimental protocol which has NOT PLEASE NOTE: This module implements an experimental protocol which may
been approved by the XMPP Standards Foundation and may change at any time: change at any time. There are already suggestions for improvements, e.g.
from ProcessOne:
http://xmpp.org/extensions/inbox/http-upload.html
There are already suggestions for improvements, e.g. from ProcessOne:
https://github.com/processone/ejabberd-saas-docs/blob/master/xmpp-specs/http-filetransfer/http-filetransfer.md https://github.com/processone/ejabberd-saas-docs/blob/master/xmpp-specs/http-filetransfer/http-filetransfer.md

View File

@ -1,7 +1,7 @@
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
%%% File : mod_http_upload.erl %%% File : mod_http_upload.erl
%%% Author : Holger Weiss <holger@zedat.fu-berlin.de> %%% Author : Holger Weiss <holger@zedat.fu-berlin.de>
%%% Purpose : HTTP File Upload %%% Purpose : HTTP File Upload (XEP-0363)
%%% Created : 20 Aug 2015 by Holger Weiss <holger@zedat.fu-berlin.de> %%% Created : 20 Aug 2015 by Holger Weiss <holger@zedat.fu-berlin.de>
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------