Show
Ignore:
Timestamp:
08/31/07 10:09:52 (15 months ago)
Author:
asterix
Message:

don't send SASL feature in zeroconf, we don't support it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/zeroconf/client_zeroconf.py

    r8651 r8655  
    196196                                # other part supports stream features 
    197197                                features = Node('stream:features') 
    198                                 features.T.mechanisms.setNamespace(NS_SASL) 
    199                                 features.T.mechanisms.NT.mechanism = 'PLAIN' 
    200198                                self.Dispatcher.send(features) 
    201199                        while self.stanzaqueue: