mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-02-16 08:29:02 -08:00
8 lines
83 B
Go
8 lines
83 B
Go
package main
|
|
|
|
import "fluux.io/xmpp"
|
|
|
|
func main() {
|
|
xmpp.Open("mqtt.localhost")
|
|
}
|