Software /
code /
prosody-modules
Changeset
1975:bdd3e3bfc219
mod_muc_log_http: Remove links to the apparently dead Speeqe service
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 17 Dec 2015 16:22:33 +0100 |
parents | 1974:5be671db83a3 |
children | 1976:cd36e5bf00b3 |
files | mod_muc_log_http/muc_log_http/themes/prosody/day_body.html mod_muc_log_http/muc_log_http/themes/prosody/days_body.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/themes/prosody/day_body.html Wed Dec 16 14:18:07 2015 +0100 +++ b/mod_muc_log_http/muc_log_http/themes/prosody/day_body.html Thu Dec 17 16:22:33 2015 +0100 @@ -1,7 +1,7 @@ <div id="title"> <div id="date">###DATE###</div> <div id="roomjid">###JID###</div> - <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a> / <a class="component" href="http://speeqe.com/room/###JID###/">speeqe</a>)</div> + <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a>)</div> </div> <div id="calendar"> <div id="navigation">
--- a/mod_muc_log_http/muc_log_http/themes/prosody/days_body.html Wed Dec 16 14:18:07 2015 +0100 +++ b/mod_muc_log_http/muc_log_http/themes/prosody/days_body.html Thu Dec 17 16:22:33 2015 +0100 @@ -1,7 +1,7 @@ <div id="title"> <div id="date">###SINCE### - ###TO###</div> <div id="roomjid">###JID###</div> - <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a> / <a class="component" href="http://speeqe.com/room/###JID###/">speeqe</a>)</div> + <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a>)</div> </div> <div id="calendar"> <div id="navigation">