[PHP] Enabling tls negotiation in a socket

2009-01-09 Thread Jehan Pagès
Hi, I have a question about opening a normal socket, then negotiating a TLS layer in PHP (through another protocol, which is XMPP in my case, in plain text at the beginning). I am currently using a socket created by "socket_create ()". But there seems not to be any way of switching to TLS negotiat

[PHP] Re: Enabling tls negotiation in a socket

2009-01-09 Thread Jehan Pagès
Hi, first off; great to see somebody else using XMPP with php :D (there's a > great xmpp lib for AS3 from ignite realitime that makes openfire) but no > nice ones for php yet as far as I know - was always one of those projects I > really wanted to do but couldn't justify without getting a client t