Show
Ignore:
Timestamp:
05/24/08 01:27:08 (6 months ago)
Author:
bct
Message:

reuse chat controls after session termination
fixes #3950

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/stanza_session.py

    r9635 r9695  
    243243 
    244244                return stanza 
     245 
     246        def is_xep_200_encrypted(self, msg): 
     247                msg.getTag('c', namespace=common.xmpp.NS_STANZA_CRYPTO) 
    245248 
    246249        def hmac(self, key, content):