Modify ↓
Opened at 2014-03-19T02:04:12Z
Closed at 2015-10-21T06:49:39Z
#1143 closed defect (fixed)
XEP85 detection (typing) seems to fail between two bitlbee users
Reported by: | dx | Owned by: | wilmer |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Jabber | Version: | 3.2.1 |
Keywords: | typing, xep85 | Cc: | |
IRC client+version: | Client-independent | Operating System: | Other |
OS version/distro: |
Description
http://xmpp.org/extensions/xep-0085.html#support
XEP 85 says that discovery should be done with <iq> packets, instead, we avoid doing this and check for received <active>, <composing> or <paused>. We also send a single <active> in the first chat message when we don't know if XEP85 is supported, and set JBFLAG_PROBED_XEP85 afterwards.
Some part of that isn't working when talking between two bitlbee users - both seem to send the <active> probe but this doesn't seem to enable XEP85, and "/ctcp nick TYPING 1" gets ignored.
Attachments (0)
Change History (1)
comment:1 Changed at 2015-10-21T06:49:39Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/bitlbee/bitlbee/commit/5307e8870a1a4aea9da534b009190246a8b6e9f0
Took me a while.