xmpp-clj
xmpp-clj copied to clipboard
A lightweight clojure wrapper around the smack jabber/XMPP library
I've made a start-bot-muc function for joining a bot to a chatroom. There's a faked usage example in examples/. This invoved making a bot/start-chat-muc function, and factoring some common code...
I've tested example bot with Gajim and Psi, and both doesn't display bot's replies to me. Setting the message type to a `chat` fixes this. ``` diff diff --git src/xmpp_clj/bot.clj...
Hi, we run an ejabberd - based XMPP service, and there appears to be a known issue with Smack 3.1.0 authenticating against it. Would it be possible to bring your...
Hey, first off, thanks so much for your project! I'm trying to get just a very basic bot going and I'm running into some dependency issues when I require my...