Code commits

Smack (4.3)

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> b675f49b3d5477009100d3c2ee18e87c7910ee4a

    Merge pull request #287 from ge0rg/4.3
    Partially fix boolean parser, 4.3 branch

  • Georg Lukas <georg@op-co.de>

    Georg Lukas <georg@op-co.de> b8bd10b0562810b8abc14a92c8aa8cb01abc9dc7

    RoomInfo: use proper boolean parser for `muc#roominfo_subjectmod`
    XML allows both false/true and 0/1 syntax for booleans.

    Signed-off-by: Georg Lukas <georg@op-co.de>

    • smack-extensions/src/main/java/org/jivesoftware/smackx/muc/RoomInfo.java (version b8bd10b0562810b8abc14a92c8aa8cb01abc9dc7)
  • Georg Lukas <georg@op-co.de>

    Georg Lukas <georg@op-co.de> 8b88f9cb20b86f302c91684d8cd73823599b703d

    Bookmarks: use proper boolean parser for `autojoin`
    Some clients (read: Gajim) store boolean values as `0` and `1` instead
    of `false` and `true`, which is legal for the XML boolean type.

    Signed-off-by: Georg Lukas <georg@op-co.de>

    • smack-extensions/src/main/java/org/jivesoftware/smackx/bookmarks/Bookmarks.java (version 8b88f9cb20b86f302c91684d8cd73823599b703d)
  • Georg Lukas <georg@op-co.de>

    Georg Lukas <georg@op-co.de> 229653af3017e32141dcbe0a53abe6573b0c2df9

    ParserUtils: fix boolean parser
    How could this even happen?

    Signed-off-by: Georg Lukas <georg@op-co.de>

    • smack-core/src/main/java/org/jivesoftware/smack/util/ParserUtils.java (version 229653af3017e32141dcbe0a53abe6573b0c2df9)