Add a websocket transport

This commit is contained in:
Wichert Akkerman
2019-10-06 20:15:26 +02:00
committed by Mickaël Rémond
parent a3c62e515e
commit 66e219844b
3 changed files with 149 additions and 1 deletions

3
go.mod
View File

@@ -3,6 +3,7 @@ module gosrc.io/xmpp
go 1.12
require (
github.com/google/go-cmp v0.3.0
github.com/google/go-cmp v0.3.1
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
nhooyr.io/websocket v1.6.5
)