Changeset 9861 for trunk/src/session.py

Show
Ignore:
Timestamp:
06/29/08 06:39:29 (5 months ago)
Author:
bct
Message:

make esession authentication warning less obtrusive

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/session.py

    r9846 r9861  
    335335        # ---- ESessions stuff --- 
    336336 
    337         def check_identity(self, on_success): 
    338                 negotiation.show_sas_dialog(self, self.jid, self.sas, on_success) 
    339  
    340337        def handle_negotiation(self, form): 
    341338                if form.getField('accept') and not form['accept'] in ('1', 'true'):