Jabber Client Library
Version 0.8
Copyright 2002-2005, eSite Media Inc.
Portions Copyright 2002, Carlo Zottmann
http://www.centova.com
============================================================================
This file was contributed (in part or whole) by a third party, and is
released under the GNU LGPL. Please see the CREDITS and LICENSE sections
below for details.
****************************************************************************
DETAILS
This is an event-driven Jabber client class implementation. This library
allows PHP scripts to connect to and communicate with Jabber servers.
CREDITS & COPYRIGHTS
This class was originally based on Class.Jabber.PHP v0.4 (Copyright 2002,
Carlo "Gossip" Zottmann).
The code for this class has since been nearly completely rewritten by Steve
Blinch for eSite Media Inc. All such modified code is Copyright 2002-2005,
eSite Media Inc.
The original Class.Jabber.PHP was released under the GNU General Public
License (GPL); however, we have received written permission from the
original author and copyright holder, Carlo Zottmann, to relicense our
version of this class and release it under the GNU Lesser General Public
License (LGPL). This allows compatibility with Centova's
proprietary software license.
LICENSE
class_Jabber.php - Jabber Client Library
Copyright (C) 2002-2005, eSite Media Inc.
Copyright (C) 2002, Carlo Zottmann
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at your
option) any later version.
This library 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 Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
JABBER is a registered trademark of Jabber Inc.
|