view mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 692:2de21fa40382

mod_websocket: Make sending a self-closing <stream:stream> tag configurable Due to limitations in browser's XML parsers most (all?) existing client implementations require the <stream:stream/> tag to be self-closing. This commit makes this behaviour configurable, to enable "proper" implementations.
author Florian Zeitz <florob@babelmonkeys.de>
date Mon, 28 May 2012 00:52:47 +0200
parents 03e1dc036a28
children bdd3e3bfc219
line wrap: on
line source

<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>
<div id="calendar">
	<div id="navigation">
		<a class="nav" href="../###PREVIOUS_ROOM###/">&lt;</a>
		<a class="nav" href="../">^</a>
		<a class="nav" href="../###NEXT_ROOM###/">&gt;</a>
	</div>
	<div class="weekday">List of rooms for this component</div>
	<div id="roomList">###ROOMS###</div>
</div>
<div class="topic">###ROOMTOPIC###</div>
<div id="main">
###DAYS_STUFF###
</div>