MCPcopy Create free account
hub / github.com/daodst/chat / PerformJoin

Method PerformJoin

federationapi/api/api.go:50–50  ·  view source on GitHub ↗

Handle an instruction to make_join & send_join with a remote server.

(ctx context.Context, request *PerformJoinRequest, response *PerformJoinResponse)

Source from the content-addressed store, hash-verified

48 PerformDirectoryLookup(ctx context.Context, request *PerformDirectoryLookupRequest, response *PerformDirectoryLookupResponse) error
49 // Handle an instruction to make_join & send_join with a remote server.
50 PerformJoin(ctx context.Context, request *PerformJoinRequest, response *PerformJoinResponse)
51 // Handle an instruction to make_leave & send_leave with a remote server.
52 PerformLeave(ctx context.Context, request *PerformLeaveRequest, response *PerformLeaveResponse) error
53 // Handle sending an invite to a remote server.

Callers 2

AddRoutesFunction · 0.65

Implementers 2

FederationInternalAPIfederationapi/internal/api.go
httpFederationInternalAPIfederationapi/inthttp/client.go

Calls

no outgoing calls

Tested by 1