ignore errors on receiving non-utf8 data
This commit is contained in:
		
							parent
							
								
									f6e2cb37fb
								
							
						
					
					
						commit
						0db94027c9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1493,7 +1493,7 @@ class Connection:
 | 
			
		|||
				self.dispatch('REGISTER_AGENT_INFO', (data[0], conf, is_form))
 | 
			
		||||
		elif realm == '':
 | 
			
		||||
			if event == common.xmpp.transports.DATA_RECEIVED:
 | 
			
		||||
				self.dispatch('STANZA_ARRIVED', unicode(data))
 | 
			
		||||
				self.dispatch('STANZA_ARRIVED', unicode(data, errors = 'ignore'))
 | 
			
		||||
			elif event == common.xmpp.transports.DATA_SENT:
 | 
			
		||||
				self.dispatch('STANZA_SENT', unicode(data))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue