changeset 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 163d55777ad5
children 9d43095d915f
files mod_http_muc_log/http_muc_log.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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>