aboutsummaryrefslogtreecommitdiffstats
path: root/prosody-module (follow)
Commit message (Collapse)AuthorAgeFilesLines
* exit module after sending error reply in case storage backend returned error ↵steckbrief2016-08-221-0/+2
| | | | code 500
* Fixed string comparison from not equals to equals for slot_type check and ↵steckbrief2016-08-221-2/+3
| | | | added additional debug log message
* fixed wrong reqbody for delete, added explicit slot_type also for upload ↵steckbrief2016-08-211-3/+3
| | | | request, variable misspelling corrected
* Feature added: prosody module extended to request delete tokensteckbrief2016-08-201-85/+153
|
* read url and server_key from configurationlookshe2016-01-131-2/+8
|
* check for 403 (wrong xmpp_server_key)lookshe2016-01-061-1/+3
|
* use util.json from prosodylookshe2016-01-062-716/+1
|
* corrected if-statements and some more copy-paste-errorslookshe2016-01-051-10/+10
|
* deleted old "lib" and corrected copy-paste-errorlookshe2016-01-052-715/+1
|
* corrections to load module in prosody without errorslookshe2016-01-052-1/+715
|
* removed unused file size checklookshe2016-01-041-5/+0
|
* correct indentionlookshe2016-01-041-29/+29
|
* initial implementation of module for prosody, not tested yetlookshe2016-01-042-0/+848