Changeset abbd8ed for protocols/jabber/jabber.c
- Timestamp:
- 2006-10-28T20:54:40Z (16 years ago)
- Branches:
- master
- Children:
- 47d3ac4
- Parents:
- 62d0c14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r62d0c14 rabbd8ed 230 230 /* If the user likes typing notification and if we don't know 231 231 (and didn't probe before) if this resource supports XEP85, 232 include a probe in this packet now. */ 232 include a probe in this packet now. Also, if we know this 233 buddy does support XEP85, we have to send this <active/> 234 tag to tell that the user stopped typing (well, that's what 235 we guess when s/he pressed Enter...). */ 233 236 act = xt_new_node( "active", NULL, NULL ); 234 237 xt_add_attr( act, "xmlns", "http://jabber.org/protocol/chatstates" );
Note: See TracChangeset
for help on using the changeset viewer.