~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to src/common/caps.py

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2008-12-17 12:08:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20081217120819-20o3ibfc8fc1r1vk
Tags: 0.12-0ubuntu1
* New upstream release:
  + Fix text rendering in notifications
  + Better sessions support
  + Better auto-away support
  + Fix banshee support
  + Quodlibet support
  + Fix GSSAPI authentification
  + Those translations have been temporarily removed because they are outdated:
    Breton (br), Greek (el), Dutch (nl), Portugese (pt). 
* debian/control:
  - Added python-kerberos (>= 1.1) to Recommends for the GSSAPI auth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
                if not contact.caps_node:
283
283
                        return # we didn't asked for that?
284
284
                if contact.caps_hash_method != 'old':
285
 
                        return
286
 
                if contact.caps_hash_method != 'old':
287
285
                        computed_hash = helpers.compute_caps_hash(identities, features,
288
286
                                dataforms=dataforms, hash_method=contact.caps_hash_method)
289
287
                        if computed_hash != contact.caps_hash: