Encountering an issue with XMPP connection in Phonegap while using Strophe. Attempted to integrate the Strophe plugin from a web app into a Phonegap app (jQuery Mobile) and upon connection, Strophe first calls Strophe.Status.CONNECTING, then "Strophe.Status.CONNFAIL", followed by another Strophe.Status.CONNECTING with no further action. No errors are triggered, even when sending Stanza (with "body rid=xx...."), nothing occurs. Everything works fine on a regular jQuery webpage.
Anyone familiar with working with Phonegap and Strophe who could offer assistance? The current project is for Android but will expand to iOS, Windows Phone, and BlackBerry, so looking for a native JavaScript solution.
Update: After attempting on an Android mobile phone as well as the original website (designed for desktop computers), experiencing the same connectivity issues with Strophe.