From 7cc9db0d9027e0d915a10cca365246c23e19c059 Mon Sep 17 00:00:00 2001 From: Tuna Celik Date: Mon, 17 Aug 2020 02:47:45 +0200 Subject: [PATCH] Update documentation --- DOCUMENTATION.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 697a3eae..8d7c3a62 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -777,6 +777,33 @@ An example to relax the same-origin policy: Access-Control-Allow-Origin = * ``` +### hook +#### type + +Hook binding for event changes and deletion notifications. + +Available types: + +`none` +: Disabled. Nothing will be notified. + +`rabbitmq` +: Push the message to the rabbitmq server. + +Default: `none` + +#### rabbitmq_endpoint + +End-point address for rabbitmq server. + +Default: + +#### rabbitmq_topic + +RabbitMQ topic to publish message. + +Default: + ## Supported Clients Radicale has been tested with: