@dominic oh nope, those pubs in that invite are perhaps running old versions of ssb-peer-invites. Edited the invite to point at my pub:
inv:65UYsdacQPZAQXvdtG2yrfZsMh56J/KANOT/lOUYo+E=,%dssZD9XJBIcwXYrMzekkLHDHHhSRtQN0Ck5yvB/UiHw=.sha256,,net:165.22.103.168:8008~shs:ZPXx+5e+m5KcwI6Qb8fOqjoJyPY4RyeGUzY/s8BVbgY=
And openInvite
works. Moving on to acceptInvite
I see the following message published :
{
"key": "%TnuKwcC8yEzo6PnPNULMRpmr/cUO7V7mNRjX/NTWBDI=.sha256",
"value": {
"previous": null,
"sequence": 1,
"author": "@dDMKJSiqhqVXRJm9E4vMlFQ1sJsulUfzZSfXQpQU3VA=.ed25519",
"timestamp": 1562406989644,
"hash": "sha256",
"content": {
"type": "peer-invite/accept",
"receipt": "%dssZD9XJBIcwXYrMzekkLHDHHhSRtQN0Ck5yvB/UiHw=.sha256",
"id": "@dDMKJSiqhqVXRJm9E4vMlFQ1sJsulUfzZSfXQpQU3VA=.ed25519",
"key": "DUL3gNsj/eS3Rc/MDmo07tMGj7DoZf5QtmRG8LL5PIQ=",
"signature": "4ogoEjwxgBLMRVymAFG9l2mCRgmG9Fhxvg/gwgtPI3fpRb6yfY4PJwwolH4LlO8WoS/f2iBqNbEp87C+wipmDw==.sig.ed25519"
},
"signature": "FFId+uvASIkvt5TFSzPWSfkxULJUI8vcxJ4Zj6A1gF5+EnmZhExylSxO6n34QlmxpYNTdVXyjJzjbZH04RL3Ag==.sig.ed25519"
}
}
But then nothing happens - no connected are formed with my pub, and there's nothing in conn.json
(the new gossip.json
).
Over at @pub.protozoa.nz, I see it's happily published the following :
{
"key": "%TnuKwcC8yEzo6PnPNULMRpmr/cUO7V7mNRjX/NTWBDI=.sha256",
"value": {
"previous": null,
"sequence": 1,
"author": "@dDMKJSiqhqVXRJm9E4vMlFQ1sJsulUfzZSfXQpQU3VA=.ed25519",
"timestamp": 1562406989644,
"hash": "sha256",
"content": {
"type": "peer-invite/accept",
"receipt": "%dssZD9XJBIcwXYrMzekkLHDHHhSRtQN0Ck5yvB/UiHw=.sha256",
"id": "@dDMKJSiqhqVXRJm9E4vMlFQ1sJsulUfzZSfXQpQU3VA=.ed25519",
"key": "DUL3gNsj/eS3Rc/MDmo07tMGj7DoZf5QtmRG8LL5PIQ=",
"signature": "4ogoEjwxgBLMRVymAFG9l2mCRgmG9Fhxvg/gwgtPI3fpRb6yfY4PJwwolH4LlO8WoS/f2iBqNbEp87C+wipmDw==.sig.ed25519"
},
"signature": "FFId+uvASIkvt5TFSzPWSfkxULJUI8vcxJ4Zj6A1gF5+EnmZhExylSxO6n34QlmxpYNTdVXyjJzjbZH04RL3Ag==.sig.ed25519"
}
}