yss163com / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I implement "Chat State Notifications" in Libjingle

GoogleCodeExporter opened this issue · comments

I am wondering why libjingle doesn't implement "Chat State Notifications"
I think it is basic of xmpp protocal.

Can I do work for "Chat State Notifications" in libjingle.
Or Does someone do that?

I really hope this will be quickly answered.
Thank you.


Original issue reported on code.google.com by adam1988...@gmail.com on 1 Feb 2012 at 2:15

Libjingle does not support all XEPs. You can create a class (e.g ChatTask) to 
listen to incoming chat stanzas and handle them as well send your own chat 
state.

Original comment by diego.cd...@gmail.com on 10 Feb 2012 at 6:17

Thank you.
I did that work already to send/receive chat notification.
I am going to patch for that later.

Original comment by adam1988...@gmail.com on 11 Feb 2012 at 7:54

Original comment by juberti@google.com on 1 Jun 2013 at 4:49

  • Changed state: WontFix