tags:

views:

28

answers:

1

How would i make an aol aim bot in php, that is able to send and receive message, with a autoresponder. I have already taken a look at the toc protocol but wanted to use oscar if possible.

A: 

I can't speak as to specific protocols, but the only architecture you can use for this is to have a daemon running on the server that holds the connection to the IM server open and logged in, and also has a channel/socket open on the server listening to PHP scripts that make a connection to it in order to send and receive messages.

Ignacio Vazquez-Abrams