User Typing Notifications (General questions)
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
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
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
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