How to keep a XMPP connection stable on Android with (a)smack?

后端 未结 6 1897
梦毁少年i
梦毁少年i 2020-12-02 18:39

I use asmack-android-7-beem library for Android. I have a background service running, such as my app stays alive. But sooner or later XMPP connection dies without any notice

6条回答
  •  隐瞒了意图╮
    2020-12-02 19:39

    In Smack 4.1, I use ServerPingWithAlarmManager. You can find more details about keeping connection alive ramzandroid blog here.

提交回复
热议问题