New version of sendMsg available for testing

The script I created over two years ago to send a message using PHP has gained quite a lot of exposure over the last few months, and a common request I have been getting is the ability to send messages to more than one user.

Over the weekend I modified the class with the following changes:

  • Function to manually create an IM session with a user.
  • Function to send a message on the newest IM session.
  • Font face and colour support for the sendMessage() function.
  • Better error handling when connecting to the messenger server.
  • simpleSend() function to send a single message like the original version.
  • error property to get socket error.

7 Responses to “New version of sendMsg available for testing”


Comments are currently closed.