mod_rest/README.markdown
changeset 4924 bdac7c717c91
parent 4923 b9f8dd9a7fdb
child 4926 c83b009b5bc5
--- a/mod_rest/README.markdown	Sat Apr 09 00:37:55 2022 +0200
+++ b/mod_rest/README.markdown	Sat Apr 09 00:41:18 2022 +0200
@@ -130,6 +130,10 @@
 rest_callback_url = "http://my-api.example:9999/stanzas"
 ```
 
+The callback URL supports a few variables from the stanza being sent,
+namely `{kind}` (e.g. message, presence, iq or meta) and ones
+corresponding to stanza attributes: `{type}`, `{to}` and `{from}`.
+
 The preferred format can be indicated via the Accept header in response
 to an OPTIONS probe that mod_rest does on startup, or by configuring: