Pings the server. This method will return true if the server is reachable. It is the equivalent of calling ping with the XMPP domain.
Unlike the {@link #ping(String)} case, this method will return true even if {@link #isPingSupported(String)} is false.
@return true if a reply was received from the server, false otherwise.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.