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

Directory Created:
2006-09-21 11:30
Total Files:
74
Deleted Files:
4
Lines of Code:
36772

[root]/src/net/java/sip/communicator/impl/protocol/jabber
                                     debugger (1 files, 220 lines)
                                     extensions (2 files, 581 lines)
                                         caps (5 files, 1370 lines)
                                         cobri (3 files, 829 lines)
                                         coin (32 files, 3690 lines)
                                         geolocation (5 files, 1356 lines)
                                         gtalk (9 files, 1288 lines)
                                         inputevt (5 files, 878 lines)
                                         jingle (30 files, 4575 lines)
                                         jingleinfo (7 files, 563 lines)
                                         keepalive (3 files, 376 lines)
                                         mailnotification (6 files, 1351 lines)
                                         notification (2 files, 216 lines)
                                         thumbnail (3 files, 745 lines)
                                         version (1 files, 94 lines)
                                         whiteboard (12 files, 2532 lines)
                                     jinglesdp (1 files, 610 lines)
                                     mediamgr (0 files, 0 lines)
                                     net (0 files, 0 lines)
                                     sasl (1 files, 112 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 1352 (100.0%) 51528 (100.0%) 38.1
damencho 336 (24.9%) 14543 (28.2%) 43.2
s_vincent 278 (20.6%) 11030 (21.4%) 39.6
emcho 343 (25.4%) 10088 (19.6%) 29.4
yanas 103 (7.6%) 8109 (15.7%) 78.7
lubomir_m 193 (14.3%) 5449 (10.6%) 28.2
vincent_lucas 17 (1.3%) 793 (1.5%) 46.6
ibauersachs 21 (1.6%) 594 (1.2%) 28.2
sympho 22 (1.6%) 499 (1.0%) 22.6
wernerd 29 (2.1%) 331 (0.6%) 11.4
ysaak 2 (0.1%) 41 (0.1%) 20.5
vmartinet 5 (0.4%) 28 (0.1%) 5.6
rkuntz 2 (0.1%) 18 (0.0%) 9.0
kpouer 1 (0.1%) 5 (0.0%) 5.0

Most Recent Commits

damencho 2012-04-24 19:58

Loads only used jabber providers, sending service unavailable for not handled one.

485 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ProtocolProviderServiceJabberImpl.java (+30 -2), ProviderManagerExt.java (new 455)
damencho 2012-04-23 19:00

Adds jabber version XEP-0092: Software Version.

39 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: JabberActivator.java (+29), ProtocolProviderServiceJabberImpl.java (+10)
damencho 2012-04-21 18:05

Updates display names when changed at server-side.
Auto accept authorizations if we have initiated adding of a contact.

96 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ContactJabberImpl.java (+28), OperationSetPersistentPresenceJabberImpl.java (+34 -18), ServerStoredContactListJabberImpl.java (+34 -1)
damencho 2012-04-19 12:24

Fixes missing xmpp statuses where presence packets were received before the reply of our roster query.

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ServerStoredContactListJabberImpl.java (+17)
damencho 2012-04-12 09:47

More default values checks when starting auto-away thread.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ServerStoredContactListJabberImpl.java (+1 -1)
damencho 2012-04-11 16:07

Adds ice states to call info.
Fixes a problem with creating two transport managers for jabber calls and slow creating of upnpharvester.

92 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallPeerMediaHandlerGTalkImpl.java (+17), CallPeerMediaHandlerJabberImpl.java (+19 -2), IceUdpTransportManager.java (+23), RawUdpTransportManager.java (+10), TransportManagerGTalkImpl.java (+23)
vincent_lucas 2012-04-10 17:39

Adds a synchronization point in order to wait for the Jingle node discovery
completion before starting to harvest ICE candidates.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ProtocolProviderServiceJabberImpl.java (+4 -1)
vincent_lucas 2012-04-10 17:38

Changes a Listener into a PacketCollector to discover STUN/TURN servers when
querying the IQ google:jingleinfo in TransportManagerGtalkImpl.

145 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: TransportManagerGTalkImpl.java (+145 -180)
damencho 2012-04-09 18:29

Tries to fix a deadlock that can occur on double detecting connection closed, by smack and by our network detection.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ProtocolProviderServiceJabberImpl.java (+9 -4)
lubomir_m 2012-04-04 23:03

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.

140 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallPeerMediaHandlerJabberImpl.java (+131 -41), ProtocolProviderServiceJabberImpl.java (+9)
lubomir_m 2012-04-03 23:10

Fixes multiple stability issues with the (experimental) support for the cobri Jabber extension.

227 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallJabberImpl.java (+124 -14), CallPeerJabberImpl.java (+21 -15), CallPeerMediaHandlerGTalkImpl.java (+1 -1), RawUdpTransportManager.java (+81 -14)
lubomir_m 2012-04-02 22:37

Fixes a ConcurrentModificationException in SRTPTransformer reported by Emil Ivov, an ArrayIndexOutOfBoundsException in CallJabberImpl. Removes FMJConditionals because FMJ is always used anyway.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallJabberImpl.java (+9 -3)
lubomir_m 2012-04-02 09:29

Adds (experimental) support for the cobri Jabber extension.

637 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallJabberImpl.java (+355 -38), RawUdpTransportManager.java (+282 -42)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

89 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallPeerMediaHandlerGTalkImpl.java (+3 -6), CallPeerMediaHandlerJabberImpl.java (+51 -47), InfoRetreiver.java (+8 -5), OperationSetAutoAnswerJabberImpl.java (+13 -22), UriHandlerJabberImpl.java (+14 -12)
damencho 2012-03-28 16:13

Fixes several NPE exceptions. Fix when there is no device specified for desktop share use desktop media use case when choosing video device.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallPeerJabberImpl.java (+3 -1), OperationSetDesktopStreamingJabberImpl.java (+6 -2)
lubomir_m 2012-03-26 17:59

Allows JingleUtils to be used as a utility class outside of OSGi.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: TransportManagerJabberImpl.java (+2 -1)
lubomir_m 2012-03-23 16:23

Implements IQ and IQProvider for the cobri Jabber extension.

97 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: ProtocolProviderServiceJabberImpl.java (+97 -29)
damencho 2012-03-23 10:46

Adds dtmf support for jabber calls.

214 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: OperationSetDTMFJabberImpl.java (new 208), ProtocolProviderServiceJabberImpl.java (+6)
lubomir_m 2012-03-22 02:09

- 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.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: CallPeerMediaHandlerGTalkImpl.java (+4 -16), CallPeerMediaHandlerJabberImpl.java (+9 -6), IceUdpTransportManager.java (+2 -2), OperationSetPersistentPresenceJabberImpl.java (+2 -3), P2PTransportManager.java (+2 -2)
vincent_lucas 2012-03-20 16:24

Corrects a null pointeur exception, which occurs while trying to check the current avatar image for a contact not yet in the contact list.

52 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/jabber: OperationSetPersistentPresenceJabberImpl.java (+52 -39)

(610 more)

Generated by StatSVN 0.3.1