net.server: Rename 'server' config option to 'network_backend' (to select which net...
[prosody.git] / net / server.lua
index 5c0d0d2474a8c4b31f50b1899244d9195380547c..163b44765e9b26daa2694d34c48b4185cf14eb21 100644 (file)
@@ -6,7 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-local server_type = prosody and require "core.configmanager".get("*", "server") or "select";
+local server_type = prosody and require "core.configmanager".get("*", "network_backend") or "select";
 if prosody and require "core.configmanager".get("*", "use_libevent") then
        server_type = "event";
 end