A (simple, very basic) Jabber/XMPP client for KaiOS [WIP]
Badri Sunderarajan
e5a9ea5905
They now can take on any width (for example when the message is shorter), and the font is larger for emoji-only messages |
||
---|---|---|
public | ||
src | ||
.gitignore | ||
COPYING | ||
package.json | ||
README.md | ||
rollup.config.js | ||
tsconfig.json | ||
yarn.lock |
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
- Connect your device to your computer and make sure it appears in WebIDE.
yarn build
- In WebIDE, load the
/public
folder as a packaged app.
Credits and Licensing
- This project is based on the KaiOS Svelte starter (MIT)
- UI components from KaiOS-native-UI (WTFPL)
- XMPP/Jabber support from ConverseJS (headless version, MPL-2.0)
- Icon created from a combination of FontAwesome's comment icon and Icons8's XMPP icon