Skip to content

Instantly share code, notes, and snippets.

@clowestab
Created August 3, 2017 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clowestab/1c1d8cca7c4309ea1f4ec72c26bbf768 to your computer and use it in GitHub Desktop.
Save clowestab/1c1d8cca7c4309ea1f4ec72c26bbf768 to your computer and use it in GitHub Desktop.
<?php
while (true) {
//poll database
//send messages over XMPP connection
//take a nap
sleep(5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment