XMPP Welcome Bot in Rust
Find a file
2024-10-06 19:06:09 +02:00
Makefile Welcome Erdhe 2024-10-06 18:06:38 +02:00
README.md Update README.md 2024-10-06 18:10:32 +02:00
xmpp_bot.c Added more functionalities 2024-10-06 19:06:09 +02:00

erdhe

XMPP Welcome Bot in C

Build and run:

make

Run the bot:

./xmpp_bot 2>&1

Remember to replace BOT_JID and BOT_PASSWORD with your actual credentials. If you're getting connection errors, you might need to verify:

The server's TLS certificate is valid The server allows client connections Your network allows outbound XMPP traffic