Build a Chat APP using Fusetools and eJabberd

Can anyone suggest how to build a Chat APP using Fusetools and eJabberd?

Seeing how eJabberd has very good extensibility, you have a number of options.
One, you could wrap the Objective-C and Java libraries they provide using Foreign code, or if those languages and Uno isn’t your cup of tea, then:
Two, they appear to have a REST API as well, so in theory you could either find a ready-made JavaScript library that uses it, or write your own JavaScript module.

The rest is just UX code and your own JavaScript logic.

Thank you Uldis for your reply :slight_smile: