5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/vendor/gomod.garykim.dev/nc-talk
Gary Kim 2d2bebe976
Fix Nextcloud Talk connection failure (#1179)
Fix #1177

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-07-26 14:51:07 +02:00
..
constants Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
ocs Fix Nextcloud Talk connection failure (#1179) 2020-07-26 14:51:07 +02:00
room Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
user Fix Nextcloud Talk connection failure (#1179) 2020-07-26 14:51:07 +02:00
.drone.yml Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
.github_changelog_generator Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
.golangci.yml Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
CHANGELOG.md Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
go.mod Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
go.sum Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
gonctalk.go Fix Nextcloud Talk connection failure (#1179) 2020-07-26 14:51:07 +02:00
LICENSE Add Nextcloud Talk support (#1167) 2020-07-18 16:08:25 +02:00
README.md Fix Nextcloud Talk connection failure (#1179) 2020-07-26 14:51:07 +02:00

Go Library for Nextcloud Talk

Build Status Godoc

A Go library that can be used to communicate with Nextcloud Talk instances.

Installing

You can use this library in your Go projects by installing it with go mod:

GO111MODULE=on go get gomod.garykim.dev/nc-talk

Check out the documentation for the package here.

License

Copyright © 2020 Gary Kim <gary@garykim.dev>, All Rights Reserved

Licensed under Apache-2.0