# HG changeset patch # User Kim Alvefur # Date 1543674473 -3600 # Node ID 788200f5f4810840bac6dca2c4614b2c3dfb1d34 # Parent c458f940b011b648a97539f0e0d81a4fd6cd611a mod_auth_external/README: Update to reflect non-blocking by default diff -r c458f940b011 -r 788200f5f481 mod_auth_external/README.markdown --- a/mod_auth_external/README.markdown Sat Dec 01 15:22:49 2018 +0100 +++ b/mod_auth_external/README.markdown Sat Dec 01 15:27:53 2018 +0100 @@ -52,7 +52,9 @@ Blocking vs non-blocking ------------------------ -Non-blocking mode is automatically activated when: +Non-blocking mode is experimental and is disabled by default. + +Enable at your own risk if you fulfil these conditions: - Running Prosody trunk ([nightly](http://prosody.im/nightly/) build 414+). @@ -60,6 +62,10 @@ and LuaEvent is available. - lpty (see installation above) is version 1.0.1 or later. +```lua +external_auth_blocking = false; +``` + Protocol ========