go-xmpp/cmd/xmpp_component/xmpp_component.go

8 lines
83 B
Go
Raw Normal View History

2018-01-11 13:15:54 -08:00
package main
import "fluux.io/xmpp"
func main() {
2018-01-11 14:00:59 -08:00
xmpp.Open("mqtt.localhost")
2018-01-11 13:15:54 -08:00
}