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

Can only join a MUC once

Open CiaranG opened this issue 10 years ago • 2 comments

  1. /jroom [email protected] nick
  2. /close
  3. /jroom [email protected] nick

Fails at the 3rd step.

CiaranG avatar Nov 17 '14 22:11 CiaranG

This is because it doesn't actually exit the room when you do /close, which I believe it should. (It also obviously doesn't continue to use the existing open connection when you do /jroom again, but that's not really relevant).

CiaranG avatar Nov 18 '14 13:11 CiaranG

Yes, I will have to check, there seems to be a mechanism in the jabber plugin to hook to the "close buffer" (after a /close is done in weechat). Then a leave Presence will have to be sent to the server to actually leave the room. It should be ok to re-join after that.

sleduc avatar Nov 18 '14 14:11 sleduc