Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rudimentary MUC support #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

regularfry
Copy link

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.

@vbauer
Copy link

vbauer commented Mar 9, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants