# HG changeset patch # User Kim Alvefur # Date 1522849813 -7200 # Node ID 7467509abdbbc49356f2e830db3fc6d05fd8042d # Parent 1e7d221bba8d6661704b584424c7b2e298ef00ad mod_post_msg/README: Update Introduction text diff -r 1e7d221bba8d -r 7467509abdbb mod_post_msg/README.markdown --- 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 +[``](https://xmpp.org/rfcs/rfc6121.html#message) stanzas via a +simple HTTP API. Example usage -------------