Hello All, regarding the Vysper build, I've done all the required downloads of dependencies, and am using Maven.
I am now having a problem that one test is failing: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec > Results : > Failed tests: testHandshake(org.apache.vysper.stanzasession.StanzaSessionTestCase) I've looked into this test in more detail and realised that it is trying to contact a Jabber.org server. Here is the exception I'm getting: ------------------------------------------------------------------------------- Test set: org.apache.vysper.stanzasession.StanzaSessionTestCase ------------------------------------------------------------------------------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.015 sec > <<< FAILURE! testHandshake(org.apache.vysper.stanzasession.StanzaSessionTestCase) Time > elapsed: 2.89 sec <<< FAILURE! junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertNotNull(Assert.java:217) at junit.framework.Assert.assertNotNull(Assert.java:210) at > org.apache.vysper.stanzasession.StanzaSessionTestCase.testHandshake(StanzaSessionTestCase.java:78) All I can tell is that the assertion is saying the Stanza is NULL for some strange reason - presumably something to do with reaching the URL [ http://etherx.jabber.org/streams]? Also I might add that I'm behind a corporate proxy and that we do not have access to jabber.org, but this URL seems to redirect to [http://xmpp.org/] regards, Tammer
