Mercurial > prosody-modules
comparison mod_rest/README.markdown @ 3968:bf5d91769f99
Merge commit
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Apr 2020 23:39:08 +0200 |
parents | 2c6d5734ae04 |
children | 5790c3cf615b |
comparison
equal
deleted
inserted
replaced
3967:0957ba6aeb99 | 3968:bf5d91769f99 |
---|---|
372 | 372 |
373 `items` | 373 `items` |
374 : Boolean `true` in a `kind:iq` `type:get` for a service discovery | 374 : Boolean `true` in a `kind:iq` `type:get` for a service discovery |
375 items list query. The response contain an array of items like | 375 items list query. The response contain an array of items like |
376 `{"jid":"xmpp.address.here","name":"Description of item"}`. | 376 `{"jid":"xmpp.address.here","name":"Description of item"}`. |
377 | |
378 `extensions` | |
379 : Map of extended feature discovery (see [XEP-0128]) data with | |
380 `FORM_DATA` fields as the keys pointing at maps with the rest of the | |
381 data. | |
377 | 382 |
378 #### Ad-Hoc Commands | 383 #### Ad-Hoc Commands |
379 | 384 |
380 Used to execute arbitrary commands on supporting entities. | 385 Used to execute arbitrary commands on supporting entities. |
381 | 386 |