I want to build a chat app that has 1-1, and group chat features along with online status,typing indicator,etc in react native that uses ejabberd. I wanted to ask whether I can do it just by using ejabberd Rest api calls from my front end.
Also I don't understand how to implement "typing..." Feature in react native using ejabberd Rest api.