metajack/strophejs-plugins

strophe.muc.js: Rejoining a room will call added message handler several times

claudijo opened this issue · 1 comments

Problem is that messages will be reported several times when adding a message handler each time a room is rejoined.

Proposed solution is to remove appropriate handler when leaving a room.