Software / code / prosody-modules
Comparison
mod_conversejs/templates/template.html @ 4823:d3e926bf0c8a
mod_conversejs: Refresh client shortlist in fallback text
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 11 Dec 2021 21:20:20 +0100 |
| parent | 4165:6b2a1c9ef6e2 |
| child | 5895:1c8197075d04 |
comparison
equal
deleted
inserted
replaced
| 4822:b4cc6ee9fc8c | 4823:d3e926bf0c8a |
|---|---|
| 17 <p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> | 17 <p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> |
| 18 <p>Perhaps you would like to try one of these clients:</p> | 18 <p>Perhaps you would like to try one of these clients:</p> |
| 19 <dl> | 19 <dl> |
| 20 <dt>Desktop</dt> | 20 <dt>Desktop</dt> |
| 21 <dd><ul> | 21 <dd><ul> |
| 22 <li><a href="https://dino.im/">Dino</a></li> | |
| 22 <li><a href="https://gajim.org/">Gajim</a></li> | 23 <li><a href="https://gajim.org/">Gajim</a></li> |
| 23 <li><a href="https://poez.io/">Poezio</a></li> | 24 <li><a href="https://poez.io/">Poezio</a></li> |
| 24 <li><a href="https://swift.im/">Swift</a></li> | |
| 25 </ul></dd> | 25 </ul></dd> |
| 26 <dt>Mobile</dt> | 26 <dt>Mobile</dt> |
| 27 <dd><ul> | 27 <dd><ul> |
| 28 <li><a href="https://github.com/siacs/Conversations">Conversations</a></li> | 28 <li><a href="https://github.com/siacs/Conversations">Conversations</a></li> |
| 29 <li><a href="https://siskin.im/">Siskin</a></li> | |
| 29 <li><a href="https://yaxim.org/">Yaxim</a></li> | 30 <li><a href="https://yaxim.org/">Yaxim</a></li> |
| 30 </ul></dd> | 31 </ul></dd> |
| 31 </dl> | 32 </dl> |
| 32 <p><a href="https://xmpp.org/software/clients.html">More clients...</a></p> | 33 <p><a href="https://xmpp.org/software/clients.html">More clients...</a></p> |
| 33 </noscript> | 34 </noscript> |