String getUserNickWithMucDomain(int userId) { var mucEndpoint = 'muc.${CubeSettings.instance.chatEndpoint}'; return '$mucEndpoint/$userId'; }