package xmpp.client.service.chat; public interface ChatServiceProvider { public ChatService getChatService(); }