Directory src/net/java/sip/communicator/service/protocol/event/

Directory Created:
2005-11-02 17:08
Total Files:
129
Deleted Files:
43
Lines of Code:
10384

[root]/src/net/java/sip/communicator/service/protocol/event

Lines of Code

src/net/java/sip/communicator/service/protocol/event/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 624 (100.0%) 12290 (100.0%) 19.6
emcho 286 (45.8%) 5102 (41.5%) 17.8
yanas 129 (20.7%) 4300 (35.0%) 33.3
damencho 39 (6.3%) 1137 (9.3%) 29.1
s_vincent 84 (13.5%) 784 (6.4%) 9.3
lubomir_m 69 (11.1%) 760 (6.2%) 11.0
ysaak 2 (0.3%) 121 (1.0%) 60.5
wernerd 10 (1.6%) 54 (0.4%) 5.4
ibauersachs 2 (0.3%) 17 (0.1%) 8.5
smazy 1 (0.2%) 9 (0.1%) 9.0
sympho 2 (0.3%) 6 (0.0%) 3.0

Most Recent Commits

yanas 2012-04-10 17:51

Call security fixes. Adds SrtpControl to the security negotiation started event.

20 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallPeerSecurityNegotiationStartedEvent.java (+20 -1)
damencho 2012-04-06 11:41

Renames recently added event securityStarted to securityNegotiationStarted.

41 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallPeerSecurityListener.java (+2 -2), CallPeerSecurityNegotiationStartedEvent.java (new 39), CallPeerSecurityStartedEvent.java (del)
damencho 2012-04-05 17:39

Adds security started event, indicating when security initialization has really started.

10 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallPeerSecurityListener.java (+10), CallPeerSecurityStartedEvent.java (new)
lubomir_m 2012-04-02 09:29

Adds (experimental) support for the cobri Jabber extension.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: SizeChangeVideoEvent.java (del), VideoEvent.java (del), VideoListener.java (del)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: ChatRoomMemberPresenceChangeEvent.java (+7 -12)
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.

4 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallGroupListener.java (+4 -2)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

29 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: DTMFReceivedEvent.java (+2), MessageDeliveredEvent.java (+6), MessageDeliveryFailedEvent.java (+7), PresenceStatusListener.java (+3), ServerStoredDetailsChangeEvent.java (+11 -1)
damencho 2012-03-06 10:14

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.

50 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallPeerSecurityListener.java (+11), CallPeerSecurityTimeoutEvent.java (new 39)
s_vincent 2012-02-14 17:07

Deletes a reference to MediaDeviceSession in MediaDevice. Adds a getCallPeer() method to RemoteControlListener and RemoteControlEvent so that we can determine which CallPeer has generated the event.

33 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: RemoteControlGrantedEvent.java (+12), RemoteControlListener.java (+9), RemoteControlRevokedEvent.java (+12)
lubomir_m 2012-02-14 00:04

Commits work in progress on fixing leaks of CallDialog.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: RemoteControlGrantedEvent.java (+1 -1)
s_vincent 2012-02-08 18:37

Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.

107 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallGroupEvent.java (new 74), CallGroupListener.java (new 33)
damencho 2012-02-01 15:38

Implements receiving of sip INFO dtmf tones.

95 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: DTMFListener.java (new 25), DTMFReceivedEvent.java (new 70)
s_vincent 2011-12-02 11:54

Adds the possibility to answer video call with video enabled for SIP and XMPP.

34 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallEvent.java (+34 -6)
emcho 2011-10-18 14:03

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

