Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 android 上使用 Smack 库来实现基于 xmpp 的聊天。如果 ejabberd 服务器从客户端接收到存在类型 = 不可用,它需要多长时间才能将用户标记为离线(开始存储到离线存储中)。
它是即时的还是需要一些时间?
存在是实时广播的,所以是的,广播存在不可用是即时的。