Changeset 9951
- Timestamp:
- 07/18/08 06:01:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/message_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/message_control.py
r9881 r9951 143 143 jid += '/' + self.resource 144 144 145 if oldsession.enable_encryption: 146 self.print_esession_details() 145 crypto_changed = bool(session and session.enable_encryption) != \ 146 bool(oldsession and oldsession.enable_encryption) 147 148 if crypto_changed: 149 self.print_esession_details() 147 150 148 151 def send_message(self, message, keyID = '', type = 'chat',
