2016-07-22 14:27:33 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2020-09-18 11:19:44 +02:00
|
|
|
<title>Converse - Anonymous login demo</title>
|
2016-07-22 14:27:33 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2020-09-18 11:19:44 +02:00
|
|
|
<meta name="description" content="Converse XMPP/Jabber Chat"/>
|
2016-07-22 14:27:33 +02:00
|
|
|
<meta name="author" content="JC Brand" />
|
2020-09-18 11:19:44 +02:00
|
|
|
<meta name="keywords" content="xmpp chat webchat converse.js Converse" />
|
|
|
|
|
|
|
|
<!-- These files are NOT needed when using converse.js in your own project. -->
|
|
|
|
<link rel="shortcut icon" type="image/ico" href="/dist/favicon.ico"/>
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="/dist/website.min.css" />
|
2016-11-04 11:42:04 +01:00
|
|
|
<noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
2020-09-18 11:19:44 +02:00
|
|
|
<script type="text/javascript" src="analytics.js"></script>
|
|
|
|
<!-- *********************************************************************** -->
|
|
|
|
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="/dist/converse.min.css" />
|
|
|
|
<script src="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
|
|
|
|
<script src="/dist/converse.min.js"></script>
|
2016-07-22 14:27:33 +02:00
|
|
|
</head>
|
|
|
|
|
2019-08-09 00:16:47 +02:00
|
|
|
<body id="page-top" data-spy="scroll" class="converse-website">
|
2019-05-10 12:56:45 +02:00
|
|
|
<section class="section-wrapper">
|
2020-09-18 11:19:44 +02:00
|
|
|
<nav class="navbar sticky-top navbar-expand-lg" role="navigation">
|
|
|
|
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
|
|
|
<span class="page-scroll">
|
|
|
|
<a class="navbar-brand" href="/"><span class="converse-brand-heading">Home</span></a>
|
|
|
|
<a class="navbar-brand" href="/demo"><span class="converse-brand-heading">Demos</span></a>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</nav>
|
2019-05-10 12:56:45 +02:00
|
|
|
|
2020-09-18 11:19:44 +02:00
|
|
|
<section id="intro" class="intro" class="container">
|
2019-05-10 12:56:45 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12 col-md-offset-2">
|
|
|
|
<h1 class="brand-heading fade-in">
|
|
|
|
<svg class="converse-svg-logo"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
viewBox="0 0 364 364">
|
2020-09-18 11:19:44 +02:00
|
|
|
<title>Converse</title>
|
2019-05-10 12:56:45 +02:00
|
|
|
<g class="cls-1" id="g904">
|
|
|
|
<g data-name="Layer 2">
|
|
|
|
<g data-name="Layer 7">
|
|
|
|
<path
|
|
|
|
class="cls-3"
|
|
|
|
d="M221.46,103.71c0,18.83-29.36,18.83-29.12,0C192.1,84.88,221.46,84.88,221.46,103.71Z" />
|
|
|
|
<path
|
|
|
|
class="cls-4"
|
|
|
|
d="M179.9,4.15A175.48,175.48,0,1,0,355.38,179.63,175.48,175.48,0,0,0,179.9,4.15Zm-40.79,264.5c-.23-17.82,27.58-17.82,27.58,0S138.88,286.48,139.11,268.65ZM218.6,168.24A79.65,79.65,0,0,1,205.15,174a12.76,12.76,0,0,0-6.29,4.65L167.54,222a1.36,1.36,0,0,1-2.46-.8v-35.8a2.58,2.58,0,0,0-3.06-2.53c-15.43,3-30.23,7.7-42.73,19.94-38.8,38-29.42,105.69,16.09,133.16a162.25,162.25,0,0,1-91.47-67.27C-3.86,182.26,34.5,47.25,138.37,25.66c46.89-9.75,118.25,5.16,123.73,62.83C265.15,120.64,246.56,152.89,218.6,168.24Z" />
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
<span class="brand-heading__text">
|
|
|
|
<span>converse<span class="subdued">.js</span></span>
|
|
|
|
<p class="byline">messaging freedom</p>
|
|
|
|
</span>
|
|
|
|
</h1>
|
2016-07-22 14:27:33 +02:00
|
|
|
|
2019-05-10 12:56:45 +02:00
|
|
|
<p class="intro-text">Anonymous login demo</p>
|
2016-07-22 14:27:33 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2019-05-10 12:56:45 +02:00
|
|
|
</section>
|
2016-07-22 14:27:33 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
<script>
|
2019-05-10 12:56:45 +02:00
|
|
|
/*
|
2018-02-21 10:09:04 +01:00
|
|
|
@licstart
|
|
|
|
This is free and unencumbered software released into the public domain.
|
|
|
|
|
|
|
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
|
|
distribute this software, either in source code form or as a compiled
|
|
|
|
binary, for any purpose, commercial or non-commercial, and by any
|
|
|
|
means.
|
|
|
|
|
|
|
|
In jurisdictions that recognize copyright laws, the author or authors
|
|
|
|
of this software dedicate any and all copyright interest in the
|
|
|
|
software to the public domain. We make this dedication for the benefit
|
|
|
|
of the public at large and to the detriment of our heirs and
|
|
|
|
successors. We intend this dedication to be an overt act of
|
|
|
|
relinquishment in perpetuity of all present and future rights to this
|
|
|
|
software under copyright law.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
|
|
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
|
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
|
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
For more information, please refer to <http://unlicense.org/>
|
|
|
|
@licend
|
|
|
|
*/
|
2016-07-22 14:27:33 +02:00
|
|
|
converse.initialize({
|
2016-11-04 12:02:39 +01:00
|
|
|
allow_logout: false, // No point in logging out when we have auto_login as true.
|
2016-07-26 10:30:42 +02:00
|
|
|
allow_muc_invitations: false, // Doesn't make sense to allow because only
|
|
|
|
// roster contacts can be invited
|
|
|
|
allow_contact_requests: false, // Contacts from other servers cannot,
|
|
|
|
// be added and anonymous users don't
|
|
|
|
// know one another's JIDs, so disabling.
|
2016-07-22 14:27:33 +02:00
|
|
|
authentication: 'anonymous',
|
|
|
|
auto_login: true,
|
|
|
|
auto_join_rooms: [
|
|
|
|
'anonymous@conference.nomnom.im',
|
|
|
|
],
|
|
|
|
notify_all_room_messages: [
|
|
|
|
'anonymous@conference.nomnom.im',
|
|
|
|
],
|
|
|
|
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
|
2016-07-26 10:30:42 +02:00
|
|
|
jid: 'nomnom.im', // XMPP server which allows anonymous login (doesn't
|
|
|
|
// allow chatting with other XMPP servers).
|
2016-07-22 14:27:33 +02:00
|
|
|
keepalive: true,
|
2016-07-26 10:30:42 +02:00
|
|
|
hide_muc_server: true, // Federation is disabled, so no use in
|
|
|
|
// showing the MUC server.
|
2016-07-22 14:27:33 +02:00
|
|
|
play_sounds: true,
|
|
|
|
show_controlbox_by_default: true,
|
|
|
|
strict_plugin_dependencies: false,
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</html>
|