Package edu.columbia.coms6901.pingtel.pingim

Class Summary
ActionListener Listens for form actions.
Buddy Represents an IM buddy.
BuddyList Buddy List implementation.
DOMessage Implementation of a SIP DO message.
ExpirationThread Thread responsible for checking subscriptions to make sure that none have expired.
GuiUtilities Set of utilities for easy human IO interfacing, including popup menus, logging, etc.
HelperClass Parent class which contains commonly used methods used by many other classes in PingIM
LDAPHandler Handles LDAP connections, disconnections, searching, adding, deleting, and all that fun LDAP stuff.
ListListener Gets activated whenever a list selection changes.
MenuSystem Contains code for different menus, including the phonebook menu, the X10 menu, the buddy list menu, and several other supporting user input screens.
MESSAGEListener Listens for incoming SIP MESSAGE messages and interprets them.
MESSAGEMessage Implementation of a SIP MESSAGE message.
NOTIFYListener Listens for incoming NOTIFY messages.
NOTIFYMessage Implementation of a SIP NOTIFY message.
PingIM PingIM -- Instant Messaging on PingTel Phones.
SIPMessage Handles SIP calls.
SUBSCRIBEListener Listens for and replies to SUBSCRIBE messeages.
SUBSCRIBEMessage Handles outgoing SUBSCRIBE Messages.
Subscriber Represents a PingIM client who has subscribed to this instance of PingIM.
SubscribersList Representation of current list of subscribers.
 

Exception Summary
IMException Very simple exception for PingIM Xpression.