Directory src/net/java/sip/communicator/plugin/jabberaccregwizz/

Directory Created:
2006-09-21 11:31
Total Files:
15
Deleted Files:
3
Lines of Code:
6084

[root]/src/net/java/sip/communicator/plugin/jabberaccregwizz

Lines of Code

src/net/java/sip/communicator/plugin/jabberaccregwizz/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 275 (100.0%) 8516 (100.0%) 30.9
yanas 102 (37.1%) 4745 (55.7%) 46.5
s_vincent 62 (22.5%) 1695 (19.9%) 27.3
damencho 44 (16.0%) 1253 (14.7%) 28.4
emcho 39 (14.2%) 702 (8.2%) 18.0
lubomir_m 25 (9.1%) 114 (1.3%) 4.5
wernerd 1 (0.4%) 4 (0.0%) 4.0
vincent_lucas 1 (0.4%) 2 (0.0%) 2.0
akelly7 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

damencho 2012-03-23 10:46

Adds dtmf support for jabber calls.

153 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: ConnectionPanel.java (+93), JabberAccountRegistration.java (+43), JabberAccountRegistrationForm.java (+5), JabberAccountRegistrationWizard.java (+12)
s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

48 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+5), JabberAccountCreationForm.java (+11 -6), JabberAccountRegistration.java (+3 -3), JabberServerChooserDialog.java (+16), NewAccount.java (+1 -1), Resources.java (+12 -7)
vincent_lucas 2012-02-24 12:22

Corrects gray checkbox background on Linux for the Jabber account registration wizard - connection panel.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: ConnectionPanel.java (+2 -2)
damencho 2012-01-18 14:05

Resolves a problem with jabber contact list if server replay is delayed. Enables by default keepalives for jabber providers, moves keep alive account property to the protocol factory to be used from all protocols.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: ConnectionPanel.java (+1 -1), JabberAccountRegistrationWizard.java (+2 -2)
yanas 2011-12-01 17:10

Adds new account properties, not used yet.

34 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistration.java (+26 -1), JabberAccountRegistrationWizard.java (+8)
yanas 2011-11-10 19:51

Check the account name property when installing an account.

31 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistration.java (+25), JabberAccountRegistrationWizard.java (+6)
emcho 2011-10-18 14:03

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

13 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+1 -1), ConnectionPanel.java (+1 -1), FirstWizardPage.java (+1 -1), IceConfigPanel.java (+1 -1), JabberAccRegWizzActivator.java (+1 -1), JabberAccountCreationForm.java (+1 -1), JabberAccountCreationFormService.java (+1 -1), JabberAccountRegistration.java (+1 -1), JabberAccountRegistrationWizard.java (+1 -1), JabberServerChooserDialog.java (+1 -1), NewAccount.java (+1 -1), Resources.java (+1 -1), ValidatingPanel.java (+1 -1)
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).

61 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: ConnectionPanel.java (+23), JabberAccountRegistration.java (+25), JabberAccountRegistrationForm.java (+10), JabberAccountRegistrationWizard.java (+3)
damencho 2011-09-02 14:24

Forces gtalk ice enabled on systems with already saved preferences (property name change).
Fixes a problem with network detection on machines missing network manager (linux).

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistrationForm.java (+1 -1)
damencho 2011-09-02 10:45

Enable google talk configuration by default.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: IceConfigPanel.java (+1 -1)
s_vincent 2011-08-23 17:04

Adds the possibility to specify a default telephony domain name for XMPP (used when we want to call a XMPP contact without domain name). Adds also the possibility to specify a domain name to have default GTalk voice capabilities.

177 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistration.java (+25), JabberAccountRegistrationForm.java (+19), JabberAccountRegistrationWizard.java (+7 -1), TelephonyConfigPanel.java (new 126)
s_vincent 2011-08-11 17:48

Sets priority to 30 for newly created Jabber account. Adds a property to bypass GTalk voice capabilities checks so that softwares that are able to do GTalk call but don't send related capabilities can be called by Jitsi.

34 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistration.java (+29 -1), JabberAccountRegistrationWizard.java (+5)
s_vincent 2011-08-10 17:08

Adds user-configured STUN/TURN/Jingle Nodes servers to be used in Google Talk call. For a jabber call, if the callee address does not have domain name, adds the one of the account or OVERRIDE_PHONE_PREFIX value if this property is defined.

37 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccountRegistration.java (+31 -1), JabberAccountRegistrationWizard.java (+6)
yanas 2011-07-25 13:08

Fixes Jabber create account form.

45 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+45 -33)
yanas 2011-07-20 20:24

Restores the create Jabber account form and fixes some related issues.

590 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+187 -97), JabberAccountCreationForm.java (new 291), JabberAccountRegistrationForm.java (+57 -10), JabberAccountRegistrationWizard.java (+25 -6), JabberNewAccountDialog.java (del), JabberServerChooserDialog.java (+10 -9), NewAccount.java (+18 -1), Resources.java (+2 -1)
s_vincent 2011-07-20 18:07

Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.

68 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: IceConfigPanel.java (+30), JabberAccountRegistration.java (+25), JabberAccountRegistrationForm.java (+9), JabberAccountRegistrationWizard.java (+4 -1)
lubomir_m 2011-07-18 12:59

Makes sure that FMJ's JavaSoundCodec will not be utilized in the event that it appears on the classpath because it leads to a noticeable increase in the time taken to construct a filter graph.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccRegWizzActivator.java (-1)
yanas 2011-07-04 17:24

Removes advanced tabs in edit account form, when account advanced configuration is disabled.

70 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: JabberAccRegWizzActivator.java (+53), JabberAccountRegistrationForm.java (+17 -12)
yanas 2011-06-16 22:54

Checks two strings if empty before showing them in the Jabber account form.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+3 -2)
yanas 2011-06-14 17:07

Verifies if the home link label in the Jabber account registration form isn't an empty string.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/jabberaccregwizz: AccountPanel.java (+1 -1)

(106 more)

Generated by StatSVN 0.3.1