Implements dummy auth + stream error

This commit is contained in:
Mickael Remond
2018-01-11 23:00:59 +01:00
parent ec68a04554
commit b31c29a03d
4 changed files with 53 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ package main
import "fluux.io/xmpp"
func main() {
xmpp.Open("test")
xmpp.Open("mqtt.localhost")
}