/easyXDM-tester

Off the cuff easy easyXDM testing

Primary LanguageJavaScript

*LICENSE*

Copyright (c) 2011 Victor Phelemba

easyXDM-tester 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, version 3 of the License.

easyXDM-tester 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 easyXDM-tester.  If not, see <http://www.gnu.org/licenses/>.

*easyXDM-tester*

This is a simple text chat demo snippet Im hoping you'll find useful. Keep in mind the 
hackers over at easyxdm.net have quite a few more elaborate demos to punch around. 

There is no reason not to add encryption, real nick provisioning, etc.

Go ahead and read up. Happy Coding. :)

Usage
======

Unpack into a localhost directroy and run index2.php. Note one could change the both 
index' to .html file type I just used them that way for testing.

Clients will *not see another clients messages, this is just a message pass through. 
Take a look at the code in index.php and connect it to a central storage.

Changelog
==========
v0.01
- simple text chat application with easyXDM (working)