mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-12-23 15:13:43 -08:00
Refactor / clean up registry
This commit is contained in:
committed by
Mickaël Rémond
parent
836e723273
commit
7a4364be95
@@ -29,7 +29,6 @@ func main() {
|
||||
|
||||
func runCheck(address, domain string) {
|
||||
client, err := xmpp.NewChecker(address, domain)
|
||||
// client, err := xmpp.NewChecker("mickael.m.in-app.io:5222", "mickael.m.in-app.io")
|
||||
|
||||
if err != nil {
|
||||
log.Fatal("Error: ", err)
|
||||
|
||||
Reference in New Issue
Block a user