118 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: AccountManagerEvent.java (+1 -1), AccountManagerListener.java (+1 -1), AdHocChatRoomCreatedEvent.java (+1 -1), AdHocChatRoomDestroyedEvent.java (+1 -1), AdHocChatRoomInvitationListener.java (+1 -1), AdHocChatRoomInvitationReceivedEvent.java (+1 -1), AdHocChatRoomInvitationRejectedEvent.java (+1 -1), AdHocChatRoomInvitationRejectionListener.java (+1 -1), AdHocChatRoomListener.java (+1 -1), AdHocChatRoomMessageDeliveredEvent.java (+1 -1), AdHocChatRoomMessageDeliveryFailedEvent.java (+1 -1), AdHocChatRoomMessageListener.java (+1 -1), AdHocChatRoomMessageReceivedEvent.java (+1 -1), AdHocChatRoomParticipantPresenceChangeEvent.java (+1 -1), AdHocChatRoomParticipantPresenceListener.java (+1 -1), AvatarEvent.java (+1 -1), AvatarListener.java (+1 -1), CallChangeAdapter.java (+1 -1), CallChangeEvent.java (+1 -1), CallChangeListener.java (+1 -1), CallEvent.java (+1 -1), CallListener.java (+1 -1), CallPeerAdapter.java (+1 -1), CallPeerChangeEvent.java (+1 -1), CallPeerConferenceEvent.java (+1 -1), CallPeerConferenceListener.java (+1 -1), CallPeerControlEvent.java (+1 -1), CallPeerEvent.java (+1 -1), CallPeerListener.java (+1 -1), CallPeerSecurityListener.java (+1 -1), CallPeerSecurityMessageEvent.java (+1 -1), CallPeerSecurityOffEvent.java (+1 -1), CallPeerSecurityOnEvent.java (+1 -1), CallPeerSecurityStatusEvent.java (+1 -1), CallReceivedEvent.java (+1 -1), ChatRoomInvitationListener.java (+1 -1), ChatRoomInvitationReceivedEvent.java (+1 -1), ChatRoomInvitationRejectedEvent.java (+1 -1), ChatRoomInvitationRejectionListener.java (+1 -1), ChatRoomLocalUserRoleChangeEvent.java (+1 -1), ChatRoomLocalUserRoleListener.java (+1 -1), ChatRoomMemberPresenceChangeEvent.java (+1 -1), ChatRoomMemberPresenceListener.java (+1 -1), ChatRoomMemberPropertyChangeEvent.java (+1 -1), ChatRoomMemberRoleChangeEvent.java (+1 -1), ChatRoomMemberRoleListener.java (+1 -1), ChatRoomMessageDeliveredEvent.java (+1 -1), ChatRoomMessageDeliveryFailedEvent.java (+1 -1), ChatRoomMessageListener.java (+1 -1), ChatRoomMessageReceivedEvent.java (+1 -1), ChatRoomPropertyChangeEvent.java (+1 -1), ChatRoomPropertyChangeFailedEvent.java (+1 -1), ConferenceMembersSoundLevelEvent.java (+1 -1), ConferenceMembersSoundLevelListener.java (+1 -1), ContactCapabilitiesEvent.java (+1 -1), ContactCapabilitiesListener.java (+1 -1), ContactPresenceStatusChangeEvent.java (+1 -1), ContactPresenceStatusListener.java (+1 -1), EventFilter.java (+1 -1), FileTransferCreatedEvent.java (+1 -1), FileTransferListener.java (+1 -1), FileTransferProgressEvent.java (+1 -1), FileTransferProgressListener.java (+1 -1), FileTransferRequestEvent.java (+1 -1), FileTransferStatusChangeEvent.java (+1 -1), FileTransferStatusListener.java (+1 -1), GenericEvent.java (+1 -1), GenericEventListener.java (+1 -1), GeolocationEvent.java (+1 -1), GeolocationListener.java (+1 -1), LocalUserAdHocChatRoomPresenceChangeEvent.java (+1 -1), LocalUserAdHocChatRoomPresenceListener.java (+1 -1), LocalUserChatRoomPresenceChangeEvent.java (+1 -1), LocalUserChatRoomPresenceListener.java (+1 -1), MessageDeliveredEvent.java (+1 -1), MessageDeliveryFailedEvent.java (+1 -1), MessageListener.java (+1 -1), MessageReceivedEvent.java (+1 -1), MessageWaitingEvent.java (+1 -1), MessageWaitingListener.java (+1 -1), PresenceStatusListener.java (+1 -1), ProviderChangeListener.java (+1 -1), ProviderPresenceStatusChangeEvent.java (+1 -1), ProviderPresenceStatusListener.java (+1 -1), ProviderStatusChangeEvent.java (+1 -1), RegistrationStateChangeEvent.java (+1 -1), RegistrationStateChangeListener.java (+1 -1), RemoteControlListener.java (+1 -1), ServerStoredGroupEvent.java (+1 -1), ServerStoredGroupListener.java (+1 -1), SizeChangeVideoEvent.java (+1 -1), SoundLevelChangeEvent.java (+1 -1), SoundLevelListener.java (+1 -1), SubscriptionAdapter.java (+1 -1), SubscriptionEvent.java (+1 -1), SubscriptionListener.java (+1 -1), SubscriptionMovedEvent.java (+1 -1), TypingNotificationEvent.java (+1 -1), TypingNotificationsListener.java (+1 -1), VideoEvent.java (+1 -1), VideoListener.java (+1 -1), WhiteboardChangeEvent.java (+1 -1), WhiteboardChangeListener.java (+1 -1), WhiteboardInvitationListener.java (+1 -1), WhiteboardInvitationReceivedEvent.java (+1 -1), WhiteboardInvitationRejectedEvent.java (+1 -1), WhiteboardInvitationRejectionListener.java (+1 -1), WhiteboardObjectDeletedEvent.java (+1 -1), WhiteboardObjectDeliveredEvent.java (+1 -1), WhiteboardObjectDeliveryFailedEvent.java (+1 -1), WhiteboardObjectListener.java (+1 -1), WhiteboardObjectModifiedEvent.java (+1 -1), WhiteboardObjectReceivedEvent.java (+1 -1), WhiteboardParticipantChangeEvent.java (+1 -1), WhiteboardParticipantEvent.java (+1 -1), WhiteboardParticipantListener.java (+1 -1), WhiteboardSessionPresenceChangeEvent.java (+1 -1), WhiteboardSessionPresenceListener.java (+1 -1)
ibauersachs 2011-10-04 15:46

