comparison src/bridge/bridge_constructor/bridge_template.ini @ 1640:d470affbe65c

plugin XEP-0363, upload: File upload (through HTTP upload only for now): - HTTP upload implementation - if the upload link is HTTPS, certificate is checked (can be disabled on demand) - file can be uploaded directly, or a put/get slot can be requested without actual upload. The later is mainly useful for distant frontends like Libervia - upload plugin manage different upload methods, in a similar way as file plugin - download url is sent in progressFinished metadata on successful upload
author Goffi <goffi@goffi.org>
date Sun, 22 Nov 2015 17:33:30 +0100
parents 63cef4dbf2a4
children 98a2eb768bb0
comparison
equal deleted inserted replaced
1639:baac2e120600 1640:d470affbe65c
189 doc_param_1=metadata: dict of progress status metadata, key can be: 189 doc_param_1=metadata: dict of progress status metadata, key can be:
190 - hash: value of the computed hash 190 - hash: value of the computed hash
191 - hash_algo: alrorithm used to compute hash 191 - hash_algo: alrorithm used to compute hash
192 - hash_verified: C.BOOL_TRUE if hash is verified and OK 192 - hash_verified: C.BOOL_TRUE if hash is verified and OK
193 C.BOOL_FALSE if hash was not received ([progressError] will be used if there is a mismatch) 193 C.BOOL_FALSE if hash was not received ([progressError] will be used if there is a mismatch)
194 - url: url linked to the progression (e.g. download url after a file upload)
194 doc_param_2=%(doc_profile)s 195 doc_param_2=%(doc_profile)s
195 196
196 [progressError] 197 [progressError]
197 type=signal 198 type=signal
198 category=core 199 category=core