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 65 forks source link

BOSH Support #163

Open deathcipris opened 7 years ago

deathcipris commented 7 years ago

Will Zom-Android support BOSH? This is a requirement for my organization that we must pass all inbound network traffic through the reverse proxy. Standing up a new system specifically to reverse proxy XMPP ports has been denied as it would bypass the security gateway, so we need to push it through our current security appliance over 443. The goal is to have mobile XMPP chat access, secured from device to server, with TLS encryption over standard HTTPS ports and protocol.

n8fr8 commented 7 years ago

It is definitely something that is being considered and supported by the Smack library. I will check with the team and see what the possibility is.

deathcipris commented 7 years ago

Excellent! Thank you.