Changeset 9568 for branches/session_centric/src/session.py
- Timestamp:
- 05/04/08 01:19:02 (7 months ago)
- Files:
-
- 1 modified
-
branches/session_centric/src/session.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/session_centric/src/session.py
r9567 r9568 24 24 stanza_session.EncryptedStanzaSession.acknowledge_termination(self) 25 25 26 self.control.session = None 26 if self.control: 27 self.control.session = None 27 28 28 29 # remove events associated with this session from the queue
