# HG changeset patch # User Kim Alvefur # Date 1574481163 -3600 # Node ID 971417eedfeee28a81b0fefc7dbf29ebd90d6975 # Parent ba4f45b8678f99d0a3d5fb7ecaf6b2beda5e3853 mod_http_muc_log: Set a http app title Integrate with mod_http_index diff -r ba4f45b8678f -r 971417eedfee mod_http_muc_log/mod_http_muc_log.lua --- 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;