mod_rest/README: Mention other modules this one is a superset of
authorKim Alvefur <zash@zash.se>
Fri, 26 Mar 2021 12:09:57 +0100
changeset 4539 dc35d2932d3e
parent 4538 9837c73826d2
child 4540 8bdb9805bb73
mod_rest/README: Mention other modules this one is a superset of
mod_rest/README.markdown
--- 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