# HG changeset patch # User Kim Alvefur # Date 1616756997 -3600 # Node ID dc35d2932d3e811358abf49a50f4503f69d0bacd # Parent 9837c73826d24a043f3b50fe5d604d9bb739b871 mod_rest/README: Mention other modules this one is a superset of diff -r 9837c73826d2 -r dc35d2932d3e 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