Software /
code /
prosody-modules
Changeset
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 | 4534:9837c73826d2 |
children | 4536:8bdb9805bb73 |
files | mod_rest/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_rest/README.markdown Wed Mar 24 01:02:58 2021 +0100 +++ b/mod_rest/README.markdown Fri Mar 26 12:09:57 2021 +0100 @@ -15,7 +15,9 @@ This is yet another RESTful API for sending and receiving stanzas via Prosody. It can be used to build bots and components implemented as HTTP -services. +services. It is the spiritual successor to [mod_post_msg] and absorbs +use cases from [mod_http_rest] and [mod_component_http] and other such +modules floating around the Internet. # Usage