package xmpp.client.service.bookmark; public interface BookmarkServiceProvider { public BookmarkService getBookmarkService(); }