2
0

index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Converse.js</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="Converse.js: A free chat client for your website" />
  9. <meta name="author" content="JC Brand">
  10. <meta name="keywords" content="xmpp chat webchat converse.js" />
  11. <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css">
  12. <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  13. <link href="css/theme.css" rel="stylesheet">
  14. <link href="converse.css" rel="stylesheet" type="text/css" media="screen">
  15. <script data-main="main" src="components/requirejs/require.js"></script>
  16. </head>
  17. <body id="page-top" data-spy="scroll" data-target=".navbar-custom">
  18. <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
  19. <div class="container">
  20. <div class="navbar-header page-scroll">
  21. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
  22. <i class="fa fa-bars"></i>
  23. </button>
  24. <a class="navbar-brand" href="#page-top">
  25. <i class="fa fa-play-circle"></i> <span class="light">Home</span>
  26. </a>
  27. </div>
  28. <!-- Collect the nav links, forms, and other content for toggling -->
  29. <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
  30. <ul class="nav navbar-nav">
  31. <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
  32. <li class="hidden">
  33. <a href="#page-top"></a>
  34. </li>
  35. <li class="page-scroll">
  36. <a href="#about">About</a>
  37. </li>
  38. <li class="page-scroll">
  39. <a href="#features">Features</a>
  40. </li>
  41. <li class="page-scroll">
  42. <a href="#donate">Donate</a>
  43. </li>
  44. <li class="page-scroll">
  45. <a href="#contact">Contact</a>
  46. </li>
  47. <li class="page-scroll">
  48. <a href="https://github.com/jcbrand/converse.js/releases" class="button" target="_blank">Download</a>
  49. </li>
  50. <li class="page-scroll">
  51. <a href="/docs/html/index.html" target="_blank">Documentation</a>
  52. </li>
  53. </ul>
  54. </div>
  55. <!-- /.navbar-collapse -->
  56. </div>
  57. <!-- /.container -->
  58. </nav>
  59. <section class="intro">
  60. <div class="intro-body">
  61. <div class="container">
  62. <div class="row">
  63. <div class="col-md-8 col-md-offset-2">
  64. <h1 class="brand-heading">Converse.js</h1>
  65. <p class="intro-text">An XMPP/Jabber webchat client for your website</p>
  66. <div class="page-scroll">
  67. <a href="#about" class="btn btn-default btn-lg">Learn More</a>
  68. </div>
  69. </div>
  70. </div>
  71. <div class="row">
  72. <div class="col-md-8 col-md-offset-2 banner-social-buttons">
  73. <ul class="list-inline">
  74. <li><a href="https://twitter.com/jcopkode" class="btn btn-circle btn-lg" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a>
  75. </li>
  76. <li><a href="https://github.com/jcbrand/converse.js" class="btn btn-circle btn-lg" title="GitHub" target="_blank"><i class="fa fa-github"></i></a>
  77. </li>
  78. </ul>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </section>
  84. <section id="about" class="container content-section text-center">
  85. <div class="row">
  86. <div class="col-lg-8 col-lg-offset-2">
  87. <h2><strong>Converse.js</strong> is a free and open source chat client that runs in your browser and can be integrated into any website.</h3>
  88. <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>
  89. <p>
  90. <strong>Converse.js</strong> can connect to any accessible <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> server,
  91. either from a public provider such as <a href="http://jabber.org">jabber.org</a>, or one you have set up yourself.
  92. </p>
  93. <p>
  94. 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.
  95. Please refer to the <strong><a target="_blank" href="/docs/html/index.html">documentation</a></strong> for more info.
  96. </p>
  97. </div>
  98. </div>
  99. </section>
  100. <section class="features-section content-section" id="features">
  101. <div class="container">
  102. <div class="row">
  103. <div class="col-lg-4">
  104. <section>
  105. <span class="feature-icon page-scroll"><a class="fa fa-globe" href="#features" title="Integration"></a></span>
  106. <header>
  107. <h2>Integration</h2>
  108. </header>
  109. <ul class="integration">
  110. <li><a href="http://github.com/collective/collective.xmpp.chat" target="_blank">Plone</a></li>
  111. <li><a href="https://pypi.python.org/pypi/django-conversejs" target="_blank">Django</a></li>
  112. <li><a href="https://github.com/priyadi/roundcube-converse.js-xmpp-plugin" target="_blank">Roundcube</a></li>
  113. <li><a href="http://wordpress.org/plugins/conversejs" target="_blank">Wordpress</a></li>
  114. </ul>
  115. </section>
  116. </div>
  117. <div class="col-lg-4">
  118. <section>
  119. <span class="feature-icon page-scroll"><a class="fa fa-check-square-o" href="#features" title="Features"></a></span>
  120. </section>
  121. <header>
  122. <h2>Features</h2>
  123. </header>
  124. <ul class="features">
  125. <li>Single-user chat</li>
  126. <li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
  127. <li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html" target="_blank">XEP 54</a>)</li>
  128. <li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html" target="_blank">XEP 30</a>)</li>
  129. <li>Contact rosters</li>
  130. <li>Contact subscriptions</li>
  131. <li>Accept or decline contact requests</li>
  132. <li>Roster item exchange (<a href="http://xmpp.org/extensions/tmp/xep-0144-1.1.html" target="_blank">XEP 144</a>)</li>
  133. <li>Chat statuses (online, busy, away, offline)</li>
  134. <li>Custom status messages</li>
  135. <li>Typing notifications</li>
  136. <li>Third person messages (/me )</li>
  137. <li>Translated into 13 languages</li>
  138. <li>Off-the-record encryption
  139. </ul>
  140. </div>
  141. <div class="col-lg-4">
  142. <section>
  143. <span class="feature-icon page-scroll"><a class="fa fa-video-camera" href="#features" title="Screencasts"></a></span>
  144. <header>
  145. <h2>Screencasts</h2>
  146. </header>
  147. <ul class="screencasts">
  148. <li>
  149. <a href="http://opkode.com/media/blog/instant-messaging-for-plone-with-javascript-and-xmpp" target="_blank">
  150. In a Plone site
  151. </a>
  152. </li>
  153. <li>
  154. <a href="http://opkode.com/media/blog/2013/04/02/converse.js-xmpp-instant-messaging-with-javascript" target="_blank">
  155. Chatting with buddies from Jabber.org and Gmail
  156. </a>
  157. </li>
  158. <li>
  159. <a href="https://opkode.com/media/blog/2013/11/11/conversejs-otr-support" target="_blank">
  160. Off-the-record encryption
  161. </a>
  162. </li>
  163. </ul>
  164. </section>
  165. </div>
  166. </div>
  167. </div>
  168. </section>
  169. <section id="donate" class="donate-section content-section text-center">
  170. <div class="container">
  171. <div class="row">
  172. <div class="col-lg-8 col-lg-offset-2">
  173. <h3>Donate</h3>
  174. <p class="bitcoin-header">Most of the work done on <strong>converse.js</strong> is unpaid and a labor of love.</p>
  175. <p>A heartfelt thanks to those have donated already.</p>
  176. <p class="bitcoin-header"><strong>Bitcoin</strong></p>
  177. <img src="css/images/bitcoin_qr_code.png"/>
  178. <p>16FsPqE9DhFTryxrUenpsGX4LJ1TPu8GqS</p>
  179. </div>
  180. </div>
  181. </div>
  182. </section>
  183. <section class="outro content-section" id="contact">
  184. <div class="intro-body">
  185. <div class="container">
  186. <div class="row">
  187. <div class="col-lg-8 col-lg-offset-2">
  188. <h2>Contact</h2>
  189. <p>
  190. <ul class="contact">
  191. <li>Follow me on <a href="http://twitter.com/jcopkode" target="_blank">Twitter</a>.</li>
  192. <li>Chat with me via XMPP: <a href="xmpp:jc@opkode.com" class="xmpp JSnocheck" title="XMPP/Jabber">jc@opkode.com</a>.</li>
  193. <li>For <strong>support queries</strong>, please write to: <a href="mailto:conversejs@librelist.com">conversejs@librelist.com</a>.</li>
  194. <li>Please <a target="_blank" href="https://github.com/jcbrand/converse.js/issues">file <strong>bugs</strong> on Github</a>.</li>
  195. <li>I'm available for features and consulting. Please <a href="http://opkode.com/contact" target="_blank">contact me here</a>.</li>
  196. <ul>
  197. </p>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. </section>
  203. <!-- Core JavaScript Files -->
  204. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  205. <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
  206. <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
  207. <!-- Custom Theme JavaScript -->
  208. <script src="js/init.js"></script>
  209. <div id="conversejs"></div>
  210. </body>
  211. <script type="text/javascript">
  212. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  213. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  214. </script>
  215. <script type="text/javascript">try { var pageTracker = _gat._getTracker("UA-2128260-8"); pageTracker._trackPageview(); } catch(err) {}</script>
  216. <script>
  217. require(['converse'], function (converse) {
  218. converse.initialize({
  219. allow_otr: true,
  220. auto_list_rooms: false,
  221. auto_subscribe: false,
  222. bosh_service_url: 'http://devbox:8890/http-bind', // Please use this connection manager only for testing purposes
  223. debug: true ,
  224. hide_muc_server: false,
  225. i18n: locales['en'], // Refer to ./locale/locales.js to see which locales are supported
  226. prebind: false,
  227. show_controlbox_by_default: true,
  228. xhr_user_search: false,
  229. });
  230. });
  231. </script>
  232. </html>