|
Your best bet by far is to go with an existing client library
that will allow you to focus on writing your client, rather than trying to
figure out the protocol details that have already been solved and neatly
wrapped up for your use. There are a number of Java client libraries out there you can
use, all of which are listed at: http://www.jabber.org/software/libraries.shtml -- Chris Mullins http://www.coversant.net/blogs/cmullins From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hussam
Shalaby Ali, I am a newbi to jabber and in the process to
build my own client in java, I spent a couple of days until I figured the TLS
part, the code is in java and I hope you can apply same to .net //might need to build your trustAllCerts SSLContext sc = SSLContext.getInstance("SSL");
System.out.println("*** Start sslSocket............................");
|
- [jdev] steps to complete tls negotiation ali
- Re: [jdev] steps to complete tls negotiation Peter Saint-Andre
- RE: [jdev] steps to complete tls negotiation ali
- Re: [jdev] steps to complete tls negotiat... Hussam Shalaby
- RE: [jdev] steps to complete tls nego... Chris Mullins
- Re: [jdev] steps to complete tls negotiat... Norman Rasmussen
- Re: [jdev] steps to complete tls nego... Norman Rasmussen
- Re: [jdev] steps to complete tls negotiation Michal vorner Vaner
