Package org.jivesoftware.util
Class S2STestService
java.lang.Object
org.jivesoftware.util.S2STestService
Runs server to server test.
Attempts to send an IQ packet to ping a given domain. Captures debug information from logging, certificates and
packets.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
S2STestService
public S2STestService(org.xmpp.packet.JID domain) - Parameters:
domain
- The host to test.
-
-
Method Details
-
run
Run a test against the domain.- Returns:
- K-V pairs of debug information.
- Throws:
Exception
- On error.
-