Software /
code /
prosody-modules
Changeset
2985:7467509abdbb
mod_post_msg/README: Update Introduction text
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 04 Apr 2018 15:50:13 +0200 |
parents | 2984:1e7d221bba8d |
children | 2986:e85cf5a443e2 |
files | mod_post_msg/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_post_msg/README.markdown Wed Apr 04 15:44:29 2018 +0200 +++ b/mod_post_msg/README.markdown Wed Apr 04 15:50:13 2018 +0200 @@ -7,8 +7,9 @@ Sometimes it's useful to have different interfaces to access XMPP. -This is example of sending message using HTTP POST to XMPP. For sure we -need user auth information. +This module allows sending XMPP +[`<message>`](https://xmpp.org/rfcs/rfc6121.html#message) stanzas via a +simple HTTP API. Example usage -------------