inverse.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  6. <title>inVerse</title>
  7. <link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
  8. <script type="text/javascript" src="inverse-analytics.js"></script>
  9. <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
  10. <link type="text/css" rel="stylesheet" media="screen" href="node_modules/font-awesome/css/font-awesome.css" />
  11. <link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/inverse.min.css" />
  12. <script src="https://cdn.conversejs.org/dist/converse.min.js"></script>
  13. </head>
  14. <body class="reset">
  15. <div class="content">
  16. <div class="inner-content">
  17. <h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1>
  18. </div>
  19. </div>
  20. <script>
  21. /*
  22. @licstart
  23. This is free and unencumbered software released into the public domain.
  24. Anyone is free to copy, modify, publish, use, compile, sell, or
  25. distribute this software, either in source code form or as a compiled
  26. binary, for any purpose, commercial or non-commercial, and by any
  27. means.
  28. In jurisdictions that recognize copyright laws, the author or authors
  29. of this software dedicate any and all copyright interest in the
  30. software to the public domain. We make this dedication for the benefit
  31. of the public at large and to the detriment of our heirs and
  32. successors. We intend this dedication to be an overt act of
  33. relinquishment in perpetuity of all present and future rights to this
  34. software under copyright law.
  35. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  36. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  37. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  38. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  39. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  40. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  41. OTHER DEALINGS IN THE SOFTWARE.
  42. For more information, please refer to <http://unlicense.org/>
  43. @licend
  44. */
  45. converse.initialize({
  46. authentication: 'login',
  47. auto_away: 300,
  48. auto_reconnect: true,
  49. bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
  50. message_archiving: 'always',
  51. view_mode: 'fullscreen'
  52. });
  53. </script>
  54. </body>
  55. </html>