Package pawn.services.chat

Interface Summary
ChatListener An interface to encapsulate an object that listens for notification from the ChatService of newly arrived requests for a chat session, and responses to requests for a chat session.
ChatService An interface for the Chat service, a service that allows peers to request and approve chat sessions.
 

Class Summary
ChatServiceImpl The implementation of the ChatService interface.