Athalbraht / xmppy

XMPP module for Python
https://pypi.org/project/xmppy/
MIT License
5 stars 1 forks source link

Connect to domain1, send messages to domain2 #3

Open pboettcher opened 2 years ago

pboettcher commented 2 years ago

Can xmpppy connect to my_server.com and send XMPP messages to user@old_domain.net on this server? Xabber and Gajim are doing it well.

pboettcher commented 1 year ago

So, working on this project seems to be dead. Which else package is able to send XMPP messages from CentOS command line?

Athalbraht commented 11 months ago

Ya you're right. A few years ago I needed a one-time script for sending messages in Python so I don't develop it anymore. Sorry for the lack of response i didn't notice the notification 😅

Which else package is able to send XMPP messages from CentOS command line?

unfortunately im not familiar with XMPP packages. The only one I know is sleekxmpp, but it seems to be outdated