The standalone signaling server which can be used for Nextcloud WWW: https://github.com/strukturag/nextcloud-spreed-signaling Reviewed by: brnrd Differential Revision: https://reviews.freebsd.org/D27773
11 lines
301 B
Go
11 lines
301 B
Go
--- src/signaling/backend_server_test.go.orig 2020-12-25 20:55:38 UTC
|
|
+++ src/signaling/backend_server_test.go
|
|
@@ -42,7 +42,7 @@ import (
|
|
"github.com/dlintw/goconf"
|
|
"github.com/gorilla/mux"
|
|
"github.com/gorilla/websocket"
|
|
- "github.com/nats-io/go-nats"
|
|
+ "github.com/nats-io/nats.go"
|
|
)
|
|
|
|
var (
|