Adapt Call UI to multiple encryption methods

17 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallPeerSecurityOnEvent.java (+15 -42), CallPeerSecurityStatusEvent.java (+2 -2)
s_vincent 2011-09-16 15:28

Requires TLS for XMPP connection. If server does not support TLS, the GUI will show message telling user to tick a checkbox in the account configuration that will allow non-secure connection to XMPP server (disabled by default).

6 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: RegistrationStateChangeEvent.java (+6 -1)
damencho 2011-07-04 18:39

Adds listener for notifying for server stored account details.
SIP protocol gets its account display name from the OK responses to its register requests.

124 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: ServerStoredDetailsChangeEvent.java (new 106), ServerStoredDetailsChangeListener.java (new 18)
lubomir_m 2011-06-28 20:29

Fixes a deadlock in audio level functionality which used to freeze the user interface while leaving the rest of the application operating as expected (e.g. audio used to continue to be captured locally and sent to the remote peer and to be received from the remote peer and played back locally.)

13 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: SoundLevelListener.java (+13 -2)
s_vincent 2011-04-05 11:12

Fix some javadocs and warnings.

27 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: CallChangeEvent.java (+2), CallReceivedEvent.java (+10), GenericEvent.java (+8 -3), MessageWaitingEvent.java (+5), SubscriptionEvent.java (+2)
s_vincent 2011-03-25 15:12

Fix NPE in Google Contacts service. Redesign Jabber account contact source activation: do all in Google Contacts service. Fix name in Mac OS X Dock when Jitsi is run from the sources.

4 lines of code changed in:

  • src/net/java/sip/communicator/service/protocol/event: ProviderStatusChangeEvent.java (+4 -4)

(179 more)

Generated by StatSVN 0.3.1