Changeset 82135c7
- Timestamp:
- 2007-08-08T09:20:57Z (17 years ago)
- Branches:
- master
- Children:
- eda54e4
- Parents:
- 1baaef8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/message.c
r1baaef8 r82135c7 90 90 91 91 /* Handling of incoming typing notifications. */ 92 if( xt_find_node( node->children, "composing" ) ) 92 if( bud == NULL ) 93 { 94 /* Can't handle these for unknown buddies. */ 95 } 96 else if( xt_find_node( node->children, "composing" ) ) 93 97 { 94 98 bud->flags |= JBFLAG_DOES_XEP85;
Note: See TracChangeset
for help on using the changeset viewer.