My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 29, 2009
    issue 9 (Disconnection of bot (openfire+debian)) reported by pankaj.khuranacute   -   Hi, I have a debian server with openfire. I have a bot running fine but it goes offline very frequently(sometimes in two days). I have applied the ping method for resolving the issue of inactivity as faced by others and stated in earlier issues. I have checked the log files also but cannot find the reason of such behavior. I am attaching the log file for your reference. Please help me on this Thanks, Pankaj
    Hi, I have a debian server with openfire. I have a bot running fine but it goes offline very frequently(sometimes in two days). I have applied the ping method for resolving the issue of inactivity as faced by others and stated in earlier issues. I have checked the log files also but cannot find the reason of such behavior. I am attaching the log file for your reference. Please help me on this Thanks, Pankaj
  • Sep 11, 2009
    r43 (Few minor updates for blog post http://bit.ly/m8k2s) committed by mailsfor...@gmail.com   -   Few minor updates for blog post http://bit.ly/m8k2s
    Few minor updates for blog post http://bit.ly/m8k2s
  • Sep 11, 2009
    r42 (A basic gaming bot demo script using jaxl library) committed by mailsfor...@gmail.com   -   A basic gaming bot demo script using jaxl library
    A basic gaming bot demo script using jaxl library
  • Jul 21, 2009
    issue 8 ("Sending XML>>" sending nothing ?) reported by soheilpersia   -   The php script never returns any output... Here is the log: 2009-07-21 01:38:35 Initializing class variables 2009-07-21 01:38:35 Trying to connect at khandoon.com:5222 2009-07-21 01:38:35 Connection made successfully at khandoon.com:5222 2009-07-21 01:38:35 Sending XML>> <?xml version="1.0"?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xmlns="jabber:client" to="khandoon.com" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace"> 2009-07-21 01:38:36 Received XML<< <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='4A657E8B' xmlns='jabber:client' from='khandoon.com'> 2009-07-21 01:38:36 Sending XML>>
    The php script never returns any output... Here is the log: 2009-07-21 01:38:35 Initializing class variables 2009-07-21 01:38:35 Trying to connect at khandoon.com:5222 2009-07-21 01:38:35 Connection made successfully at khandoon.com:5222 2009-07-21 01:38:35 Sending XML>> <?xml version="1.0"?><stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" xmlns="jabber:client" to="khandoon.com" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace"> 2009-07-21 01:38:36 Received XML<< <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' id='4A657E8B' xmlns='jabber:client' from='khandoon.com'> 2009-07-21 01:38:36 Sending XML>>
  • Jul 14, 2009
    issue 3 (PHP Warning: stream_socket_enable_crypto(): this stream doe...) commented on by thiwankalk   -   jakub - my problem is okey - i stated wamp -> php_openssl
    jakub - my problem is okey - i stated wamp -> php_openssl
  • May 21, 2009
    issue 7 (TLS Auth Fails ) Owner changed by mailsforabhinav   -  
    Owner: mailsforabhinav
    Owner: mailsforabhinav
  • May 21, 2009
    issue 7 (TLS Auth Fails ) Status changed by mailsforabhinav   -   Thanks for pointing this out Bruce. Marking this issue as "Started", will push this to production in next release. Thanks again. -Abhi
    Status: Started
    Thanks for pointing this out Bruce. Marking this issue as "Started", will push this to production in next release. Thanks again. -Abhi
    Status: Started
  • May 21, 2009
    issue 7 (TLS Auth Fails ) reported by bruce.aldridge   -   On my machine, wasn't working as expected, wrapped stream_socket_enable_crypto in parseProceed function in a var_dump .... was returning false!!! reading the php docs, http://www.php.net/manual/en/function.stream-socket-enable-crypto.php#79001 was suggested to use SSL rather than TLS ... worked first time... suggest, either changing to stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_SSLv3_CLIENT); or if (!stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_TLS_CLIENT)) { stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_SSLv3_CLIENT); } although on my machine it was taking 5-10s to 'timeout'
    On my machine, wasn't working as expected, wrapped stream_socket_enable_crypto in parseProceed function in a var_dump .... was returning false!!! reading the php docs, http://www.php.net/manual/en/function.stream-socket-enable-crypto.php#79001 was suggested to use SSL rather than TLS ... worked first time... suggest, either changing to stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_SSLv3_CLIENT); or if (!stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_TLS_CLIENT)) { stream_socket_enable_crypto($this->stream, TRUE, STREAM_CRYPTO_METHOD_SSLv3_CLIENT); } although on my machine it was taking 5-10s to 'timeout'
  • May 20, 2009
    r41 (Updated README File) committed by mailsforabhinav   -   Updated README File
    Updated README File
  • May 20, 2009
    r40 (Checking in with updates comments and introducing jaxl4broad...) committed by mailsforabhinav   -   Checking in with updates comments and introducing jaxl4broadcast.class.php for broadcasting IM across your buddy list
    Checking in with updates comments and introducing jaxl4broadcast.class.php for broadcasting IM across your buddy list
  • May 20, 2009
    r39 (Added rosterList array which saves list of all buddy JID's) committed by mailsforabhinav   -   Added rosterList array which saves list of all buddy JID's
    Added rosterList array which saves list of all buddy JID's
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, here it is.
    Ok, here it is.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, here it is.
    Ok, here it is.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, here it is.
    Ok, here it is.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, here it is.
    Ok, here it is.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. But my bot has still some other connection problems. I will release some of my extensions shortly.
    Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. But my bot has still some other connection problems. I will release some of my extensions shortly.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. I will release some of my extensions shortly.
    Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. I will release some of my extensions shortly.
  • Mar 05, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. But it seems the bot has still another connection problem. I will release some of my extensions shortly.
    Ok, but I am using another server to detect ip changes. Maybe you know a better way to identify connection breaks. But it seems the bot has still another connection problem. I will release some of my extensions shortly.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by mailsforabhinav   -   Hi localtux1, Wow! Great! Can you kindly attach your enhancement/break fix so that others can use the same for themselves. Also I would like to review it and if found the most fitting solution, would like to include the same in the next release of Jaxl. Regards, Abhinav
    Hi localtux1, Wow! Great! Can you kindly attach your enhancement/break fix so that others can use the same for themselves. Also I would like to review it and if found the most fitting solution, would like to include the same in the next release of Jaxl. Regards, Abhinav
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   My jabber account (ejabberd) does not support the ping command. But I wrote a workaround / module to recognize connection breaks. If a break occurs I am going to reset the bot connection / tls-session, because the bot server has a dynamic ip. This solutions works for me.
    My jabber account (ejabberd) does not support the ping command. But I wrote a workaround / module to recognize connection breaks. If a break occurs I am going to reset the bot connection / tls-session, because the bot server has a dynamic ip. This solutions works for me.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   My jabber account (ejabberd) does not support the ping command. But I wrote a workaround / module to recognize connection breaks. If a break occurs I am going to reset the bot connection / session, because the bot server has a dynamic ip. This solutions works for me.
    My jabber account (ejabberd) does not support the ping command. But I wrote a workaround / module to recognize connection breaks. If a break occurs I am going to reset the bot connection / session, because the bot server has a dynamic ip. This solutions works for me.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) changed by mailsforabhinav   -   Hi localtux1, Thanks for letting me know about this bug. Probably while developing I never left my bot idle for even 5 minutes and I never encountered this error. Also the bots running at gtalkbots are probably never idle for more than 5 minutes and hence I again never encountered such errors. But I am sure you won't be able to replicate this with gtalk servers. It might only be happening with ejabberd servers. Can you confirm the same? I am currently busy with some other projects and probably over this weekend or next weekend, I will release a patch for the same. Meanwhile you can use the solution provided by lightokun0 i.e. pinging the server. Regards, Abhinav
    Owner: mailsforabhinav
    Labels: Priority-High Priority-Medium
    Hi localtux1, Thanks for letting me know about this bug. Probably while developing I never left my bot idle for even 5 minutes and I never encountered this error. Also the bots running at gtalkbots are probably never idle for more than 5 minutes and hence I again never encountered such errors. But I am sure you won't be able to replicate this with gtalk servers. It might only be happening with ejabberd servers. Can you confirm the same? I am currently busy with some other projects and probably over this weekend or next weekend, I will release a patch for the same. Meanwhile you can use the solution provided by lightokun0 i.e. pinging the server. Regards, Abhinav
    Owner: mailsforabhinav
    Labels: Priority-High Priority-Medium
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok it is another problem. My server has connection breaks. But the script does not recognize them.
    Ok it is another problem. My server has connection breaks. But the script does not recognize them.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok it is another problem. My server has connection breaks. But the script does not recognize them.
    Ok it is another problem. My server has connection breaks. But the script does not recognize them.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   Ok it is another problem. My server has connection breaks.
    Ok it is another problem. My server has connection breaks.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   I have an issue which looks similar. My account uses an ejabberd 2.0.3 server and my bot drops the connection after a while. I'll test the solution from above.
    I have an issue which looks similar. My account uses an ejabberd 2.0.3 server and my bot drops the connection after a while. I'll test the solution from above.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   I have an issue which looks similar. My account uses an ejabberd 2.0.3 server. My bot drops the connection after a while. I'll test the solution from above.
    I have an issue which looks similar. My account uses an ejabberd 2.0.3 server. My bot drops the connection after a while. I'll test the solution from above.
  • Mar 04, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by localtux1   -   I have an issue which looks similar. My account uses a ejabberd 2.0.3. My bot drops the connection after a while. I'll test the solution from above.
    I have an issue which looks similar. My account uses a ejabberd 2.0.3. My bot drops the connection after a while. I'll test the solution from above.
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by mailsforabhinav   -   Hi lightokun0, Thanks for the link. I am sure this has to do with openfire jabber server since the bots at gtalkbots.com run 24x7 and I have never encountered any error like this before. Anyways thanks for your support :D I shall dig in and release an improved version, which is supposed to support BOSH protocol too. Cheers, Abhinav
    Hi lightokun0, Thanks for the link. I am sure this has to do with openfire jabber server since the bots at gtalkbots.com run 24x7 and I have never encountered any error like this before. Anyways thanks for your support :D I shall dig in and release an improved version, which is supposed to support BOSH protocol too. Cheers, Abhinav
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by lightokun0   -   The issue is that jaxl don't send any packets to server and server drop session due to timeout. Solution can be found here: http://xmpp.org/extensions/xep-0199.html, section Client- To-Server Pings. My solution is to rough(posted before) to be applied and in the future, maybe i'll modify the code.
    The issue is that jaxl don't send any packets to server and server drop session due to timeout. Solution can be found here: http://xmpp.org/extensions/xep-0199.html, section Client- To-Server Pings. My solution is to rough(posted before) to be applied and in the future, maybe i'll modify the code.
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by mailsforabhinav   -   Hi lightokun0, I havn't tested JAXL against openfire yet. Will try to do the same over the weekend if possible and post my findings here. Thanks, Abhinav
    Hi lightokun0, I havn't tested JAXL against openfire yet. Will try to do the same over the weekend if possible and post my findings here. Thanks, Abhinav
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by lightokun0   -   jabber.rsspnet.ru. It's using openfire server. Info-link: http://en.wikipedia.org/wiki/Openfire.
    jabber.rsspnet.ru. It's using openfire server. Info-link: http://en.wikipedia.org/wiki/Openfire.
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by mailsforabhinav   -   Hi lightokun0, Thanks for posting the log files and images. Quite strange and weird. BTW can you kindly tell me which jabber server are you testing against. I have tested JAXL against ejabberd-2.x and gtalk servers and I never encountered any problems. If only you can tell me the jabber server you are testing against, I will be able to come up with a concrete solution. Thanks and Regards, Abhinav
    Hi lightokun0, Thanks for posting the log files and images. Quite strange and weird. BTW can you kindly tell me which jabber server are you testing against. I have tested JAXL against ejabberd-2.x and gtalk servers and I never encountered any problems. If only you can tell me the jabber server you are testing against, I will be able to come up with a concrete solution. Thanks and Regards, Abhinav
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by lightokun0   -   Temp solution attached. Disconnects was caused because server didn't get response from client. Also add the $this->ping = 0; var in xmpp.class.php after $this->xmlBuffer = ''; P.S. This is temp solution, NOT the solution of the problem. Sorry for my english.
    Temp solution attached. Disconnects was caused because server didn't get response from client. Also add the $this->ping = 0; var in xmpp.class.php after $this->xmlBuffer = ''; P.S. This is temp solution, NOT the solution of the problem. Sorry for my english.
  • Feb 25, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by lightokun0   -   It happens with some kind of jabber servers. Here're screens and logs. P.S. I modified the source for myself to track an error easier.
    It happens with some kind of jabber servers. Here're screens and logs. P.S. I modified the source for myself to track an error easier.
  • Feb 06, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by mailsforabhinav   -   Hi Jakub, I do trust you and the bot might go offline after few minutes of inactivity, but still for any level of debugging I would need the logs. What ever it may be I will be grateful if you can attach the same for me. Further it can surely be something related to your php.ini settings. Check for maximum timeout for command line (CLI) php scripts. Also I have my development box on windows xp, so for me the bot works fine on windows machine. How do you use JAXL library, can you pen down the steps you are using. I guess you might be doing something like this: 1. Open config.ini.php and choose your environment 2. Enter Username and Password for your test bot 3. Open a command line windown (start->cmd) 4. Run this command on cmd: php /path/to/your/index.php After you run the last command, it will output a few logs on the command line window itself. Can you also paste them for me. Also it will log everything under the log directory. Can you also attach the same next time. Probably log file and php.ini settings might help in nailing down the bug. Regards, Abhinav
    Hi Jakub, I do trust you and the bot might go offline after few minutes of inactivity, but still for any level of debugging I would need the logs. What ever it may be I will be grateful if you can attach the same for me. Further it can surely be something related to your php.ini settings. Check for maximum timeout for command line (CLI) php scripts. Also I have my development box on windows xp, so for me the bot works fine on windows machine. How do you use JAXL library, can you pen down the steps you are using. I guess you might be doing something like this: 1. Open config.ini.php and choose your environment 2. Enter Username and Password for your test bot 3. Open a command line windown (start->cmd) 4. Run this command on cmd: php /path/to/your/index.php After you run the last command, it will output a few logs on the command line window itself. Can you also paste them for me. Also it will log everything under the log directory. Can you also attach the same next time. Probably log file and php.ini settings might help in nailing down the bug. Regards, Abhinav
  • Feb 06, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) commented on by jakub.biernacki   -   Abhinav, it honestly does not log anything related to the disconnect. All the log shows is consistant info about the communication it last had, then it just 'drops the connection' but the application still sits in a state of 'connection'. Log is not updated when it disconnects. I have tried a few things and from what I gather, it must either be a script time out [PHP] or a Windows process that kills the idle connection. My tests show that if I am communicating with the client, it is connected and logging all data. Once I stop, roughly 3-5 later of idle time I see the bot disconnect, but when I look @ the server desktop, the prompt window is still in a state of 'running' and the log entry has not been updated since the last transaction that took place [me messaging it]. Thoughts? Maybe this has something to do with needing a keep alive built into the bot? a sort of 'ping' to the server? I can see that working, as it will eliminate an idle timeout [which is my best guess]. Now this *may* only be a Windows 2003 server issue, as you run it on linux, right?
    Abhinav, it honestly does not log anything related to the disconnect. All the log shows is consistant info about the communication it last had, then it just 'drops the connection' but the application still sits in a state of 'connection'. Log is not updated when it disconnects. I have tried a few things and from what I gather, it must either be a script time out [PHP] or a Windows process that kills the idle connection. My tests show that if I am communicating with the client, it is connected and logging all data. Once I stop, roughly 3-5 later of idle time I see the bot disconnect, but when I look @ the server desktop, the prompt window is still in a state of 'running' and the log entry has not been updated since the last transaction that took place [me messaging it]. Thoughts? Maybe this has something to do with needing a keep alive built into the bot? a sort of 'ping' to the server? I can see that working, as it will eliminate an idle timeout [which is my best guess]. Now this *may* only be a Windows 2003 server issue, as you run it on linux, right?
  • Feb 06, 2009
    jaxl-1.0.4.rar ([[Version 1.0.4]] Enhancement - Implemented Google Gmail Ext...) file uploaded by mailsforabhinav   -  
    Labels: Featured
    Labels: Featured
  • Feb 06, 2009
    r38 (Version 1.0.4 ------------- Implementation of Google's Gmail...) committed by mailsforabhinav   -   Version 1.0.4 ------------- Implementation of Google's Gmail Extension http://code.google.com/apis/talk/jep_extensions/gmail.html Added another method of interest eventNewEMail() which is called when a gtalk user recieves a new email in his/her google mail box. Works both for Gmail as well as Google apps user. Updated File(s): xmpp.class.php implementation of Google Gmail Extension jaxl.class.php now also extending eventNewEMail() method jaxl4gmail.class.php a sample application for newly implemented extension
    Version 1.0.4 ------------- Implementation of Google's Gmail Extension http://code.google.com/apis/talk/jep_extensions/gmail.html Added another method of interest eventNewEMail() which is called when a gtalk user recieves a new email in his/her google mail box. Works both for Gmail as well as Google apps user. Updated File(s): xmpp.class.php implementation of Google Gmail Extension jaxl.class.php now also extending eventNewEMail() method jaxl4gmail.class.php a sample application for newly implemented extension
  • Feb 06, 2009
    issue 6 (Require more error handling for "stream:error" like "see-oth...) reported by mailsforabhinav   -   What steps will reproduce the problem? 1. It happens very rarely, probably once a week. Log shows that server sends an error stream which looks as follows: 2009-02-05 00:43:46 Received XML<< <stream:error><see-other-host xmlns="urn:ietf:params:xml:ns:xmpp- streams"/><str:text xmlns:str="urn:ietf:params:xml:ns:xmpp- streams">talk.google.com</str:text></stream:error> 2009-02-05 00:43:46 Sending XML>> </stream:stream> What is the expected output? What do you see instead? As a result of this the bot goes off line, however you can still see it's proceed id in list of active pid's
    What steps will reproduce the problem? 1. It happens very rarely, probably once a week. Log shows that server sends an error stream which looks as follows: 2009-02-05 00:43:46 Received XML<< <stream:error><see-other-host xmlns="urn:ietf:params:xml:ns:xmpp- streams"/><str:text xmlns:str="urn:ietf:params:xml:ns:xmpp- streams">talk.google.com</str:text></stream:error> 2009-02-05 00:43:46 Sending XML>> </stream:stream> What is the expected output? What do you see instead? As a result of this the bot goes off line, however you can still see it's proceed id in list of active pid's
  • Jan 29, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) Status changed by mailsforabhinav   -   Hi Jakub, Can you kindly post the logger.log file output so that I can digg deep into the issue. I don't see any issue when I run Jaxl on Windows XP. Log file might help me track the issue. Can you kindly post the same? Regards, Abhinav
    Status: Started
    Hi Jakub, Can you kindly post the logger.log file output so that I can digg deep into the issue. I don't see any issue when I run Jaxl on Windows XP. Log file might help me track the issue. Can you kindly post the same? Regards, Abhinav
    Status: Started
  • Jan 29, 2009
    issue 3 (PHP Warning: stream_socket_enable_crypto(): this stream doe...) Status changed by mailsforabhinav   -   Marking the issue as Invalid, since you seem to have found the answer yourself.
    Status: Invalid
    Marking the issue as Invalid, since you seem to have found the answer yourself.
    Status: Invalid
  • Jan 18, 2009
    issue 4 (Random disconnect of bot after less than 5 min of in-activit...) reported by jakub.biernacki   -   What steps will reproduce the problem? 1. Running JAXL on Windows 2003 Server 2. leaving app running for 3+ minutes 'inactive' What is the expected output? The app should keep running/being connected until killed. What do you see instead? PHP script does not exit. I see the bot 'user' log off. No log update due to disconnect. Script is still running in command window. What version of the product are you using? On what operating system? 1.0.3 vanilla Please provide any additional information below. Basically it seems that the bot just disconnects after some time, maybe it is a connection issue? How could I modify the code to check for connection loss? As the script does not exit, and the 'while($jaxl->isConnected)' loop does not catch anything.
    What steps will reproduce the problem? 1. Running JAXL on Windows 2003 Server 2. leaving app running for 3+ minutes 'inactive' What is the expected output? The app should keep running/being connected until killed. What do you see instead? PHP script does not exit. I see the bot 'user' log off. No log update due to disconnect. Script is still running in command window. What version of the product are you using? On what operating system? 1.0.3 vanilla Please provide any additional information below. Basically it seems that the bot just disconnects after some time, maybe it is a connection issue? How could I modify the code to check for connection loss? As the script does not exit, and the 'while($jaxl->isConnected)' loop does not catch anything.
  • Jan 17, 2009
    issue 3 (PHP Warning: stream_socket_enable_crypto(): this stream doe...) commented on by jakub.biernacki   -   hmm okay, I waited to post this issue, but after much more digging, I found the answer: The error I was getting: stream_socket_enable_crypto(): this stream does not support SSL/cr Was cause due to not having extension=php_openssl.dll enabled in PHP.INI [windows] It now works, And the client successfully connected! Thanks!
    hmm okay, I waited to post this issue, but after much more digging, I found the answer: The error I was getting: stream_socket_enable_crypto(): this stream does not support SSL/cr Was cause due to not having extension=php_openssl.dll enabled in PHP.INI [windows] It now works, And the client successfully connected! Thanks!
  • Jan 17, 2009
    issue 3 (PHP Warning: stream_socket_enable_crypto(): this stream doe...) reported by jakub.biernacki   -   What steps will reproduce the problem? 1. Download 1.0.3 source, setup db jaxl, configure db settings. 2. Configure gmail username/pass for account. 3. run PHP index.php [command line] What is the expected output? What do you see instead? A connection made to the gtalk servers and bot logs in, shows online. Currently I see the following, and do not see the bot come online, nor log message that I have sent while it is shown as offline: php index.php Starting TLS Encryption... PHP Warning: stream_socket_enable_crypto(): this stream does not support SSL/cr ypto in C:\WWW\sandbox.webmojo.ca\googleBot\xmpp.class.php on line 335 Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto in C:\WWW\sandbox.webmojo.ca\googleBot\xmpp.class.php on line 335 What version of the product are you using? On what operating system? 1.0.3 on Windows Server 2003, PHP 5.2.X. Please provide any additional information below. Plain vanilla code of 1.0.3 does not seem to build connection. I do not see the 'bot' user come online, nor do I get any other output / log. However, in the LOG I do see:
    What steps will reproduce the problem? 1. Download 1.0.3 source, setup db jaxl, configure db settings. 2. Configure gmail username/pass for account. 3. run PHP index.php [command line] What is the expected output? What do you see instead? A connection made to the gtalk servers and bot logs in, shows online. Currently I see the following, and do not see the bot come online, nor log message that I have sent while it is shown as offline: php index.php Starting TLS Encryption... PHP Warning: stream_socket_enable_crypto(): this stream does not support SSL/cr ypto in C:\WWW\sandbox.webmojo.ca\googleBot\xmpp.class.php on line 335 Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto in C:\WWW\sandbox.webmojo.ca\googleBot\xmpp.class.php on line 335 What version of the product are you using? On what operating system? 1.0.3 on Windows Server 2003, PHP 5.2.X. Please provide any additional information below. Plain vanilla code of 1.0.3 does not seem to build connection. I do not see the 'bot' user come online, nor do I get any other output / log. However, in the LOG I do see:
  • Jan 13, 2009
    jaxl-1.0.3.rar ([[Version 1.0.3]] Enhancement http://code.google.com/p/jaxl/...) file uploaded by mailsforabhinav   -  
    Labels: Featured
    Labels: Featured
  • Jan 13, 2009
    issue 2 (How to remove dependency from $this->status variable for set...) Status changed by mailsforabhinav   -   Added another method setStatus() in xmpp.class.php which can now be extended in jaxl.class.php and used to set custom initial status messages without using $this->status. See updated xmpp.class.php and jaxl.class.php. Also now download the latest achieve i.e. version 1.0.3
    Status: Done
    Added another method setStatus() in xmpp.class.php which can now be extended in jaxl.class.php and used to set custom initial status messages without using $this->status. See updated xmpp.class.php and jaxl.class.php. Also now download the latest achieve i.e. version 1.0.3
    Status: Done
  • Jan 13, 2009
    r37 ([No log message]) committed by mailsforabhinav   -   [No log message]
    [No log message]
  • Jan 13, 2009
    issue 2 (How to remove dependency from $this->status variable for set...) reported by mailsforabhinav   -   In version 1.0.1 and 1.0.2 of JAXL, sendStatus() method is called internally for setting initial status. sendStatus() uses $this->status variable to set the initial status. How can a developer take control of setting an initial custom status and remove dependency from $this->status variable?
    In version 1.0.1 and 1.0.2 of JAXL, sendStatus() method is called internally for setting initial status. sendStatus() uses $this->status variable to set the initial status. How can a developer take control of setting an initial custom status and remove dependency from $this->status variable?
  • Jan 07, 2009
    r36 (Sample application for dzone rss feeds) committed by mailsforabhinav   -   Sample application for dzone rss feeds
    Sample application for dzone rss feeds
 
Hosted by Google Code