Mercurial > prosody-modules
comparison mod_rest/README.markdown @ 4535:dc35d2932d3e
mod_rest/README: Mention other modules this one is a superset of
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 26 Mar 2021 12:09:57 +0100 |
parents | 073f5397c1d2 |
children | b9f8dd9a7fdb |
comparison
equal
deleted
inserted
replaced
4534:9837c73826d2 | 4535:dc35d2932d3e |
---|---|
13 | 13 |
14 # Introduction | 14 # Introduction |
15 | 15 |
16 This is yet another RESTful API for sending and receiving stanzas via | 16 This is yet another RESTful API for sending and receiving stanzas via |
17 Prosody. It can be used to build bots and components implemented as HTTP | 17 Prosody. It can be used to build bots and components implemented as HTTP |
18 services. | 18 services. It is the spiritual successor to [mod_post_msg] and absorbs |
19 use cases from [mod_http_rest] and [mod_component_http] and other such | |
20 modules floating around the Internet. | |
19 | 21 |
20 # Usage | 22 # Usage |
21 | 23 |
22 ## On VirtualHosts | 24 ## On VirtualHosts |
23 | 25 |