diff mod_http_muc_log/http_muc_log.html @ 2083:fed0a71a5e68

mod_http_muc_log: Add XMPP URI link for joining the current room
author Kim Alvefur <zash@zash.se>
date Tue, 15 Mar 2016 16:46:02 +0100
parents 5e65c91c07c4
children 181561d0aae5
line wrap: on
line diff
--- 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>