weechat-xmpp
weechat-xmpp copied to clipboard
Can only join a MUC once
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).
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.