Sounds like we sit in same boat. Openfire such a good Instant messaging system, but lacks the ability to implement into your own website as it was years ago.
Wish someone could build an easy and maintainable web chat.
Hi! I managed to make messaging work, but I still can’t send messages to a specific group.
For example, I have a ti group with some members (jack@help.net, josh@help.net and cris@help.net) and I would like to send an API message to this group so that all members of the group receive it. On my front-end I am sending a message to each member of the ti group. Is there a way to send a message to the group?
The XMPP equivalent is to put those users in a common chat room, and send messages to that chat room.
However, having the pragmatic approach of “send a one-to-one message to each member of this group” might actually be a good addition to have. It’s basically extended stanza addressing. A bit messy from the protocol point of view, but if it makes people happy…
When your looking for Chat API, ( For Messaging options)
why can not you try with prebuild converse API result. rather of erecting it from scrape. when I was looking for my website my friend suggest about this prebuilt API results.
Hello!
I tried to compile these sources with the new version of Java, but some components are no longer compatible. What I need is just this version compiled to work on OpenFire 4.9.2 - I just need to fire individual messages to users using the REST API. Having this I can integrate with my tool.