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

| 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 |
Adds dtmf support for jabber calls.
153 lines of code changed in:
Fixes javadoc and eclipse related warnings in the code.
48 lines of code changed in:
Corrects gray checkbox background on Linux for the Jabber account registration wizard - connection panel.
2 lines of code changed in:
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:
Adds new account properties, not used yet.
34 lines of code changed in:
Check the account name property when installing an account.
31 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
13 lines of code changed in:
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:
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:
Enable google talk configuration by default.
1 lines of code changed in:
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:
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:
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:
Fixes Jabber create account form.
45 lines of code changed in:
Restores the create Jabber account form and fixes some related issues.
590 lines of code changed in:
Adds support for RTP over TCP and Google Talk's TCP/TURN-TCP/TURN-SSLTCP candidates.
68 lines of code changed in:
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:
Removes advanced tabs in edit account form, when account advanced configuration is disabled.
70 lines of code changed in:
Checks two strings if empty before showing them in the Jabber account form.
3 lines of code changed in:
Verifies if the home link label in the Jabber account registration form isn't an empty string.
1 lines of code changed in:
(106 more)