#1161 closed enhancement (fixed)
Support for adding custom headers in presence subscription requests
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
Add support in PJSIP and PJSUA-LIB to allow applications to add custom headers in presence subscription requests.
In PJSUA-LIB, this will be implemented with this new field in pjsua_acc_config:
pjsip_hdr sub_hdr_list;
Change History (5)
comment:1 Changed 14 years ago by ming
comment:2 Changed 14 years ago by ming
- Milestone changed from Known-Issues-and-Ideas to release-1.10
comment:3 Changed 14 years ago by bennylp
- Description modified (diff)
- Summary changed from Support for custom presence message body with existing PJSUA-LIB buddy management to Support for adding custom headers in presence subscription requests
Title and description changed. Related to this, see also #1217
comment:4 Changed 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 14 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
(In [3412]) Re #1161: Support for adding custom presence subscription headers.