From 2a1b1019e34a0dd9963b5485f3a2ab8d3d53d6c8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 13 Oct 2019 12:10:04 -0400 Subject: [PATCH] [xmpp] Rename /manage module to /delegation --- xmpp/xmpp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp/xmpp.php b/xmpp/xmpp.php index 585c518f..23dfb49a 100644 --- a/xmpp/xmpp.php +++ b/xmpp/xmpp.php @@ -184,7 +184,7 @@ function xmpp_converse(App $a) return; } - if (in_array($a->argv[0], ["manage", "logout"])) { + if (in_array($a->argv[0], ["delegation", "logout"])) { $additional_commands = "converse.user.logout();\n"; } else { $additional_commands = "";