Changeset 9695 for trunk/src/common/stanza_session.py
- Timestamp:
- 05/24/08 01:27:08 (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/stanza_session.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/stanza_session.py
r9635 r9695 243 243 244 244 return stanza 245 246 def is_xep_200_encrypted(self, msg): 247 msg.getTag('c', namespace=common.xmpp.NS_STANZA_CRYPTO) 245 248 246 249 def hmac(self, key, content):
