I recently upgraded to the newest version of aSmack (4.0.2)
The bookmark manager is putting out bad xml when trying to add a bookmarked conference:
<iq id='4L2zv-17' type='set'><query xmlns="jabber:iq:private"><storage> xmlns='storage:bookmarks'<conference> name='nick-20140814150349@blank.blank.io' autojoin='false' jid='nick-20140814150349@blank.blank.io'><nick>Nick</nick></conference></storage></query></iq>
In my previous aSmack version, bookmarkmanager xml was correct:
<iq id="7v9iI-225" type="set"><query xmlns="jabber:iq:private"><storage xmlns="storage:bookmarks"><conference name="nick-20140814150349@blank.blank.io" autojoin="false" jid="nick-20140814150349@blank.blank.io" ><nick>Nick</nick></conference></storage></query></iq>
Thanks