Comment by Tepix

11 years ago

The problem right now is persistent connections on iOS. You need to use push messages instead, which requires a plugin on the jabber server and a matching client.

Not something you can expect all your friends to set up.

You could also have clients and servers implement http://xmpp.org/extensions/xep-0357.html .

i thought push notifications worked with IM+ on iOS? i am not very familiar with either though, so i'm probably wrong.

  • There is a number of IM clients for iOS, that store your credential "in the cloud" (use their own infrastructure to terminate the XMPP connection and route push notifications to their clients). This is not ideal for your privacy, to put it into friendly words.