mod_http_muc_log: Add XMPP URI link for joining the current room
authorKim Alvefur <zash@zash.se>
Tue, 15 Mar 2016 16:46:02 +0100
changeset 2087 fed0a71a5e68
parent 2086 163d55777ad5
child 2088 9d43095d915f
mod_http_muc_log: Add XMPP URI link for joining the current room
mod_http_muc_log/http_muc_log.html
--- a/mod_http_muc_log/http_muc_log.html	Mon Mar 14 13:36:50 2016 +0100
+++ b/mod_http_muc_log/http_muc_log.html	Tue Mar 15 16:46:02 2016 +0100
@@ -43,7 +43,8 @@
 <body>
 <header>
 <h1 title="xmpp:{jid?}">{title}</h1>
-<nav>{links#
+<nav>
+<a href="xmpp:{jid?}?join">Join using a client</a>{links#
 <a class="{item.rel?}" href="{item.href}" rel="{item.rel?}">{item.text}</a>}
 </nav>
 </header>