This website requires JavaScript.
Explore
Help
Sign In
uwaru
/
go-xmpp
Watch
1
Star
0
Fork
0
You've already forked go-xmpp
forked from
jshiffer/go-xmpp
Code
Pull Requests
Activity
b31c29a03d
go-xmpp
/
cmd
/
xmpp_component
/
xmpp_component.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Component skeleton
2018-01-11 13:15:54 -08:00
package
main
import
"fluux.io/xmpp"
func
main
(
)
{
Implements dummy auth + stream error
2018-01-11 14:00:59 -08:00
xmpp
.
Open
(
"mqtt.localhost"
)
Component skeleton
2018-01-11 13:15:54 -08:00
}
Copy Permalink