You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.4 KiB
67 lines
2.4 KiB
{ |
|
"default_hs_url": "https://matrix.org", |
|
"default_is_url": "https://vector.im", |
|
"brand": "Riot", |
|
"integrations_ui_url": "https://scalar.vector.im/", |
|
"integrations_rest_url": "https://scalar.vector.im/api", |
|
"enableLabs": true, |
|
"roomDirectory": { |
|
"servers": [ |
|
"matrix.org" |
|
], |
|
"serverConfig": { |
|
"matrix.org": { |
|
"networks": [ |
|
"_matrix", |
|
"gitter", |
|
"irc:freenode", |
|
"irc:mozilla", |
|
"irc:snoonet", |
|
"irc:oftc" |
|
] |
|
} |
|
}, |
|
"networks": { |
|
"gitter": { |
|
"protocol": "gitter", |
|
"portalRoomPattern": "#gitter_.*:matrix.org", |
|
"name": "Gitter", |
|
"icon": "//gitter.im/favicon.ico", |
|
"example": "org/community", |
|
"nativePattern": "[^\\s]+/[^\\s]+$" |
|
}, |
|
"irc:freenode": { |
|
"portalRoomPattern": "#freenode_.*:matrix.org", |
|
"name": "Freenode", |
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX", |
|
"example": "#channel", |
|
"nativePattern": "^#[^\\s]+$" |
|
}, |
|
"irc:mozilla": { |
|
"portalRoomPattern": "#mozilla_.*:matrix.org", |
|
"name": "Mozilla", |
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX", |
|
"example": "#channel", |
|
"nativePattern": "^#[^\\s]+$" |
|
}, |
|
"irc:snoonet": { |
|
"protocol": "irc", |
|
"domain": "ipv6-irc.snoonet.org", |
|
"portalRoomPattern": "#_snoonet_.*:matrix.org", |
|
"name": "Snoonet", |
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX", |
|
"example": "#channel", |
|
"nativePattern": "^#[^\\s]+$" |
|
}, |
|
"irc:oftc": { |
|
"protocol": "irc", |
|
"domain": "irc.oftc.net", |
|
"portalRoomPattern": "#_oftc_.*:matrix.org", |
|
"name": "OFTC", |
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX", |
|
"example": "#channel", |
|
"nativePattern": "^#[^\\s]+$" |
|
} |
|
} |
|
} |
|
}
|
|
|