Autojoin option of xmpp bookmark does not work
问题 I am trying to auto-join rooms using XEP-0048 - Bookmarks (http://xmpp.org/extensions/xep-0048.html). I am using RobbieHanson XMPPFramework, ejabberd v13.x So far, I have been able to add bookmark to the room using the following code : -(void) createBookmarkforRoom:(NSString *)roomJid { NSXMLElement *nick = [NSXMLElement elementWithName:@"nick" stringValue:@"Marge"]; NSXMLElement *conference = [DDXMLNode elementWithName:@"conference"]; [conference addAttributeWithName:@"name" stringValue:@