-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
It appears that ChatSecure consistency logs out of the user's XMPP server a couple minutes after the last activity, showing the user as offline, even when mod_smacks is enabled on the user's (Prosody) server. While this is not terrible for private messages (contacts can send the user an offline message and the user will receive a push notification and ChatSecure will then login), it is quite bad for group chats, since there is no way for a member of a group chat to contact another "member" of the group chat who is offline (since then they aren't in the chat anymore) unless they happen to know the member's JID (not normally the case).
If there is some special configuration I need to do for mod_smacks to make ChatSecure work the way I expect, please let me know. I'm happy to test particular settings, or other known-working public servers (maybe some servers from https://jmp.chat/suggested_servers.html have been tested to do the right thing with ChatSecure?).
Similar issues have been reported in the past (see #770 and #591) but it's unclear if those cover precisely this case or not so I'm including them mainly for reference. Also, I previously reported an issue with push (see #773) that is somewhat related, as I was using presence in a MUC to determine whether a user was available by push. But it seems that push probably works, while the main issue is the lack of being able to stay online, so we may be able to close #773 as a result.