[root]/src/net/java/sip/communicator/impl/protocol/mock

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 159 (100.0%) | 6046 (100.0%) | 38.0 |
| damencho | 34 (21.4%) | 4735 (78.3%) | 139.2 |
| emcho | 57 (35.8%) | 521 (8.6%) | 9.1 |
| yanas | 22 (13.8%) | 462 (7.6%) | 21.0 |
| lubomir_m | 31 (19.5%) | 180 (3.0%) | 5.8 |
| s_vincent | 4 (2.5%) | 74 (1.2%) | 18.5 |
| vincent_lucas | 4 (2.5%) | 19 (0.3%) | 4.7 |
| rkuntz | 2 (1.3%) | 18 (0.3%) | 9.0 |
| sympho | 1 (0.6%) | 15 (0.2%) | 15.0 |
| ibauersachs | 1 (0.6%) | 11 (0.2%) | 11.0 |
| wernerd | 2 (1.3%) | 10 (0.2%) | 5.0 |
| vmartinet | 1 (0.6%) | 1 (0.0%) | 1.0 |
Adds option to hangup peer with error code and reason in OperationSetBasicTelephony.
17 lines of code changed in:
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:
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.
10 lines of code changed in:
Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.
70 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
16 lines of code changed in:
Don't show the security padlock when the security controller requires secure signaling, but signaling is insecure
11 lines of code changed in:
Fixes issue #899: Incorrect Javadoc for function createCall.
20 lines of code changed in:
Adds javadocs, fixes warnings.
4 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
1 lines of code changed in:
Fixes the issue described by Kertesz Laszlo on the dev mailing list in the thread "Sip Communicator does not close sound devices after call finish (PulseAudio)".
11 lines of code changed in:
Fix some warnings, javadoc and 80 characters per line.
4 lines of code changed in:
Commits callRecording.patch and recordButton.png provided by Dmitri Melnikov on the dev mailing list in the thread "Call Recording".
2 lines of code changed in:
Moves code from call peer's sip implementation to a super class that would be shared with the jabber implementation
12 lines of code changed in:
Fix logger usage - sixth bunch.
10 lines of code changed in:
- Moved setUserRole() to setLocalUserRole()
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*
1 lines of code changed in:
Support for roles in Jabber group chat. Patch provided by Valentin Martinet.
200 lines of code changed in:
Change protocol sound level listeners name.
6 lines of code changed in:
Add sound level listeners for the situation where we are focus in conference call and for one-2-one call.
77 lines of code changed in:
(66 more)