[root]/src/net/java/sip/communicator/service/protocol
aimconstants
(0 files, 0 lines)
event
(129 files, 10384 lines)
icqconstants
(1 files, 150 lines)
jabberconstants
(1 files, 355 lines)
media
(12 files, 7396 lines)
msnconstants
(1 files, 156 lines)
whiteboardobjects
(10 files, 735 lines)
yahooconstants
(1 files, 189 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 906 (100.0%) | 25291 (100.0%) | 27.9 |
| emcho | 384 (42.4%) | 10484 (41.5%) | 27.3 |
| yanas | 148 (16.3%) | 5920 (23.4%) | 40.0 |
| lubomir_m | 162 (17.9%) | 5149 (20.4%) | 31.7 |
| damencho | 87 (9.6%) | 1669 (6.6%) | 19.1 |
| s_vincent | 51 (5.6%) | 1043 (4.1%) | 20.4 |
| wernerd | 27 (3.0%) | 292 (1.2%) | 10.8 |
| ysaak | 2 (0.2%) | 235 (0.9%) | 117.5 |
| rkuntz | 10 (1.1%) | 137 (0.5%) | 13.7 |
| ibauersachs | 8 (0.9%) | 101 (0.4%) | 12.6 |
| vincent_lucas | 9 (1.0%) | 79 (0.3%) | 8.7 |
| 666f6f | 1 (0.1%) | 54 (0.2%) | 54.0 |
| scmerger | 2 (0.2%) | 48 (0.2%) | 24.0 |
| pradelle | 4 (0.4%) | 40 (0.2%) | 10.0 |
| sympho | 5 (0.6%) | 25 (0.1%) | 5.0 |
| vmartinet | 3 (0.3%) | 9 (0.0%) | 3.0 |
| scoutice | 2 (0.2%) | 5 (0.0%) | 2.5 |
| kpouer | 1 (0.1%) | 1 (0.0%) | 1.0 |
Adds option to add voicemail check URI to use it for checking voicemail messages.
6 lines of code changed in:
Renames recently added event securityStarted to securityNegotiationStarted.
3 lines of code changed in:
Adds security started event, indicating when security initialization has really started.
30 lines of code changed in:
Implements automatic selection of the (experimental) cobri support for conference calls. Enabled if the boolean account property USE_JITSI_VIDEO_BRIDGE is explicitly set to true.
10 lines of code changed in:
Fixes multiple stability issues with the (experimental) support for the cobri Jabber extension.
1 lines of code changed in:
Adds (experimental) support for the cobri Jabber extension.
4 lines of code changed in:
Fixes a ConcurrentModificationException in SRTCPTransformer.
10 lines of code changed in:
- Allows the neomedia bundle to function even when the PortAudio native library fails to load.
- Allows the resourcemanager bundle to function without resources such as images.
- Provides a way to listen for and, optionally, drop DatagramPackets read by RTPConnectorInputStream prior to converting them to RawPackets and passing them up the media chain.
1 lines of code changed in:
Adds option to disable/enable mwi.
5 lines of code changed in:
Adds option to hangup peer with error code and reason in OperationSetBasicTelephony.
32 lines of code changed in:
Separates auto answer operation set into basic and advanced.
Adds jabber basic auto answer implementation.
124 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
22 lines of code changed in:
Adds security timeout event, triggered whenever we tried and couldn't establish security connection (zrtp sends initial hello packets and don't receive response). Adds initial implementation of paranoia mode, if enabled and the other party didn't indicate encryption we fail the call.
36 lines of code changed in:
Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies function TransportProtocol.parse(String transportProtocol) to ignore case of the transportProtocol parameter.
54 lines of code changed in:
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:
Corrects the getTransportType() function documentation of the ProtocolProviderServices.
2 lines of code changed in:
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.
7 lines of code changed in:
Fixes issues with video conferences such as adding peers and allowing non-focus peers to start their video first.
11 lines of code changed in:
Fixes a bug (introduced in revision 9384) when we accept a second call (not merged in the first), the first call was not put on hold.
4 lines of code changed in:
Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.
23 lines of code changed in:
(451 more)