Home
last modified time | relevance | path

Searched defs:HelloClientMessage (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/signaling/
H A Dapi_signaling.go256 type HelloClientMessage struct { struct
257 Version string `json:"version"`
259 ResumeId string `json:"resumeid"`
261 Features []string `json:"features,omitempty"`
264 Auth HelloClientMessageAuth `json:"auth"`
267 func (m *HelloClientMessage) CheckValid() error {
H A Dclientsession.go92 …string, publicId string, data *SessionIdData, backend *Backend, hello *HelloClientMessage, auth *B…