mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 10:59:23 +00:00
Add TLSConfig to nctalk (#1195)
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
@ -18,3 +18,8 @@ const (
|
||||
// BaseEndpoint is the api endpoint for Nextcloud Talk
|
||||
BaseEndpoint = "/ocs/v2.php/apps/spreed/api/v1/"
|
||||
)
|
||||
|
||||
// RemoteDavEndpoint returns the endpoint for the Dav API for Nextcloud
|
||||
func RemoteDavEndpoint(username string, davType string) string {
|
||||
return "/remote.php/dav/" + username + "/" + davType + "/"
|
||||
}
|
||||
|
Reference in New Issue
Block a user