Broadcasting a message to all connected users via XMPPHP

I have a mobile application which connects to PHP server. The PHP server makes some decisions and then needs to broadcast a message to all connected users or certain set of connected users. How can this be best achieved?