2015-10-02 18:48:52 +08:00
|
|
|
{
|
2016-06-02 21:24:36 +08:00
|
|
|
"default_hs_url": "https://matrix.org",
|
2016-05-10 23:35:35 +08:00
|
|
|
"default_is_url": "https://vector.im",
|
2016-10-04 17:23:38 +08:00
|
|
|
"brand": "Riot",
|
2016-06-02 21:24:36 +08:00
|
|
|
"integrations_ui_url": "http://localhost:8081/",
|
2016-08-05 23:14:03 +08:00
|
|
|
"integrations_rest_url": "http://localhost:5050",
|
2016-09-16 01:42:00 +08:00
|
|
|
"enableLabs": true,
|
|
|
|
"roomDirectory": {
|
2016-09-28 17:13:35 +08:00
|
|
|
"servers": [
|
|
|
|
"matrix.org"
|
2016-09-16 01:42:00 +08:00
|
|
|
],
|
2016-09-28 18:04:54 +08:00
|
|
|
"serverConfig": {
|
2016-09-28 17:13:35 +08:00
|
|
|
"matrix.org": {
|
|
|
|
"networks": [
|
2016-09-28 17:44:29 +08:00
|
|
|
"_matrix",
|
2016-09-28 17:13:35 +08:00
|
|
|
"gitter",
|
|
|
|
"irc:freenode",
|
2016-09-29 22:30:54 +08:00
|
|
|
"irc:mozilla",
|
|
|
|
"irc:snoonet",
|
|
|
|
"irc:oftc"
|
2016-09-28 17:13:35 +08:00
|
|
|
]
|
|
|
|
}
|
2016-09-28 18:04:54 +08:00
|
|
|
},
|
2016-09-29 22:30:54 +08:00
|
|
|
"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]+$"
|
|
|
|
}
|
2016-09-16 01:42:00 +08:00
|
|
|
}
|
|
|
|
}
|
2015-10-02 18:48:52 +08:00
|
|
|
}
|