don't handle xmpp:// uri, correct uri are xmpp:
This commit is contained in:
		
							parent
							
								
									959687c262
								
							
						
					
					
						commit
						759ddff650
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -569,8 +569,6 @@ class SignalObject(dbus.service.Object):
 | 
				
			||||||
			accounts = [account]
 | 
								accounts = [account]
 | 
				
			||||||
		else:
 | 
							else:
 | 
				
			||||||
			accounts = gajim.connections.keys()
 | 
								accounts = gajim.connections.keys()
 | 
				
			||||||
		if jid.startswith('xmpp://'):
 | 
					 | 
				
			||||||
			return jid[7:] # len('xmpp://') = 7
 | 
					 | 
				
			||||||
		if jid.startswith('xmpp:'):
 | 
							if jid.startswith('xmpp:'):
 | 
				
			||||||
			return jid[5:] # len('xmpp:') = 5
 | 
								return jid[5:] # len('xmpp:') = 5
 | 
				
			||||||
		nick_in_roster = None # Is jid a nick ?
 | 
							nick_in_roster = None # Is jid a nick ?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue