Code clean-up

This commit is contained in:
Mickael Remond
2018-01-12 18:14:41 +01:00
parent 90865aeb8e
commit b21fee420f
3 changed files with 26 additions and 33 deletions

View File

@@ -3,5 +3,6 @@ package main
import "fluux.io/xmpp"
func main() {
xmpp.Open("mqtt.localhost")
component := xmpp.Component{Host: "mqtt.localhost", Secret: "mypass"}
component.Connect("localhost:8888")
}