Add Nextcloud Talk support (#1167)

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim
2020-07-18 22:08:25 +08:00
committed by GitHub
parent 213bf349c3
commit 71a5b72aff
33 changed files with 1473 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
# Go Library for Nextcloud Talk
[![Build Status](https://ghdrone.garykim.dev/api/badges/gary-kim/go-nc-talk/status.svg)](https://ghdrone.garykim.dev/gary-kim/go-nc-talk)
[![Godoc](https://img.shields.io/badge/godoc-gomod.garykim.dev%2Fnc--talk-informational)](https://pkg.go.dev/gomod.garykim.dev/nc-talk)
A Go library that can be used to communicate with [Nextcloud Talk](https://github.com/nextcloud/spreed) instances.
### License
Copyright © 2020 Gary Kim &lt;<gary@garykim.dev>&gt;, All Rights Reserved
Licensed under [Apache-2.0](LICENSE)