Programminig -‘communicate” with Open Fire Applicationt

Hello everyone, I want to evaluate the open Fire to install and send massages through python. The messages will send into a Room, and all users it will receive those messages.
There are a lot of different ways to connect (Xmpp, API, Websocket ) I think the best approach is the java API. Still, I want to avoid java, therefore anyone to advice me what is the second-best way to communicate with openFire. Is there any quick start guide

Thanks in an advanced

You can use any XMPP implementation to communicate with Openfire! There are many, some of them are listed at https://xmpp.org/software/libraries.html

For Python, you might want to consider aioxmpp.

2 Likes

Thank you @guus