Ticket #88 (closed Defect: Fixed)
xcapclient ignores --sip-adress parameter
| Reported by: | jh | Owned by: | admin |
|---|---|---|---|
| Priority: | Minor | Milestone: | OpenXCAP 1.2.0 |
| Component: | XCAP client library | Version: | trunk |
| Severity: | Non-critical | Keywords: | |
| Cc: |
Description
looks like xcapclient ignores -sip-adress parameter if .xcapclient exists.
-- juha
without .xcapclient.ini put is applied according to --sip-address:
jh@taimen:~/test$ mv ../.xcapclient.ini ../xcapclient.ini jh@taimen:~/test$ xcapclient --sip-address= test@test.fi --xcap-root= http://xcap.test.fi:8080/xcap-root --app=pres-rules -i /tmp/test.xcap putput http://xcap.test.fi:8080/xcap-root/pres-rules/users/sip:test@test.fi/index 200 OK
with .xcapclient.ini it is applied to default entry:
jh@taimen:~/test$ mv ../xcapclient.ini ../.xcapclient.ini jh@taimen:~/test$ xcapclient --sip-address= test@test.fi --xcap-root= http://xcap.test.fi:8080/xcap-root --app=pres-rules -i /tmp/test.xcap put put http://xcap.test.fi:8080/xcap-root/pres-rules/users/sip:jh@test.fi/index 200 OK etag: "1823e63fb5399c3ef3adbdf438611456" content-type: application/auth-policy+xml
Change History
comment:1 Changed 3 years ago by admin
- Owner changed from support@ag-projects.com to admin
- Status changed from new to accepted
comment:2 Changed 3 years ago by adigeo
- Priority changed from Major to Minor
- Component changed from xcapclient to XCAP client library
- Milestone set to OpenXCAP 1.1.1
comment:3 Changed 2 years ago by saul
- Status changed from accepted to closed
- Resolution set to Fixed
Fixed. Until a new python-xcaplib release is made you may download it with darcs:
darcs get http://devel.ag-projects.com/repositories/python-xcaplib
