Fix Nextcloud Talk connection failure (#1179)

Fix #1177

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim
2020-07-26 20:51:07 +08:00
committed by GitHub
parent e1629994bd
commit 2d2bebe976
7 changed files with 118 additions and 26 deletions

View File

@@ -5,6 +5,16 @@
A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances.
### Installing
You can use this library in your Go projects by installing it with go mod:
```bash
GO111MODULE=on go get gomod.garykim.dev/nc-talk
```
Check out the documentation for the package [here](https://pkg.go.dev/gomod.garykim.dev/nc-talk).
### License
Copyright © 2020 Gary Kim &lt;<gary@garykim.dev>&gt;, All Rights Reserved