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-07-06 17:35:25 +02:00
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/3.1.0/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-07-10 15:54:05 +02:00
|
|
|
<script src="dist/inverse.min.js"></script>
|
2017-06-13 21:07:42 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="content">
|
|
|
|
<div class="inner-content">
|
2017-06-17 23:48:46 +02:00
|
|
|
<h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1>
|
2017-06-13 21:07:42 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script>
|
2017-06-14 15:42:48 +02:00
|
|
|
converse.initialize({
|
|
|
|
authentication: 'login',
|
|
|
|
auto_away: 300,
|
|
|
|
blacklisted_plugins: ['converse-minimize', 'converse-dragresize', 'converse-otr'],
|
|
|
|
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>
|