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

Method PerformInvite

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

Handle sending an invite to a remote server.

(ctx context.Context, request *PerformInviteRequest, response *PerformInviteResponse)

Source from the content-addressed store, hash-verified

52 PerformLeave(ctx context.Context, request *PerformLeaveRequest, response *PerformLeaveResponse) error
53 // Handle sending an invite to a remote server.
54 PerformInvite(ctx context.Context, request *PerformInviteRequest, response *PerformInviteResponse) error
55 // Handle an instruction to peek a room on a remote server.
56 PerformOutboundPeek(ctx context.Context, request *PerformOutboundPeekRequest, response *PerformOutboundPeekResponse) error
57 // Query the server names of the joined hosts in a room.

Callers 3

AddRoutesFunction · 0.65
processInviteFunction · 0.65
SendOwnerInviteFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected