309746069 / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

sendmessage_example.php error #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Starting up WAMP server
2. Opening the sendmessage_example.php from its directory

What is the expected output? What do you see instead?

I guess the expected output should not be a series of errors. What I get
instead is a series of errors: Warning: stream_socket_enable_crypto()
[streams.crypto]: this stream does not support SSL/crypto in
C:\wamp\www\xmpphp\XMPPHP\XMPP.php on line 380 1233662315 [WARNING]:
Reconnecting (30)... 1233662315 [INFO]: Connecting to
tcp://talk.google.com:5222 1233662315 [INFO]: Starting TLS encryption 

What version of the product are you using? On what operating system?

I'm using the xmpphp-0.1rc1-r70.tar version on Windows XP

Please provide any additional information below.

I've uncommented my extension=php_openssl.dll in the php.ini file. I don't
get what the problem is. Shouldn't it be working just without any
interference from me?

Thanks.

Original issue reported on code.google.com by testacco...@gmail.com on 3 Feb 2009 at 12:01

GoogleCodeExporter commented 8 years ago
It's likely that either php_openssl.dll isn't installed, or you're editing the 
wrong
php.ini file.

Original comment by nathanfr...@gmail.com on 12 Feb 2009 at 6:41