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
Is your feature request related to a problem? Please describe.
This is mostly a convenience feature, it would slightly shorten URLs if it were possible to only specify localpart for rooms.
Describe the solution you'd like
When a user use https://example.com/#/guest?join=foobar, it could be possible to fill in the MUC component if defaultMucis set in the config.
Say defaultMuc equals muc.example, this above URL would be equivalent to https://example.com/#/guest?join=foobar@muc.example.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is mostly a convenience feature, it would slightly shorten URLs if it were possible to only specify localpart for rooms.
Describe the solution you'd like
When a user use
https://example.com/#/guest?join=foobar
, it could be possible to fill in the MUC component ifdefaultMuc
is set in the config.Say
defaultMuc
equalsmuc.example
, this above URL would be equivalent tohttps://example.com/#/guest?join=foobar@muc.example
.The text was updated successfully, but these errors were encountered: