go-xmpp/cmd/xmpp_component/xmpp_component.go

8 lines
83 B
Go
Raw Normal View History

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