Project

General

Profile

Bug #489

Updated by Frédéric Barthéléry about 11 years ago

Hi, 

 when configuring a separate server for connection, this 
 server IP or domain is used as the digest uri. This is wrong 
 for virtual hosts, which are very common. 

 Solution: 
 Introduce option to use domain of Jabber-ID as digest uri 
 (even when domain is not fully qualified as without ".com" or so, 
 like "myjabber" or "mygroup". 

 Example: 

 Jabber-ID: user@virthost 
 Server: xmpp.veryltd.com 

 In this case there is a virtual host "virthost" configured in jabber at 
 the server xmpp.veryltd.com. The digest uri therefore should be "virthost" 
 otherwise authentication fails. 

 Thanks a lot! 


 *What steps will reproduce the problem?* 
 1.  
 2.  
 3.  

 *What is the expected output? What do you see instead?* 


 *What version of Beem are you using? On what Android version? On what device?* 


 Please provide any additional information below. 

Back