Software /
code /
prosody-modules
Changeset
2986:e85cf5a443e2
mod_post_msg/README: Clarify 'body' fields
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 04 Apr 2018 15:50:52 +0200 |
parents | 2985:7467509abdbb |
children | 2987:2af0be50b287 |
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: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 `<body>`. +: The HTTP body is used as plain text message payload, in the `<body>` + 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 `<body>` element. Acknowledgements ----------------