fix sending candidates and computing hash in jingle file transfer. Fixes #7669
This commit is contained in:
		
							parent
							
								
									ee4e161dc8
								
							
						
					
					
						commit
						e9dd691645
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -69,7 +69,7 @@ class JingleTransport(object): | ||||||
|         candidates is None) |         candidates is None) | ||||||
|         """ |         """ | ||||||
|         if not candidates: |         if not candidates: | ||||||
|             candidates = self._iter_candidates() |             candidates = list(self._iter_candidates()) | ||||||
|         else: |         else: | ||||||
|             candidates = (self.make_candidate(candidate) for candidate in candidates) |             candidates = (self.make_candidate(candidate) for candidate in candidates) | ||||||
|         transport = nbxmpp.Node('transport', payload=candidates) |         transport = nbxmpp.Node('transport', payload=candidates) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue