# HG changeset patch # User Kim Alvefur # Date 1522850070 -7200 # Node ID 3cc78e6a87589cbb88f154d2e0ba7b1ea0b482cc # Parent 2af0be50b2872b4e5a105e73fb8b9c41140eb842 mod_post_msg/README: Document how authentication is performed diff -r 2af0be50b287 -r 3cc78e6a8758 mod_post_msg/README.markdown --- a/mod_post_msg/README.markdown Wed Apr 04 15:52:16 2018 +0200 +++ b/mod_post_msg/README.markdown Wed Apr 04 15:54:30 2018 +0200 @@ -29,6 +29,13 @@ The base URL defaults to `/msg`. This can be configured via Prosodys [HTTP path settings][doc:http]. +Authentication +-------------- + +Authentication is done by HTTP Basic. + + Authentication: Basic BASE64( "username@virtualhost:password" ) + Payload formats ---------------