Skip to content

Commit 54f2251

Browse files
add: capability
Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch> Signed-off-by: Mahdi Baghbani <mahdi-baghbani@azadehafzar.io>
1 parent 0c60b91 commit 54f2251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/http/services/wellknown

internal/http/services/wellknown/ocm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (h *wkocmHandler) init(c *OcmProviderConfig) {
129129
Protocols: rtProtos, // expose the protocols as per configuration
130130
}}
131131
// for now, we hardcoded the capabilities, as this is currently only advisory
132-
d.Capabilities = []string{"invites", "webdav-uri", "protocol-object"}
132+
d.Capabilities = []string{"invites", "webdav-uri", "protocol-object", "invite-wayf"}
133133
d.InviteAcceptDialog, _ = url.JoinPath(c.Endpoint, c.InviteAcceptDialog)
134134
h.data = d
135135
}

0 commit comments

Comments
 (0)