go-xmpp/cmd/xmpp_component/xmpp_component.go
2018-01-12 18:14:41 +01:00

9 lines
162 B
Go

package main
import "fluux.io/xmpp"
func main() {
component := xmpp.Component{Host: "mqtt.localhost", Secret: "mypass"}
component.Connect("localhost:8888")
}