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

Adding functions to allow hubot to create rooms and invite users to rooms

Open pseudomorph opened this issue 10 years ago • 5 comments

Using this to make dynamic room creation/interaction for our workflow.

pseudomorph avatar Sep 09 '14 03:09 pseudomorph

It would be good to have a test case for this, so it doesn't get broken in any future refactoring/work.

markstory avatar Sep 12 '14 23:09 markstory

This would be a darn nifty feature to have. Any chance the conflicts can be corrected and this feature documented?

krutaw avatar Jul 11 '16 12:07 krutaw

@krutaw I probably won't be able to find the time to do that, but if you have the time I'm happy to merge this kind of change.

markstory avatar Jul 12 '16 01:07 markstory

@markstory It's not a lack of time on my part, but a lack of understanding on how to write the test case you mentioned earlier in the thread as well as how to identify the conflicts that currently exist.

krutaw avatar Jul 12 '16 12:07 krutaw

Generally the tests would be asserting that the XML being send to the jabber server is correctly formed. You can likely use something like the ping/pong test as an example

markstory avatar Jul 13 '16 02:07 markstory