xmpp.chapril.org-conversejs/inverse.html

32 lines
1.3 KiB
HTML
Raw Normal View History

2017-06-13 21:07:42 +02:00
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>inVerse</title>
<link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
2017-09-04 09:09:48 +02:00
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/3.2.1/css/inverse.min.css" />
<script type="text/javascript" src="inverse-analytics.js"></script>
<noscript><p><img src="//stats.opkode.com/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
2017-09-04 09:09:48 +02:00
<script src="https://cdn.conversejs.org/3.2.1/dist/inverse.min.js"></script>
2017-06-13 21:07:42 +02:00
</head>
<body>
<div class="content">
<div class="inner-content">
<h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1>
2017-06-13 21:07:42 +02:00
</div>
</div>
<script>
converse.initialize({
authentication: 'login',
auto_away: 300,
2017-08-09 16:25:45 +02:00
blacklisted_plugins: ['converse-minimize', 'converse-dragresize'],
whitelisted_plugins: ['converse-inverse', 'converse-singleton'],
auto_reconnect: true,
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
message_archiving: 'always',
2017-06-13 21:07:42 +02:00
});
</script>
</body>
</html>