Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #749 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

Smack (master)

  • Florian Schmaus <flo@geekplace.eu>

    Florian Schmaus <flo@geekplace.eu> bcfe7b12a4b50fb1a482d92f72d47ae14c6eb007

    [tcp] Mark SM as disabled prior resource binding
    Otherwise we may send a SM ack request with the bind IQ request,
    causing a stream error:

    D/SMACK: SENT (0):
        <iq id='SETVB-74' type='set'>
          <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
          </bind>
        </iq>
        <r xmlns='urn:xmpp:sm:3'/>
    D/SMACK: RECV (0):
        <iq id='SETVB-74' type='result'>
          <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
            <jid>
              snakeman@wiuwiu.de/eHeTGlCq
            </jid>
          </bind>
        </iq>
        <stream:error>
          <unsupported-stanza-type xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
        </stream:error>
        </stream:stream>