Class XMPPUtils


  • public class XMPPUtils
    extends Object
    • Constructor Detail

      • XMPPUtils

        public XMPPUtils()
    • Method Detail

      • getAccountName

        public static String getAccountName​(String transportUrl)
                                     throws AxisFault
        Extract XMPP server accountName section from transport URL passed in.
        Parameters:
        transportUrl -
        Returns:
        String
        Throws:
        AxisFault
      • getServiceName

        public static String getServiceName​(String transportUrl)
                                     throws AxisFault
        Extract Service name from transport URL passed in
        Parameters:
        transportUrl -
        Returns:
        Throws:
        AxisFault