vaibhav3002 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

TLS support in v 3.4beta #1153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
looking at code of SipDroid v 3.4 beta for tls support, it looks like tls is 
kept false at Initialization of the SipProvider.Later at sending message method 
, tcp return conn id, udp return null, while using tls return "Unsupported 
Protocol (tls), Message discarded". Does that means tls is still not supported? 
As enabling tls protocol it still uses tcp and enabling tls in the code the 
Register request is not going. 

Original issue reported on code.google.com by sendimpo...@gmail.com on 27 Jan 2014 at 5:10

GoogleCodeExporter commented 9 years ago
I successfully connected from sipdroid 3.6 beta to tls server, so looks like 
tls is supported.

Original comment by kudrevat...@gmail.com on 11 Jan 2015 at 9:42