mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-22 12:35:36 -07:00
Component skeleton
This commit is contained in:
7
cmd/xmpp_component/xmpp_component.go
Normal file
7
cmd/xmpp_component/xmpp_component.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fluux.io/xmpp"
|
||||
|
||||
func main() {
|
||||
xmpp.Open("test")
|
||||
}
|
Reference in New Issue
Block a user