mod_http_muc_log/mod_http_muc_log.lua
changeset 3761 971417eedfee
parent 3754 9002c8a2165f
child 3896 96a2e5097fc4
--- a/mod_http_muc_log/mod_http_muc_log.lua	Sat Nov 23 04:48:25 2019 +0100
+++ b/mod_http_muc_log/mod_http_muc_log.lua	Sat Nov 23 04:52:43 2019 +0100
@@ -436,6 +436,7 @@
 end
 
 module:provides("http", {
+	title = module:get_option_string("name", "Chatroom logs");
 	route = {
 		["GET /"] = list_rooms;
 		["GET /*"] = logs_page;