Changeset 9640 for trunk/src/common/caps.py
- Timestamp:
- 05/14/08 20:30:39 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/caps.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/caps.py
r9532 r9640 237 237 node, hash = node.split('#', 1) 238 238 computed_hash = helpers.compute_caps_hash(identities, features, 239 contact.caps_hash_method)239 dataforms=dataforms, hash_method=contact.caps_hash_method) 240 240 if computed_hash != hash: 241 241 # wrong hash, forget it
