package xmpp.client.service.user; public interface UserServiceProvider { public UserService getUserService(); }