Opened 16 years ago
Closed 16 years ago
#789 closed defect (fixed)
Buddy callback is still called even after buddy has been deleted (thanks Robert Cichielo for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.2 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
When pjsua_buddy_del() is called, the buddy status callback will still be called if there is presence subscription active for the buddy. However in this callback, all buddy query APIs will return NULL values.
The corresponding ticket for 1.0 branch is ticket #790
Change History (2)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Buddy callback is still called even after buddy has been deleted (thanks Robert Cichielo) to Buddy callback is still called even after buddy has been deleted (thanks Robert Cichielo for the report)
Note: See
TracTickets for help on using
tickets.
Fixed in r2596