noorzaie / xmpphp

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

Error in example #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. correctly configure the XMPPHP_XMPP object
2. execute the next line, $conn->use_encryption = False;
3. wait

What is the expected output? What do you see instead?
Instead of the example executing, after the constructor, the program fails 
and exits.

What version of the product are you using? On what operating system?
xmpphp-0.1rc2-r77.tgz on WinXP

Please provide any additional information below.
should be $conn->useEncryption(false); because the use_encryption variable 
is protected

Original issue reported on code.google.com by dan.dut...@gmail.com on 2 Jan 2010 at 9:11

GoogleCodeExporter commented 9 years ago
sendmessage_example.php

Original comment by dan.dut...@gmail.com on 2 Jan 2010 at 9:12