this. I've been looking for something to replace facebook messenger to use with my friends. Whatever it is, it would need mobile push notifications. Currently I'm using tinfoil facebook so not getting push messages causes me to miss long portions of conversations in my group chat and I don't want to just use another service, I'd rather host it
It's written in meteor. Meteor is for writing web and mobile apps. Rolling a mobile version goes something like $meteor add-platform android and $meteor run android-device. (you can replace android with ios).
Comments
Are mobile apps planned?
this. I've been looking for something to replace facebook messenger to use with my friends. Whatever it is, it would need mobile push notifications. Currently I'm using tinfoil facebook so not getting push messages causes me to miss long portions of conversations in my group chat and I don't want to just use another service, I'd rather host it
Whats wrong with Telegram?
https://telegram.org/
edit: just saw where you want to host it...
questionable crypto, by that questionable ethics, not fully open source
xmpp?
It's written in meteor. Meteor is for writing web and mobile apps. Rolling a mobile version goes something like $meteor add-platform android and $meteor run android-device. (you can replace android with ios).