RE: [jdev] TCP Packet Construction

2004-11-04 Thread Heiner Wolf
Hi, >I interested to know if there are any good resources, documents, or >source code I could look at to see how to properly receive >packets from a jabber server like jabberd (which I am using) via TCP and >then how to receive and reconstruct the entire packet. When you deal with TCP as in th

Re: [jdev] Re: jdev Digest, Vol 10, Issue 3

2004-11-04 Thread Justin Karneges
On Thursday 04 November 2004 09:23 pm, Kamran Zafar wrote: > Step 5: Server informs client that it is allowed to > proceed: > > > Step 6: Client and server attempt to complete TLS > negotiation over the existing TCP connection. > > Step 7: If TLS negotiation is successful, client > initiates a new

Re: [jdev] TLS negotiation

2004-11-04 Thread kavitha e
Hi Kamran, I am new to this jabber, i am just going thru RFC's,i cant help you, but i need your help if you dont mind. You said u have developed xmpp complient C/S applications can you just tell me how to do that? I have to create an application to access jabber server & its transports for MSN

[jdev] TCP Packet Construction

2004-11-04 Thread Jon Phillips
Hello, I interested to know if there are any good resources, documents, or source code I could look at to see how to properly receive packets from a jabber server like jabberd (which I am using) via TCP and then how to receive and reconstruct the entire packet. I'm using Visual Studio .net and

[jdev] Re: jdev Digest, Vol 10, Issue 3

2004-11-04 Thread Kamran Zafar
Hi Alexey, Thanks for your reply and giving the reference of RFC 3920. Yes, I have gone through this RFC (specially "section 5. Use of TLS"). But my confusion is still there.I have a perfect understanding of how and what stanzas should be passed through client-server-client. Let me explain my q

Re: [jdev] TLS negotiation

2004-11-04 Thread Alexey Nezhdanov
В сообщении от Четверг 04 Ноябрь 2004 13:33 Kamran Zafar написал(a): > Hi, > > I have developed a xmpp compliant client and server > applications with most of the features. What language/license/download location ? > > Now I want to give (client 2 server )TLS > implementation in it. > > Please let

[jdev] TLS negotiation

2004-11-04 Thread Kamran Zafar
Hi, I have developed a xmpp compliant client and server applications with most of the features. Now I want to give (client 2 server )TLS implementation in it. Please let me know what should i need to do in my existing coding in order to add this feature. Regards, Kamran _