Mercurial > prosody-modules
comparison mod_conversejs/mod_conversejs.lua @ 3040:81b75086a781
mod_conversejs: Suggest some alternative cliets if JavaScript is disabled
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 07 Apr 2018 14:34:08 +0200 |
| parents | df77580be2f0 |
| children | 122767430a97 |
comparison
equal
deleted
inserted
replaced
| 3039:df77580be2f0 | 3040:81b75086a781 |
|---|---|
| 19 </head> | 19 </head> |
| 20 <body> | 20 <body> |
| 21 <noscript> | 21 <noscript> |
| 22 <h1>Converse.js</h1> | 22 <h1>Converse.js</h1> |
| 23 <p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> | 23 <p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> |
| 24 <p>Perhaps you would like to try one of these clients:</p> | |
| 25 <dl> | |
| 26 <dt>Desktop</dt> | |
| 27 <dd><ul> | |
| 28 <li><a href="https://gajim.org/">Gajim</a></li> | |
| 29 <li><a href="https://poez.io/">Poezio</a></li> | |
| 30 <li><a href="https://swift.im/">Swift</a></li> | |
| 31 </ul></dd> | |
| 32 <dt>Mobile</dt> | |
| 33 <dd><ul> | |
| 34 <li><a href="https://github.com/siacs/Conversations">Conversations</a></li> | |
| 35 <li><a href="https://yaxim.org/">Yaxim</a></li> | |
| 36 </ul></dd> | |
| 37 </dl> | |
| 38 <p><a href="https://xmpp.org/software/clients.html">More clients...</a></p> | |
| 24 </noscript> | 39 </noscript> |
| 25 <script>converse.initialize(%s);</script> | 40 <script>converse.initialize(%s);</script> |
| 26 </body> | 41 </body> |
| 27 </html> | 42 </html> |
| 28 ]] | 43 ]] |
