[root]/src/net/java/sip/communicator/impl/protocol
dict
(11 files, 3246 lines)
facebook
(0 files, 0 lines)
gibberish
(18 files, 4232 lines)
icq
(31 files, 12728 lines)
message
(0 files, 0 lines)
auth
(0 files, 0 lines)
common
(0 files, 0 lines)
imicbm
(0 files, 0 lines)
offline
(0 files, 0 lines)
usrinfo
(0 files, 0 lines)
irc
(13 files, 4964 lines)
jabber
(74 files, 36772 lines)
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)
mock
(16 files, 3878 lines)
msn
(28 files, 8516 lines)
mail
(0 files, 0 lines)
utils
(4 files, 650 lines)
rss
(17 files, 4804 lines)
sip
(57 files, 35328 lines)
dtmf
(1 files, 458 lines)
net
(6 files, 1400 lines)
sdp
(1 files, 1722 lines)
security
(4 files, 1227 lines)
util
(0 files, 0 lines)
xcap
(12 files, 2139 lines)
model
(2 files, 126 lines)
commonpolicy
(12 files, 1884 lines)
prescontent
(6 files, 944 lines)
presrules
(8 files, 1459 lines)
resourcelists
(7 files, 1427 lines)
xcapcaps
(5 files, 550 lines)
xcaperror
(15 files, 1089 lines)
utils
(1 files, 66 lines)
ssh
(21 files, 6079 lines)
yahoo
(22 files, 7428 lines)
zeroconf
(14 files, 4456 lines)
jmdns
(15 files, 6572 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 38 (100.0%) | 1610 (100.0%) | 42.3 |
| lubomir_m | 17 (44.7%) | 1220 (75.8%) | 71.7 |
| yanas | 7 (18.4%) | 294 (18.3%) | 42.0 |
| emcho | 9 (23.7%) | 76 (4.7%) | 8.4 |
| wernerd | 2 (5.3%) | 12 (0.7%) | 6.0 |
| s_vincent | 1 (2.6%) | 4 (0.2%) | 4.0 |
| damencho | 2 (5.3%) | 4 (0.2%) | 2.0 |
Localized state strings.
0 lines of code changed in:
Fix show of wrong password dialog if we wait too long on master password prompt or wrong password dialog for sip accounts. Fix editing sip account password.
0 lines of code changed in:
Add javadoc, fix warnings and typos.
4 lines of code changed in:
Commits a part of the fix.patch provided by Dmitri Melnikov in the dev maling list thread "password storage exception" in order to try to address NullPointerExceptions.
20 lines of code changed in:
Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing list in the thread "Password Storage in trunk".
109 lines of code changed in:
Fix enabling/disabling accounts functionality.
Fix icq and aim accounts.
9 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
283 lines of code changed in:
- improving call transfer interface - work in progress
- show avatar images for peers in one-to-one and conference calls if available
- show our own image in conference calls
- connecting icon introduced to indicate when an account is in connecting state (shown in the global status menu - below the name in the application window)
2 lines of code changed in:
Fix another bunch of unguarded logger.{debug,info,trace} calls.
Ongoing activity to fix the usage of shown logger messages.
8 lines of code changed in:
Add sound level listeners for the situation where we are focus in conference call and for one-2-one call.
4 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
416 lines of code changed in:
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
8 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
32 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
4 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
11 lines of code changed in:
Allows disabling the feature which places existing calls on hold when a new call enters in progress. The feature can now be disabled through the configuration property SingleCallInProgressPolicy#PNAME_SINGLE_CALL_IN_PROGRESS_POLICY_ENABLED. The ability to disable the feature is being added because Romain Philibert needs it for the unit tests of the Google Summer of Code 2009 project "DTMF over RTP".
139 lines of code changed in:
- Provides an alternative storage backend to XML in the ConfigurationService implementation which uses Properties for the sake for better execution speed and garbage collection behavior.
- Implements batch configuration property modifications which allow a caller to modify a set of properties with a single saving of the configuration file.
10 lines of code changed in:
Minor clean-up - fixes raw-type and unused-import warnings, simplifies a few for loops, adds final to a field.
3 lines of code changed in:
Fix warning: raw types, unused variables, etc. Contributes to issue #637.
4 lines of code changed in:
- Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.
- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
2 lines of code changed in:
(5 more)