How do I make robot connect AIM/MSN and stay connected, and respond to a message with a PHP function ?

I can't seem to find even an AIM function that would work or isn't from 2001

link|improve this question

80% accept rate
feedback

2 Answers

up vote 0 down vote accepted

I think AIM/MSN uses XMPP. Check out the PHP libraries for XMPP.

link|improve this answer
3  
AIM looks like XMPP, MSN looks like a horrid clusterfuck of everything bad on earth. – jmoon Feb 22 '11 at 23:06
@jmoon, I looked it up to see just how bad it is. It looks sorta like HTTP... if HTTP got screwed up. used cryptic encodings at every chance, and used nothing but capital letters. – Earlz Feb 23 '11 at 2:24
feedback

You would need to implement OSCAR with sockets.

There is a tutorial to socket programming: http://php.net/manual/en/sockets.examples.php

Edit: I stumbled across this resource that may help you: http://wip.asminog.com/workshop/webicqpro/webicqpro.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.