Mercurial > prosody-modules
comparison mod_rest/README.markdown @ 5123:09dd378748b8
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 31 Dec 2022 16:57:40 +0100 |
parents | 25f39ceccbca |
children | 51f7d72a56c2 |
comparison
equal
deleted
inserted
replaced
5122:25f39ceccbca | 5123:09dd378748b8 |
---|---|
114 -H 'Accept: application/json' | 114 -H 'Accept: application/json' |
115 ``` | 115 ``` |
116 | 116 |
117 The supported queries are | 117 The supported queries are |
118 | 118 |
119 - `archive` | |
119 - `disco` | 120 - `disco` |
121 - `extdisco` | |
120 - `items` | 122 - `items` |
123 - `lastactivity` | |
124 - `oob` | |
125 - `payload` | |
126 - `ping` | |
127 - `stats` | |
121 - `version` | 128 - `version` |
122 - `ping` | |
123 | 129 |
124 ## Receiving stanzas | 130 ## Receiving stanzas |
125 | 131 |
126 TL;DR: Set this webhook callback URL, get XML `POST`-ed there. | 132 TL;DR: Set this webhook callback URL, get XML `POST`-ed there. |
127 | 133 |