mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-22 02:22:00 -08:00
8 lines
73 B
Go
8 lines
73 B
Go
package main
|
|
|
|
import "fluux.io/xmpp"
|
|
|
|
func main() {
|
|
xmpp.Open("test")
|
|
}
|