zom / Zom-Android-XMPP

THIS PROJECT IS NOW CLOSED. WE HAVE MOVED TO A NEW ZOM 2.0 MATRIX CORE. FOLLOW THE LINK!
https://github.com/zom/zom-android-matrix
GNU General Public License v3.0
141 stars 66 forks source link

Not Able to Connect to Openfire through Android Studio AVD #444

Closed vikasruhela closed 6 years ago

vikasruhela commented 6 years ago

I am not able to connect to the Openfire server from Zom installed on AVD. Here is my servers.json servers": [ { "name": "My Server", "description": "My Server", "website": "", "twitter": "", "privacy_policy": "", "logo": "images/zom.png", "country_code": "US", "domain": "localhost", "server": "localhost", "ip": "10.0.2.2", "port": 5222, "requires_otr": false, "captcha": false, "extensions": "", "certificate": ""}]

Please guide me.