we can now retrieve our vcard
This commit is contained in:
		
							parent
							
								
									e7498bca12
								
							
						
					
					
						commit
						c1ba76286e
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -630,6 +630,9 @@ class Interface:
 | 
			
		|||
			nick = array['NICKNAME']
 | 
			
		||||
			if nick:
 | 
			
		||||
				gajim.nicks[account] = nick
 | 
			
		||||
		if self.windows[account]['infos'].has_key(array['jid']):
 | 
			
		||||
			 win = self.windows[account]['infos'][array['jid']]
 | 
			
		||||
			 win.set_values(array)
 | 
			
		||||
 | 
			
		||||
	def handle_event_vcard(self, account, array):
 | 
			
		||||
		win = None
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue