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