about summary refs log blame commit diff
path: root/converse.html
blob: 4a8c8df6dedb310edadc5aa615258785e3e79a33 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                    
                                             

















                                                               
<!doctype html>
<html lang="en">

	<head>
		<meta charset="utf-8">
		<meta http-equiv="x-ua-compatible" content="ie=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="stylesheet" type="text/css" media="screen" href="/dist/converse.min.css">
		<script src="/dist/converse.min.js" charset="utf-8"></script>
		<title>hmm.st webchat</title>
	</head>

	<body>
		<div class="container">
		</div>
	</body>
	<script>
		converse.initialize({
			websocket_url: 'wss://xmpp.hmm.st/ws/',
			locked_domain: 'hmm.st',
			registration_domain: 'hmm.st',
			domain_placeholder: 'hmm.st',
			message_archiving: 'always',
			view_mode: 'fullscreen'
		});
	</script>
</html>