Mercurial > prosody-modules
comparison mod_post_msg/README.markdown @ 4241:5e8b54deeb30
mod_post_msg: Advertise mod_rest, the spiritual successor
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 12 Nov 2020 20:36:53 +0100 |
parents | 455ae6156f5c |
children |
comparison
equal
deleted
inserted
replaced
4240:455ae6156f5c | 4241:5e8b54deeb30 |
---|---|
68 | 68 |
69 Acknowledgements | 69 Acknowledgements |
70 ================ | 70 ================ |
71 | 71 |
72 Some code originally borrowed from mod\_webpresence | 72 Some code originally borrowed from mod\_webpresence |
73 | |
74 See also | |
75 ======== | |
76 | |
77 [mod_rest] is a more advanced way to send messages and more via HTTP, | |
78 with a very similar API. | |
79 |