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

This commit is contained in:
Yann Leboulanger 2007-05-03 21:43:03 +00:00
parent 253c7e6cfc
commit 3320bdc551
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ class P2PClient(IdleObject):
if attrs.has_key('version') and attrs['version'] == '1.0':
# other part supports stream features
features = Node('stream:features')
features.T.mechanisms.setNamespace(NS_SASL)
features.T.mechanisms.NT.mechanism = 'PLAIN'
self.Dispatcher.send(features)
while self.stanzaqueue:
stanza, is_message = self.stanzaqueue.pop(0)