|
IM Status
|
|
This class is meant to check the online status of users of several instant messaging users.
It works by connecting to one of the many online status Web servers and request the status pages.
Currently it supports checking the status of users of ICQ, AIM, Jabber, MSN and...
|
|
|
ircBot
|
|
This is an Object Oriented PHP IRC bot framework.
It can register user callbacks to perform tasks on certain events, i.e.: onJoin, onOp, onBan, onTopic, etc.
The package contains a example bot script that demonstrates its usage and how callbacks work.
|
|
|
phpSkypeStatus
|
|
This class can be used to retrieve the online status of a Skype user.
It can connect to the Skype Web site and retrieve the status information XML record. Then the class can parse the returned information to extract the status code.
The class may also return the user...
|
|
|
BlueTOC
|
|
This class is meant to act as an AIM instant messaging client using the TOC protocol (not OSCAR). ICQ is also supported by this class.
It can perform normal tasks such as receiving and sending instant messages, joining chats and other activities on the AIM network.
...
|
|
|
AJAX driven simple chat
|
|
This class can be used to implement a simple Web based chat system that uses AJAX to update the chat dialog display area without reloading the whole page.
The class generates a page with a Web form to submit what each chat line that the users type.
The chat lines are...
|
|