# HG changeset patch # User Kim Alvefur # Date 1522849852 -7200 # Node ID e85cf5a443e2f5caaeadec8e2daa380b292a324f # Parent 7467509abdbbc49356f2e830db3fc6d05fd8042d mod_post_msg/README: Clarify 'body' fields diff -r 7467509abdbb -r e85cf5a443e2 mod_post_msg/README.markdown --- a/mod_post_msg/README.markdown Wed Apr 04 15:50:13 2018 +0200 +++ b/mod_post_msg/README.markdown Wed Apr 04 15:50:52 2018 +0200 @@ -27,7 +27,8 @@ Supported formats are: `text/plain` -: The HTTP body is used as message ``. +: The HTTP body is used as plain text message payload, in the `` + element. `application/x-www-form-urlencoded` : Allows more fields to be specified. @@ -43,7 +44,7 @@ : [Message type.](https://xmpp.org/rfcs/rfc6121.html#message-syntax-type) `body` -: Plain text message payload. +: Plain text message payload which goes in the `` element. Acknowledgements ----------------