Skip to content

Allow matrix room definition on bridge command

The user should be able to define the matrix room along with the /register command in the form of

/register <matrix-room-id>

How do we handle matrix rooms that the user hasn't joined yet?

matrix-js-sdk allows automatic joining when an invite has been issued.

for actively joining a room, use client.joinRoom.

Edited by Martin Klampfer