Software /
code /
prosody-modules
Comparison
mod_rest/README.markdown @ 4275:bb111148d031
mod_rest: Expand TODO
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 28 Nov 2020 14:14:03 +0100 |
parent | 4168:7191d4638393 |
child | 4477:8df6cc648963 |
comparison
equal
deleted
inserted
replaced
4274:44e18454e1e0 | 4275:bb111148d031 |
---|---|
506 "kind" : "iq", | 506 "kind" : "iq", |
507 "type" : "result" | 507 "type" : "result" |
508 } | 508 } |
509 ``` | 509 ``` |
510 | 510 |
511 - **TODO** Describe multi-step commands with dataforms. | 511 # TODO |
512 | |
513 - Describe multi-step commands with dataforms. | |
514 - Versioned API, i.e. /v1/stanzas | |
515 - Bind resource to webhook/callback | |
512 | 516 |
513 # Compatibility | 517 # Compatibility |
514 | 518 |
515 Requires Prosody trunk / 0.12 | 519 Requires Prosody trunk / 0.12 |