aboutgitcodelistschat:MatrixIRC
path: root/demo/socket.hjson
blob: c5ddfdb16b041808694b7d44e70012f44873515d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "match": [
      { "socket": { "family": "unix" } }
    ],
    "return": {"continue": true }
  },
  {
    "match": [
      { "socket": {} }
    ],
    "return": {"error": -1, "value": 0 }
  }
]