Posted by Michael Trausch on 01/09/06 14:53
Michael wrote:
>
> I just wondered is there a reasonably easy way to send single messages
> over the msn messenger protacol from a php script, i dont even need to
> be able to reply to the script just a 2 word notification to my msn
> messenger account.
>
You may want to see if you can actually use Jabber for that purpose...
Jabber was designed originally for server-to-server communication, and
you could have something set up like that, since it uses XML. A quick
google search for "php jabber" turns up quite a bit.
- Mike
[Back to original message]
|