Lines Matching full:logout
44 'CAPABILITY': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
61 'LOGOUT': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
64 'NOOP': ('NONAUTH', 'AUTH', 'SELECTED', 'LOGOUT'),
153 self.state = 'LOGOUT'
377 This is the recommended command before 'LOGOUT'.
527 def logout(self):
530 (typ, [data]) = <instance>.logout()
534 self.state = 'LOGOUT'
535 try: typ, dat = self._simple_command('LOGOUT')
893 # BYE is expected after LOGOUT
894 if name != 'LOGOUT':
902 if name != 'LOGOUT':
1467 ('logout', ()),