The BookmarkedConference all method is protected, not public.the document have some problem

the following is smack document provided guilde,but it doesn’t work;the BookmarkedConference all method is protected, not public.
** BookmarkedConference conference = new BookmarkedConference();**
**** conference.setName(“My Favorite Room”);****
**** conference.setAutoJoin(“true”);****
**** conference.setJID("dev@conference.jivesoftware.com");****

Please use BookmarkManager.addBookmarkedConference instead of creating the class manually.

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.