Support for XMPP XEP-0194 User Chatting in ejabberd Jabber server

Many companies need group chatting feature for public talking in company departments. At now we have Conference and MUC for group talking, but they support only talking via online users. And there are no way to group talking when some users are offline, because they will not receive lost messages when going online.

XMPP XEP-0194 User Chatting solves this problem and provide good way for organize user chats with offline users. It already implemented in Prosody http://prosody.im/doc/xeplist so will be good to see it in ejabberd server too.

At now our company use http://partychapp.appspot.com/ for implement user chatting with offline messages, but it works very unstable.

Did you plan to add XEP-0194 into ejabberd in near future? Or maybe you can provide some alternatives or workaround for offline user chatting feature?

Hi you can use last activity

Hi you can use last activity table. you have to hold last activity in another place and using mam return messages between now and last activity (last time that user was online).

I know that users can request

I know that users can request last activity and missed messages. But I need that users always receive all offline messages without any additional actions. I have found Jabber bots that can implement this feature:
https://github.com/javiermon/xmpp-muc-bot
http://sleekxmpp.com/getting_started/muc.html
https://github.com/javiermon/xmpp-muc-bot
https://github.com/twonds/palaver
and will try to do this with bots.

Syndicate content