Uses of Class
io.github.ma1uta.matrix.server.model.federation.ThirdPartyInvite
-
Packages that use ThirdPartyInvite Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of ThirdPartyInvite in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type ThirdPartyInvite Modifier and Type Method Description void
FederationV1Api. exchangeThirdPartyInvite(String roomId, ThirdPartyInvite request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
The receiving server will verify the partial m.room.member event given in the request body.
-