[root]/src/net/java/sip/communicator/impl/protocol/sip/xcap
model
(2 files, 126 lines)
commonpolicy
(12 files, 1884 lines)
prescontent
(6 files, 944 lines)
presrules
(8 files, 1459 lines)
resourcelists
(7 files, 1427 lines)
xcapcaps
(5 files, 550 lines)
xcaperror
(15 files, 1089 lines)
utils
(1 files, 66 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 44 (100.0%) | 2262 (100.0%) | 51.4 |
| damencho | 27 (61.4%) | 2213 (97.8%) | 81.9 |
| ibauersachs | 4 (9.1%) | 32 (1.4%) | 8.0 |
| emcho | 12 (27.3%) | 12 (0.5%) | 1.0 |
| s_vincent | 1 (2.3%) | 5 (0.2%) | 5.0 |
Fixes style formating, javadoc and eclipse related warnings.
5 lines of code changed in:
Adds some error reporting to sip server stored contactlist.
44 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
12 lines of code changed in:
Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
15 lines of code changed in:
Remove strict checking of xcap content type.
4 lines of code changed in:
XCAP: When using manually entered values for the login, use them as is without stripping the domain name.
17 lines of code changed in:
Fix xcap content type when sending resource list, and skip hostname verification on xcap https connections.
3 lines of code changed in:
Some dns enhancements: remove a PTR query after SRV results dispatching, use our dns resolver for xcap http requests (still a PTR for https requests). Possible PTRs in jabber, SocketFactory created solving the issue(not enabled).
40 lines of code changed in:
Use certificate service when accessing https xcap addresses.
37 lines of code changed in:
Add DND to global status and when a contact is in On The Phone status, show it in the contact list(do not show Away).
Reorder status scales, when setting global statuses correct protocol status to be set.
Fix string in avatar menu (icons -> pictures).
24 lines of code changed in:
Fix xcap to gracefully handle 200 ok responses with no content.
10 lines of code changed in:
Add latest patch from Grigorii Balutsel for Xcap support, fix proper contact peristent data.
7 lines of code changed in:
Fix a problem when registering with sip TCP and creation of via and contact headers.
Add latest patch from Grigorii Balutsel for Xcap, fixes NPE on wrong server URI.
1 lines of code changed in:
Merge latest patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
Add presence rules, fix tests and some resources. Start work on populating already existing contacts.
18 lines of code changed in:
Merge changes from branch/gsoc10/xcap and patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
2025 lines of code changed in: