You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Orb Server invites another Orb Server to be a witness by performing an HTTP POST of an <i>InviteWitness</i> activity to its ActivityPub inbox endpoint.
1270
+
</p>
1271
+
1272
+
<preclass="example highlight" title="Request to invite an Orb Server to be a witness">
An Orb Server accepts an InviteWitness request by sending an HTTP POST of a <i>Accept</i> activity to the requesting Orb Server's ActivityPub inbox endpoint.
1299
+
Upon receiving this activity, the requesting Orb Server adds the actor to its collection of 'witnesses'.
1300
+
Refer to <ahref="https://www.w3.org/TR/activitypub/#accept-activity-inbox">ActivityPub</a> for guidance.
1301
+
</p>
1302
+
1303
+
<preclass="example highlight" title="Accept invite witness request from an Orb Server">
An Orb Server rejects an InviteWitness request by sending an HTTP POST of a <i>Reject</i> activity to the requesting Orb Server's ActivityPub inbox endpoint.
1336
+
Refer to <ahref="https://www.w3.org/TR/activitypub/#reject-activity-inbox">ActivityPub</a> for guidance.
1337
+
</p>
1338
+
1339
+
<preclass="example highlight" title="Reject invite witness request from an Orb Server">
0 commit comments