Directory test/net/java/sip/communicator/slick/protocol/sip/

Directory Created:
2006-08-08 18:05
Total Files:
14
Deleted Files:
0
Lines of Code:
6433

[root]/test/net/java/sip/communicator/slick/protocol/sip

Lines of Code

test/net/java/sip/communicator/slick/protocol/sip/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 120 (100.0%) 7260 (100.0%) 60.5
emcho 50 (41.7%) 2903 (40.0%) 58.0
damencho 20 (16.7%) 1878 (25.9%) 93.9
pradelle 12 (10.0%) 1679 (23.1%) 139.9
ibauersachs 7 (5.8%) 513 (7.1%) 73.2
mandre 2 (1.7%) 117 (1.6%) 58.5
lubomir_m 25 (20.8%) 115 (1.6%) 4.6
yanas 2 (1.7%) 42 (0.6%) 21.0
s_vincent 1 (0.8%) 9 (0.1%) 9.0
scmerger 1 (0.8%) 4 (0.1%) 4.0

Most Recent Commits

ibauersachs 2012-01-15 20:01

Fix stackoverflow on SIP server resolution when SRV host entry is unresolvable

44 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestAutoProxyDetection.java (+44)
ibauersachs 2011-12-20 10:53

Import DNS package to tests and fix tests

12 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestAutoProxyDetection.java (+12)
ibauersachs 2011-12-19 19:28

Make protocols aware of DNSSEC exceptions

21 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestAutoProxyDetection.java (+21 -16)
ibauersachs 2011-12-06 16:08

Avoid unnecessary DNS lookups for SIP

431 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+3), TestAutoProxyDetection.java (new 427), TestOperationSetPresence.java (+1 -5)
damencho 2011-11-04 10:44

Separates xcap contactlist implementation and adds option for contacts retrieval from XiVO.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestAccountInstallation.java (+4 -4), TestOperationSetServerStoredInfo.java (+4 -4)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

13 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+1 -1), SipSlickFixture.java (+1 -1), TestAccountInstallation.java (+1 -1), TestAccountUninstallation.java (+1 -1), TestAccountUninstallationPersistence.java (+1 -1), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetBasicTelephonySipImpl.java (+1 -1), TestOperationSetPersistentPresence.java (+1 -1), TestOperationSetPresence.java (+1 -1), TestOperationSetServerStoredInfo.java (+1 -1), TestOperationSetServerStoredInfoData.java (+1 -1), TestProtocolProviderServiceSipImpl.java (+1 -1), TestXCapParse.java (+1 -1)
ibauersachs 2011-05-11 18:26

XCAP: When using manually entered values for the login, use them as is without stripping the domain name.

5 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetServerStoredInfo.java (+5 -1)
damencho 2010-10-06 11:43

Authorization for SIP protocol, implement subscribe for presence.winfo rfc3857, rfc3858, rfc5025. Add block and polite-block to the currently available allow rules in xcap implementation and using them fo the sip authorization.
Fix - do not subscribe for not in contactlist contacts and for terminated subscriptions.
Remove warning for not found AAAA and A records, warn when both are not found.
Change some config properties for autoaway.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestXCapParse.java (+1 -1)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

9 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetBasicTelephonySipImpl.java (+9 -9)
damencho 2010-08-30 16:48

Fixing build.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetServerStoredInfo.java (+1 -1)
damencho 2010-08-16 13:51

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.

207 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetPresence.java (+34 -36), TestXCapParse.java (+173 -7)
damencho 2010-08-10 10:23

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.

1064 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+12 -1), TestAccountInstallation.java (+18 -3), TestOperationSetServerStoredInfo.java (new 356), TestOperationSetServerStoredInfoData.java (new 175), TestXCapParse.java (new 503)
yanas 2010-07-05 20:34

Fix sip tests.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestAccountInstallation.java (+1 -3)
damencho 2010-02-02 14:14

Enable presence in sip tests and force use of PA when testing.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+2 -2), TestAccountInstallation.java (+2)
damencho 2010-01-18 17:44

Enable sip tests, telephony and messaging (without presence).

9 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+4 -4), SipSlickFixture.java (+5)
damencho 2010-01-07 18:01

Again enable sip tests.

28 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipSlickFixture.java (+15), TestOperationSetBasicInstantMessaging.java (+4 -1), TestOperationSetPresence.java (+9 -1)
damencho 2010-01-06 13:04

Enable sip tests.

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+1 -1)
lubomir_m 2009-10-16 01:53

Fixes warnings

3 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetBasicInstantMessaging.java (+3 -3)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

6 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetBasicTelephonySipImpl.java (+6 -6)
lubomir_m 2009-08-31 18:25

Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.

57 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: SipProtocolProviderServiceLick.java (+1 -1), SipSlickFixture.java (+18 -18), TestAccountInstallation.java (+4 -4), TestAccountUninstallation.java (+1 -1), TestOperationSetBasicInstantMessaging.java (+1 -1), TestOperationSetBasicTelephonySipImpl.java (+9 -9), TestOperationSetPersistentPresence.java (+17 -18), TestOperationSetPresence.java (+5 -7), TestProtocolProviderServiceSipImpl.java (+1 -1)

(57 more)

Generated by StatSVN 0.3.1