xmpp-clj icon indicating copy to clipboard operation
xmpp-clj copied to clipboard

Add rudimentary MUC support

Open regularfry opened this issue 11 years ago • 1 comments

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 out of start-chat. There's a minor API change in message->map in that because I want to return a message of the same type as that received, it doesn't make sense to convert the type from an enum to a string, so it's just left as the original object returned by getType.

regularfry avatar Aug 27 '13 08:08 regularfry

:+1:

vbauer avatar Mar 09 '15 00:03 vbauer