You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposition for a protocol change: Make the join_room take an optional "password" field. What would then need to happen:
if the room does not exist yet and password field is set: make the room password protected
if somebody wants to join a password protected room: if password is set and is the same: all as usual, if password is wrong, send back a {event: "error", description: "password_mismatch"} event
What do you think?
The text was updated successfully, but these errors were encountered: