site for my xmpp server
https://hmm.st
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
797 B
29 lines
797 B
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta content="ie=edge" http-equiv="x-ua-compatible" /> |
|
<meta content="width=device-width, initial-scale=1" name="viewport" /> |
|
<link href="/dist/converse.min.css" media="screen" rel="stylesheet" |
|
type="text/css" /> |
|
<script charset="utf-8" src="/dist/converse.min.js" /> |
|
<title>hmm.st webchat</title> |
|
</head> |
|
|
|
<body> |
|
<div class="container"></div> |
|
</body> |
|
|
|
<body> |
|
<script><![CDATA[ |
|
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></body> |
|
</html>
|
|
|