conversejs / converse.js

Web-based XMPP/Jabber chat client written in JavaScript
http://conversejs.org
Mozilla Public License 2.0
3.08k stars 773 forks source link

Mobile app for Android #3481

Open stokito opened 3 months ago

stokito commented 3 months ago

Is it possible to make the ConverseJS as a mobile app? I found that Electron based desktop client https://github.com/conversejs/converse-desktop so it should be possible to make similarly for Android https://dev.to/ionic/the-easiest-way-for-web-developers-to-build-mobile-apps-1ih8

jcbrand commented 3 months ago

Yes it should be doable, but Converse will first need to support push notifications, otherwise you won't receive any messages while the app is in the background.

https://github.com/conversejs/converse.js/issues/1519