mohamedsaeed27 / xmpphp

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

heartbeat function? #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No steps, i need to make a heartbeat function like class_jabber.php, for a
web based chat, how i can acomplish that?

My application needs to check every n seconds to see if there is a message...

Thank

BTW 
are you latinoamerican?
i'm from mexico...

Original issue reported on code.google.com by alek...@gmail.com on 11 Jul 2008 at 5:17

GoogleCodeExporter commented 8 years ago
PHP isn't threaded, so this doesn't do you any good.  Use 
processUntil('message')

Original comment by nathanfr...@gmail.com on 26 Nov 2008 at 10:03