[root]/src/net/java/sip/communicator/impl/protocol/jabber/extensions/jingle

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 192 (100.0%) | 6147 (100.0%) | 32.0 |
| emcho | 152 (79.2%) | 5152 (83.8%) | 33.8 |
| s_vincent | 23 (12.0%) | 727 (11.8%) | 31.6 |
| lubomir_m | 16 (8.3%) | 267 (4.3%) | 16.6 |
| damencho | 1 (0.5%) | 1 (0.0%) | 1.0 |
- 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.
2 lines of code changed in:
Tries to always use one and the same Call for conference members from one and the same ProtocolProvider regardless of whether the Call is cross-protocol or not.
2 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
28 lines of code changed in:
Fixes 'encryption' XML extension provider: when receiving XML message, encryption element does not appear (but childrens like zrtp-hash appears) in PCAP traces.
1 lines of code changed in:
Adds support for Google P2P transport (Gingle) in a Jingle session. Adds also missing id attribute in ICE-UDP candidates. Always call highest priority XMPP contact and if it supports Jingle and Gingle use custom Gingle transport on Jingle session, if it supports only Jingle use Jingle with ICE-UDP and if it only supports Gingle use Gingle session.
15 lines of code changed in:
Adds support for Google Voice. Support for redirect IQ in GTalk.
166 lines of code changed in:
Adds modifications to correctly support the XEP-0262 (ZRTP).
19 lines of code changed in:
Commits work in progress on Google Talk voice support.
28 lines of code changed in:
Change jabber resource generation. Some renames.
1 lines of code changed in:
Add Coin (Conference Information) support and audio levels in XMPP conference.
269 lines of code changed in:
Enable Jingle to provide audio and video call with XMPP.
0 lines of code changed in:
Impelements switching on and off the streaming of video in Jingle calls, call/session transfer and audio conferencing (without the conference members being notified that they are in a conference).
218 lines of code changed in:
Commits work in progress on enabling ICE support in Jingle calls:
- Sends transport-info without content child extensions other than transport.
- Does not send candidates in session-accept if they have already been sent in transport-info.
- Does not wait for connectivity establishment to conclude before sending session-accept because the ICE controlling agent determines when the connectivity establishment concludes.
30 lines of code changed in:
Commits work in progress on enabling ICE support in Jingle calls. Reduces post-pickup delay.
15 lines of code changed in:
Fixes warnings, TODOs, javadocs, formatting.
0 lines of code changed in:
Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to propose this feature to the users.
45 lines of code changed in:
Fix Jingle calls with a google account (either gmail or google apps related ones).
2 lines of code changed in:
Fixes warnings about unused imports and unnecessary casts.
0 lines of code changed in:
- Finish the AbstractOperationSetVideoTelephony class to be as generic as possible.
- Add video support in XMPP/Jingle.
182 lines of code changed in:
Adds to Jingle support for placing calls off and on hold (still: only for Raw UDP)
2 lines of code changed in:
(34 more)