Package blueme.messenger.common

Interface Summary
iConfig Interface for the Config class.
iConstants Different types of constant variables used different places within the application are put here.
iMSG Interface for the MSG class
iQSortComp Interface for QSort comparators
iSMSMSG Interface for the SMSMSG class
iSMSService  
iUserData Interface for the UserData class
iUserList Interface for the UserList class
 

Class Summary
Base64 Used to encode/decode data into/from Base64..
Config Used to save different user settings.
Http  
HttpCookieConnection When logged into the server, we get a cookie.
MSG This class will carry information about a message (incoming or outgoing)
MsgComparator_OldRMS NOTE: This is no longer in use, on it's way out..
MsgTimeSort Used by QSort to sort messages on time..
ObjectNullSort Separate non existing objects from existing objects..
QSort Normal QSort function, used in different places..
SerUnser All objects that are to be sent from/to the server/client or saved in the clients database, used this class to add means that allow us to serialize/unserialize the object.
Server Most functions that involve communication with the server, is placed here..
Sms Used for sending outgoing SMS'es
SMSMSG Generic class for an outgoing SMS
SMSService This class if used to make an object that defines an external SMS service.
UserData Different userdata specific information..
UserList Different userdata information about a different user..
UserListFriendComp Used to sort the buddylist based on "Friend" first..
UserListNickSort Used to sort the userlist alphabetical.
UserListTimeComp Sorts the buddylist based on when each user was last in use.