Status and status message

This commit is contained in:
crackcomm
2014-10-04 18:29:19 +02:00
parent c9bbe151b2
commit aa9390a115
3 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -68,8 +68,8 @@ func main() {
os.Exit(0)
}
xmpp.DefaultConfig = tls.Config {
ServerName: "talk.google.com",
xmpp.DefaultConfig = tls.Config{
ServerName: "talk.google.com",
InsecureSkipVerify: false,
}