about summary refs log tree commit diff
path: root/converse.html
diff options
context:
space:
mode:
Diffstat (limited to 'converse.html')
-rw-r--r--converse.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/converse.html b/converse.html
new file mode 100644
index 0000000..b3f5dcb
--- /dev/null
+++ b/converse.html
@@ -0,0 +1,29 @@
+<!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>
+		<script src="/dist/libsignal-protocol.js"></script>
+		<title>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>
+