Пример #1
0
func sessionLogoutGoogle(s *gotalk.Sock, _ interface{}) error {
	c := SockClient(s)
	c.valid = false
	fmt.Printf("Google Logout: [%+v]\n", c)
	// TODO: should remove the session from the store
	s.Close()
	return nil
}