Directory src/net/java/sip/communicator/impl/protocol/zeroconf/

Directory Created:
2007-06-11 13:47
Total Files:
14
Deleted Files:
0
Lines of Code:
4456

[root]/src/net/java/sip/communicator/impl/protocol/zeroconf
                                     jmdns (15 files, 6572 lines)

Lines of Code

src/net/java/sip/communicator/impl/protocol/zeroconf/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 6209 (100.0%) 53.9
damencho 30 (26.1%) 5424 (87.4%) 180.8
emcho 27 (23.5%) 309 (5.0%) 11.4
lubomir_m 31 (27.0%) 172 (2.8%) 5.5
yanas 10 (8.7%) 133 (2.1%) 13.3
wernerd 7 (6.1%) 70 (1.1%) 10.0
s_vincent 4 (3.5%) 59 (1.0%) 14.7
vincent_lucas 4 (3.5%) 18 (0.3%) 4.5
sympho 1 (0.9%) 13 (0.2%) 13.0
ibauersachs 1 (0.9%) 11 (0.2%) 11.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ClientThread.java (+5 -7), OperationSetBasicInstantMessagingZeroconfImpl.java (+15 -15), ProtocolIconZeroconfImpl.java (+13 -8)
vincent_lucas 2012-03-01 16:16

Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies function TransportProtocol.parse(String transportProtocol) to ignore case of the transportProtocol parameter.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+2 -2)
vincent_lucas 2012-03-01 14:34

Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP or TLS) used to carry the control channel of protocol services (SIP, XMPP, etc.). Updates ProtocolProviderServices getTransportType() function to getTransportProtocol() which returns a transport protocol enumeration.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+5 -4)
vincent_lucas 2012-03-01 11:02

Corrects the getTransportType() function documentation of the ProtocolProviderServices.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+1 -1)
vincent_lucas 2012-02-29 20:27

Adds a getTransportType() function to ProtocolProviderServices in order to get the transport protocol used. Corrects the call transport field of the CallInfoFrame, which henceforth uses the new getTransportType() function.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+10)
emcho 2011-10-18 14:03

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

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: BonjourService.java (+1 -1), ClientThread.java (+1 -1), ContactGroupZeroconfImpl.java (+1 -1), ContactZeroconfImpl.java (+1 -1), MessageZeroconfImpl.java (+1 -1), OperationSetBasicInstantMessagingZeroconfImpl.java (+1 -1), OperationSetPersistentPresenceZeroconfImpl.java (+1 -1), OperationSetTypingNotificationsZeroconfImpl.java (+1 -1), ProtocolIconZeroconfImpl.java (+1 -1), ProtocolProviderFactoryZeroconfImpl.java (+1 -1), ProtocolProviderServiceZeroconfImpl.java (+1 -1), ZeroconfAccountID.java (+1 -1), ZeroconfActivator.java (+1 -1), ZeroconfStatusEnum.java (+1 -1)
ibauersachs 2011-10-07 19:35

Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+11)
damencho 2011-02-17 18:38

When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: BonjourService.java (+5 -1)
damencho 2010-12-14 20:11

When creating account check and disabled accounts(all loaded accounts in AccountManager) for duplicates.
Don't block UI when disabling account which is currently registering or asking for authentication.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderFactoryZeroconfImpl.java (+2 -2)
damencho 2010-11-05 09:53

Fix creating and deleting bonjour accounts.
Fix choosing default call record directory on Macosx and store it if it exists when entring it manually without the need to hit enter.
Fix msn to release calling thread when sending messages(offline one can be time consuming).

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: BonjourService.java (+2 -2), ProtocolProviderServiceZeroconfImpl.java (+2 -1)
s_vincent 2010-10-06 18:09

Add provisioning via mDNS (Bonjour).

26 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+26 -24)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolIconZeroconfImpl.java (+37 -3)
wernerd 2010-06-03 21:34

Fix logger usage - sixth bunch.

66 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: BonjourService.java (+38 -19), ClientThread.java (+14 -7), OperationSetBasicInstantMessagingZeroconfImpl.java (+2 -1), OperationSetPersistentPresenceZeroconfImpl.java (+2 -1), ProtocolProviderServiceZeroconfImpl.java (+6 -3), ZeroconfActivator.java (+4 -2)
lubomir_m 2009-10-18 00:12

Uses AbstractProtocolProviderService#addSupportedOperationSet in its extenders because it's type-safe and shortens the code.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+12 -15)
lubomir_m 2009-10-13 20:16

Fixes warnings.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: OperationSetPersistentPresenceZeroconfImpl.java (+7 -9)
lubomir_m 2009-10-08 20:42

Fixes warnings

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolProviderServiceZeroconfImpl.java (+1 -1)
lubomir_m 2009-08-31 16:15

Commits another 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 src directory.

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: BonjourService.java (+7 -9), ContactGroupZeroconfImpl.java (+15 -15), ProtocolProviderFactoryZeroconfImpl.java (+3 -3), ZeroconfAccountID.java (+5 -5)
lubomir_m 2009-08-31 15:05

Commits a small fraction 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 removes unnecessary casts.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ProtocolIconZeroconfImpl.java (+1 -1)
lubomir_m 2009-08-30 20:04

Introduces a default implementation of OperationSetTypingNotifications which removes duplications from extenders and fixes warnings.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: OperationSetTypingNotificationsZeroconfImpl.java (+3 -95), ProtocolProviderServiceZeroconfImpl.java (+1 -6)
lubomir_m 2009-07-29 11:50

Fixes raw-type warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/zeroconf: ZeroconfStatusEnum.java (+1 -1)

(35 more)

Generated by StatSVN 0.3.1