Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top