don't send SASL feature in zeroconf, we don't support it
This commit is contained in:
		
							parent
							
								
									253c7e6cfc
								
							
						
					
					
						commit
						3320bdc551
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue