PHP Classes

File: README

Recommend this page to a friend!
  Classes of sk89q   BlueTOC   README   Download  
File: README
Role: Auxiliary data
Content type: text/plain
Description: Read me! Basic introduction
Class: BlueTOC
AIM client using TOC instant messaging protocol
Author: By
Last change: v2.3.000
Date: 17 years ago
Size: 1,654 bytes
 

Contents

Class file image Download
################################ # BlueTOC 2.3.000 # Copyright 2004-2006 sk89q # Written by sk89q ################################ Introduction ================================ BlueTOC is an object oriented approach to AOL Instant Messenger for PHP-based applications. It utilizes AIM's TOC protocol (v2/v3) to connect, send instant messages, join chatrooms, and perform a number of other tasks. The majority of the functions in AIM and supported in AIM TOC 2 have been abstracted in BlueTOC to allow for flexibility and easeness of use. BlueTOC abstracts connection and listening entirely, and thus is more oriented in creating longer running applications, but it can be used to send individual instant messages (IMs) on the fly as well. We welcome all developers to try out BlueTOC to create their own unique inventions ranging from instant reports to online multiplayer games. License ================================ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.