xmpp.chapril.org-conversejs/index.html

213 lines
12 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
2013-03-28 16:42:49 +01:00
<html>
2013-03-28 17:52:07 +01:00
<head>
<title>Converse.js</title>
2013-03-28 16:42:49 +01:00
<meta charset='utf-8' />
2013-11-16 11:02:45 +01:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="description" content="Converse.js: A free chat client for your website" />
<meta name="keywords" content="xmpp chat webchat converse.js" />
<link href="http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic"
rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
2013-08-09 20:25:21 +02:00
<link rel="stylesheet" type="text/css" media="screen" href="converse.css">
2014-02-28 03:04:52 +01:00
<script data-main="main" src="components/requirejs/require.js"></script>
2013-03-28 17:52:07 +01:00
</head>
<body>
<!-- Header -->
<section id="header" class="dark" style="padding-top: 1em;">
<header>
<ul class="icons" style="margin-bottom: 13em;">
<li><a href="https://twitter.com/jcopkode" target="_blank" class="fa fa-twitter solo" title="Twitter"><span>Twitter</span></a></li>
<li><a href="#" target="_blank" class="fa fa-github solo" title="GitHub"><span>GitHub</span></a></li>
<li><a href="#" target="_blank" class="fa fa-dribbble solo" title="XMPP"><span>XMPP</span></a></li>
</ul>
</header>
<header>
<h1>Converse.js</h1>
<p>An XMPP/Jabber webchat client for your website</p>
</header>
<footer>
<a href="https://github.com/jcbrand/converse.js/releases" class="button" target="_blank">Download</a>
<a href="#first" class="button scrolly">Learn More</a>
</footer>
</section>
<!-- First -->
<section id="first" class="main">
<header>
<div class="container">
<h2><strong>Converse.js</strong> is a free and open source webchat client that runs in the browser and can be integrated into any website.</h3>
<p>Similar to <a href="https://www.facebook.com/sitetour/chat.php" target="_blank">Facebook chat</a> but it also supports multi-user chatrooms.</p>
<p>
<strong>Converse.js</strong> can connect to any accessible <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> server,
either from a public provider such as <a href="http://jabber.org">jabber.org</a>, or one you have set up yourself.
</p>
<p>
It's possible to enable single-site-login, whereby users already authenticated in your website will also automatically be logged in on the chat server.
Please refer to the <strong><a target="_blank" href="/docs/html/index.html">documentation</a></strong> for more info.
</p>
</div>
</header>
<div class="content dark style1 featured">
<div class="container">
<div class="row">
<div class="4u">
<section>
<span class="feature-icon"><span class="fa fa-cloud"></span></span>
<header>
<h3>Integration</h3>
</header>
<ul class="integration">
<li><a href="http://github.com/collective/collective.xmpp.chat" target="_blank">Plone</a></li>
<li><a href="https://pypi.python.org/pypi/django-conversejs" target="_blank">Django</a></li>
<li><a href="https://github.com/priyadi/roundcube-converse.js-xmpp-plugin" target="_blank">Roundcube</a></li>
<li><a href="http://wordpress.org/plugins/conversejs" target="_blank">Wordpress</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<span class="feature-icon"><span class="fa fa-bolt"></span></span>
</section>
<header>
<h3>Features</h3>
</header>
<ul class="features">
<li>Single-user chat</li>
<li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
<li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html" target="_blank">XEP 54</a>)</li>
<li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html" target="_blank">XEP 30</a>)</li>
<li>Contact rosters</li>
<li>Contact subscriptions</li>
<li>Accept or decline contact requests</li>
<li>Roster item exchange (<a href="http://xmpp.org/extensions/tmp/xep-0144-1.1.html" target="_blank">XEP 144</a>)</li>
<li>Chat statuses (online, busy, away, offline)</li>
<li>Custom status messages</li>
<li>Typing notifications</li>
<li>Third person messages (/me )</li>
<li>Translated into 13 languages</li>
<li>Off-the-record encryption (via <a href="http://arlolra.github.io/otr/" target="_blank">OTR.js</a>)</li>
</ul>
</div>
<div class="4u">
<section>
<span class="feature-icon"><span class="fa fa-clock-o"></span></span>
<header>
<h3>Screencasts</h3>
</header>
<ul class="screencasts">
<li>
<a href="http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp" target="_blank">
In a Plone site.
</a>
</li>
<li>
<a href="http://opkode.com/media/blog/2013/04/02/converse.js-xmpp-instant-messaging-with-javascript" target="_blank">
Chatting with buddies from Jabber.org and Gmail.
</a>
</li>
<li>
<a href="https://opkode.com/media/blog/2013/11/11/conversejs-otr-support" target="_blank">
Off-the-record encryption.
</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
2013-05-21 17:05:20 +02:00
</section>
2013-03-28 16:42:49 +01:00
<!-- Second -->
<section id="second" class="main">
<header>
<div class="container">
<h2>Is it secure?</h2>
<p>
<strong>Converse.js</strong> uses <a href="https://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a> to make
encrypted HTTPS requests to a <em>connection manager</em>, which in turn makes a TLS encrypted connection to your XMPP server (if the server supports it).
</p>
<p>
If you are planning on integrating <strong>converse.js</strong> in your own website, it's important that you serve your pages via <a href="https://en.wikipedia.org/wiki/Https">HTTPS</a>.
</p>
<p>
That said, the developers don't assume any liability for any loss or damages as a result of using this software. Use at your own risk.
</p>
</div>
</header>
<div class="content dark style2">
<div class="container">
<h3>Licence</h3>
<p>The <a href="https://www.mozilla.org/MPL/2.0/index.txt" target="_blank">Mozilla Public License (MPL)</a>.</p>
<h3>Documentation</h3>
<p>
The documentation is included in the source download under the <strong>docs</strong>
folder, or <a href="/docs/html/index.html" target="_blank">can be read online</a>.
</p>
<h3>Donate</h3>
<p><strong>Bitcoin:</strong> 16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS</p>
<h3>Contact</h3>
<p>
<ul class="default">
<li>Follow me on <a href="http://twitter.com/jcopkode" target="_blank">Twitter</a>.</li>
<li>Chat with me via XMPP: <a href="xmpp:jc@opkode.com" class="xmpp JSnocheck" title="XMPP/Jabber">jc@opkode.com</a>.</li>
<li>For <strong>support queries</strong>, please write to the mailing list: <a href="mailto:conversejs@librelist.com">conversejs@librelist.com</a>.</li>
<li>Please <a target="_blank" href="https://github.com/jcbrand/converse.js/issues">file <strong>bugs</strong> on Github</a>.</li>
<li>I'm available for special features and consulting work. Please <a href="http://opkode.com/contact" target="_blank">contact me here</a>.</li>
<ul>
</p>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="copyright">
<ul class="menu">
<li>&copy; <a href="http://opkode.com" target="_blank">JC Brand</a></li>
<li>Design: <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</div>
</section>
<div id="conversejs"></div>
</body>
2013-04-01 23:44:49 +02:00
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">try { var pageTracker = _gat._getTracker("UA-2128260-8"); pageTracker._trackPageview(); } catch(err) {}</script>
<script>
require(['converse'], function (converse) {
converse.initialize({
2013-09-08 16:55:40 +02:00
allow_otr: true,
auto_list_rooms: false,
auto_subscribe: false,
bosh_service_url: 'http://devbox:8890/http-bind', // Please use this connection manager only for testing purposes
2013-09-08 16:55:40 +02:00
debug: true ,
hide_muc_server: false,
2013-09-02 12:35:14 +02:00
i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
prebind: false,
show_controlbox_by_default: true,
2013-08-15 20:43:39 +02:00
xhr_user_search: false,
});
});
</script>
2013-03-28 16:42:49 +01:00
</html>