Bookmark Manager XML Error in aSmack 4.0.2

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:

xmlns=‘storage:bookmarks’ name=‘nick-20140814150349@blank.blank.io’ autojoin=‘false’ jid=‘nick-20140814150349@blank.blank.io’>Nick

In my previous aSmack version, bookmarkmanager xml was correct:

Nick

Thanks

Problem could be solved if in Bookmarks.java

buf.openElement(“conference”);

is replaced with

buf.halfOpenElement(“conference”);

??

Thanks for reporting. SMACK-594

Should be fixed in todays aSmack 4.0.3-SNAPSHOT. Please report back if it solves the issue for you.

Thanks for the quick fix!! It works =]