## Description It was pointed out that the `matrix://homeserver/username` format is not valid per current Matrix spec; the correct form is `matrix:u/userid:homeserver` ## Impact Unclear what actual impact there is, but it'd be good to align in spec just in case. ## Proposed Solution Update noggin to present the new format, deprecate the old format, update dependencies to ensure they're extracting data correctly (e.g.: https://github.com/fedora-infra/maubot-fedora/blob/main/fedora/utils.py#L69-L79)