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: #599 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Code commits

Smack (master)

  • Guus der Kinderen

    Guus der Kinderen fc70484cf6f3f5a8dc95a6df92a139a106bdae67

    More specific Pubsub integration tests.
    XEP-0060 prohibits publishing a request that contains an item to a node that
    is both 'notification-only' and 'transient' (section 7.1.3.6)

    In commit 8ed872ca639822aeff58eaaa673f953efb0ba6ee the existing pubsub publication
    test was modified (to resolve a different issue) to operate on a node that's both
    'notification-only' and 'transient'. This resulted in a test that should return
    an error, even though the test implementation didn't expect one.

    This commit explicitly verifies that publishing an item to such a node causes
    an error to be returned. A new test is added that verifies that publishing an
    event notification does succeed.