******************************************************************************
*
*  emChat v1.0  Release 10/8/01
*
*  Copyright Copera, Inc. 2001 
*  http://www.copera.com
*
*
*  Released as Freeware under the BSD license
*
******************************************************************************

Exchange Manager Chat, Version 1.0

Description: An extremely lightweight chat program that uses the PalmOS Exchange Manager API to send and receive data. Who should use this: This app makes a great testbed for anyone developing an "Exchange Library" for PalmOS 4.0. Since the app sends and receives data via the exchange manager, a developer can easily modify the program to use his/her exchange library. Currently, the application uses the exchange prefix "_beam" and can be demonstrated via the built-in IR exchange library. How to modify this program: Change the emChat.h file for your prefix and data type. Right now, the prefix is _beam and the data type (for registration) is "AMP". Alternatively, modify your library to be the default library to handle _beam. With this scenario, the app should run correctly without modification. You can use the prebuilt Obj/emChat.prc file to test the app over IR. Features: -Extremely simple and clean interface including full scrolling support -Chat data stored in database record for persistence between sessions -Ability to receive data notifications while application is NOT running Base Development Environment: Win2k SP2, 256 MB RAM CodeWarrior 8.0 PalmOS SDK 4.0 DISCLAIMER This program is provided "as is", with absolutely no warranty, expressed or implied. Use this software at your own risk. Please send any comments or feedback to: feedback@copera.com Cheers, -mark Copera, Inc. http://www.copera.com