mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
14 lines
601 B
JSON
14 lines
601 B
JSON
{
|
|
"editor.tabSize": 8,
|
|
"remote.portsAttributes": {
|
|
"1883": {"label": "MQTT", "onAutoForward": "silent"},
|
|
"4369": {"label": "EPMD", "onAutoForward": "silent"},
|
|
"5222": {"label": "XMPP C2S", "onAutoForward": "silent"},
|
|
"5223": {"label": "XMPP C2S (legacy)", "onAutoForward": "silent"},
|
|
"5269": {"label": "XMPP S2S", "onAutoForward": "silent"},
|
|
"5280": {"label": "HTTP", "onAutoForward": "silent"},
|
|
"5443": {"label": "HTTPS", "onAutoForward": "silent"},
|
|
"7777": {"label": "XMPP SOCKS5 (proxy65)", "onAutoForward": "silent"}
|
|
}
|
|
}
|