Build: #130 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Code commits

Smack (4.3)

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 6e4b85a6b7e6cd9500825af098874188f703fa17

    Smack 4.3.1-SNAPSHOT

    • version.gradle (version 6e4b85a6b7e6cd9500825af098874188f703fa17)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 14f4f8eed97d60335b6c16d5e06eda8f8b7b7f75

    Smack 4.3.0

    • resources/releasedocs/changelog.html (version 14f4f8eed97d60335b6c16d5e06eda8f8b7b7f75)
    • version.gradle (version 14f4f8eed97d60335b6c16d5e06eda8f8b7b7f75)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 4b5708603f8b1a425a16b2cd1e14295a082d0fcc

    Bump MiniDNS to 0.3.2

    • version.gradle (version 4b5708603f8b1a425a16b2cd1e14295a082d0fcc)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 5a7e656898f2a32a57660ba15dec41dd50dd4921

    Bump JXMPP to 0.6.3

    • version.gradle (version 5a7e656898f2a32a57660ba15dec41dd50dd4921)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> 5bf0fd64ac8d692c983a846e42343844bd285866

    Add ExceptionThrowingCallbackWithHint and javadoc
    about parsing exceptions also providing rationale.

    • smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java (version 5bf0fd64ac8d692c983a846e42343844bd285866)
    • smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java (version 5bf0fd64ac8d692c983a846e42343844bd285866)
    • smack-core/src/main/java/org/jivesoftware/smack/parsing/ExceptionThrowingCallbackWithHint.java (version 5bf0fd64ac8d692c983a846e42343844bd285866)
  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> a3fcbdbf5af531c6ead3b310b6b9d69e321269eb

    Make Stanza.appendErrorIfExists() aware of the enclosing XML namespace
    Originally discovered by Paul Schaub:

    Fixes an inconvenience, where an IQ with the implicit namespace
    `jabber:client` would append the namespace to an error child element
    like this:

    ```
    <iq (xmlns='jabber:client) <!-- in parenthesis since the NS is implicit --> ... >
        <error xmlns='jabber:client' <!-- this NS is too much --> ... />
    </iq>
    ``

    • smack-core/src/main/java/org/jivesoftware/smack/packet/IQ.java (version a3fcbdbf5af531c6ead3b310b6b9d69e321269eb)
    • smack-core/src/main/java/org/jivesoftware/smack/packet/Message.java (version a3fcbdbf5af531c6ead3b310b6b9d69e321269eb)
    • smack-core/src/main/java/org/jivesoftware/smack/packet/Presence.java (version a3fcbdbf5af531c6ead3b310b6b9d69e321269eb)
    • smack-core/src/main/java/org/jivesoftware/smack/packet/Stanza.java (version a3fcbdbf5af531c6ead3b310b6b9d69e321269eb)