문제

I'm using the XMPP protocol in order to send and receive messages with the Facebook chat. I'm able to receive messages, and as well get the typing notifications.

My problem is that I'm not receiving the 'typing paused' notification.

My app has successfully made the auth procedure and when the user is typing a message I'm receiving the 'composing' message but when he stops typing I'm not getting the 'paused' message that is documented in the XEP-0085 protocol.

Thanks

도움이 되었습니까?

해결책

The answer is most likely that Facebook doesn't support <paused/>. Only support for <active/> and <composing/> is absolutely required by the XEP.

Your client should handle <paused/> appropriately, but also handle not receiving it just fine too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top