A (simple, very basic) Jabber/XMPP client for KaiOS [WIP]
Go to file
Badri Sunderarajan ce3f8254b1 Add missing helpers: unescapeHTML and escapeHTML
These helpers are there in the main ConverseJS utils but not in
the headless one; unfortunately they are used in some cases
(while parsing inline emoji) so not having them causes an error.
Ideally we'd patch ConverseJS to include this in the headless
version too, but for now as a quick-fix we're just defining
everything directly in our converse.js itself.
2022-09-17 20:51:43 +05:30
public Implement conversation view! 2022-09-17 14:43:23 +05:30
src Add missing helpers: unescapeHTML and escapeHTML 2022-09-17 20:51:43 +05:30
.gitignore Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
COPYING Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
package.json Add basic running ConverseJS! 2022-09-14 18:34:00 +05:30
README.md Update (or rather, create) icon 2022-09-14 19:04:49 +05:30
rollup.config.js Enable all the plugins! 2022-09-15 22:13:59 +05:30
tsconfig.json Initial commit, with basically nothing 2022-09-14 18:28:36 +05:30
yarn.lock Add basic running ConverseJS! 2022-09-14 18:34:00 +05:30

Convo

A (simple, very basic) Jabber/XMPP client for KaiOS

Development and testing

yarn dev builds the app in watch mode and serves the site. Great for testing it out in a desktop browser.

Deploying to a device

  1. Connect your device to your computer and make sure it appears in WebIDE.
  2. yarn build
  3. In WebIDE, load the /public folder as a packaged app.

Credits and Licensing