Greetings, I was trying to fix an issue with a conflict between XMPPHP and a standard PEAR library. XMLStream.php includes "Log.php" and gets the PEAR library Log.php instead of its own so all kinds of blowing up. Anyway, I decided to download the "latest" version of the code from code.google.com and use it for messing around. That broke the script daemons which calls the method setReconnectTimeout -- $this->conn- >setReconnectTimeout(600). Apparently that method does not exist in the downloaded version of XMPPHP??? Did a "darcs revert XMPPHP" to get the right stuff and fixed the conflict with that code.
Anyway, was wondering if the version of XMPPHP in the darcs repository of Laconica is a modified version specific for Laconica or a newer/older version. Bill ----- William E. Reveal [EMAIL PROTECTED] http://www.wereveal.com/ ----- _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
