User Typing Notifications - WeOnlyDo Discussion board

User Typing Notifications (General questions)

by Guramrit Singh, Wednesday, August 17, 2011, 07:28 (4658 days ago)

Hello,
I want to send and receive user typing notifications, How can i do that. as i can see there is only two values in Enum ContactNotifyEnum. There should be three more (Active, Inactive, Paused).

Re: User Typing Notifications

by woddrazen, Wednesday, August 17, 2011, 14:27 (4658 days ago) @ Guramrit Singh

Hi Guramrit,


I just talked with our developers. We will try to implement paused state inside wodXMPP.

We will let you know our results after we try to implement this inside wodXMPP.


Regards,
Drazen

Re: User Typing Notifications

by Guramrit Singh, Wednesday, August 17, 2011, 15:41 (4658 days ago) @ woddrazen

Thanks

Hi Guramrit,


I just talked with our developers. We will try to implement paused state inside wodXMPP.

We will let you know our results after we try to implement this inside wodXMPP.


Regards,
Drazen

Re: User Typing Notifications

by wodDamir, Thursday, August 18, 2011, 09:22 (4657 days ago) @ Guramrit Singh

Hi Gaumrit,

Actually, paused is already implemented. As specified here: http://www.weonlydo.com/XMPP/Help/wodXMPP-IncomingNotification-Event.html

an when an IncomingNotification event is triggered with Data argument non set, then the contact actually stopped writing (paused). If it is a non-zero value, then it is writing.

You can also use Notify method to send paused in the same way as mentioned.

Can you check the above?

Regards,
Damba