[jdev] question about class.jabber.php with SASL TLS

Steve Ramage jadminspammedme at sjrx.net
Thu Jan 19 18:55:40 CST 2006


I may be mistaken but I think Google Talk also uses legacy 5223 SSL to
connect. In which case, in theory all you would need to do is to look
for the fsockopen() call and prefix the $host var, with ssl://

So like

fsockopen("ssl://" . $host, $port, ...);

Thats just what someone here said earlier, and I haven't played with it yet.


peilicui wrote:

>Hello,
>
>I’m trying to get classJabberPHP to work with the Google Talk protocol. But
>I have no clear idea about how to integrate TLS and SASL to this class? Can
>somebody share your code sample or how-tos ?
>
>thanks
>cpl
>
>
>
>
>
>
>  
>




More information about the JDev mailing list