Closed
Description
It's mostly straight-forward. You match on namespace regexes. The only non-straightforward bit is that you don't just match on the event's sender for the "users" namespace, you also send all events from a room if a user that matches is in that room.
This wasn't clear from reading the current documentation.