Emil Ivov
3f7d9ddd26
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
39f039f526
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
54d5fa8ac1
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
9027ad3f0a
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
206eacb7a4
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
4884f5a92b
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
2cd08f0a85
Adds better support for TCP in SIP (using the latest improvements in jain-sip)
17 years ago
Lyubomir Marinov
92565966cc
Displays a warning message in the Facebook account registration wizard stating that the protocol support is experimental.
17 years ago
Lyubomir Marinov
c48ee850a1
Adds javadocs.
17 years ago
Emil Ivov
d784028d98
Allows retrieving the original System.out PrintStream after overriding it with the SC specific one (patch by Linus Wallgren)
17 years ago
Lyubomir Marinov
bdfee6220c
Adds javadocs.
17 years ago
Lyubomir Marinov
6028b727ed
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".
17 years ago
Lyubomir Marinov
d0cbcd1c95
Fixes a misused variable.
17 years ago
Lyubomir Marinov
ab974c44d9
Fixes a warnings about an unmappable character in a Javadoc.
17 years ago
Lyubomir Marinov
289eed2bea
Fixes a leak of HistoryWindow instances. In my newly created SC configuration and a few exchanged chat messages, each invocation of the history for the contact would retain >100KB of heap.
17 years ago
Lyubomir Marinov
78041d3755
Take two at fixing the failing Jabber account uninstallation test this time pretty much forcing the XML store on the ConfigurationService implementation because the configuration tests write the configuration file in XML format on their own, without the ConfigurationService implementation.
17 years ago
Lyubomir Marinov
51b9890997
A shot in the dark (because the local tests succeed but the ones on the server fail) aimed at fixing the failing Jabber account uninstallation tests.
17 years ago
Lyubomir Marinov
75e6e6d036
Fixes the unit tests of the ConfigurationService broken by the previous commit.
17 years ago
Lyubomir Marinov
19f509b652
- 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.
17 years ago
Lyubomir Marinov
e1d01dd9a0
Fixes a few raw-type warnings.
17 years ago
Lyubomir Marinov
c2dbb6bd0b
Reduces the impact of ImageUtils.getScaledRoundedIcon() on the garbage collections in the contact list and chat UI. The optimization of the garbage collections and thus the execution speed come at the expense of increased memory use because of the introduced caching (but I tried to keep that to the minimum).
17 years ago
Werner Dittmann
8c079eed95
Comment @Override annotation, different interpretation of this annotation between Java 1.5 and Java 1.6
17 years ago
Werner Dittmann
e653d5ec2e
recompile with target="1.5" to fix incompatible class versions
17 years ago
Werner Dittmann
d63dda22a6
recompile with target="1.5" to fix incompatible class versions
17 years ago
Werner Dittmann
0e40500f7e
Update the IDE files to include the new jar files in thier classpath.
17 years ago
Werner Dittmann
88bf145942
Integrate OTR and related modifications to crypto stuff.
17 years ago
Yana Stamcheva
766d4bbb8f
Patch sumbitted by Linus Wallgren. This patch includes two methods allowing other bundles than the gui to obtain existing chats and the contact corresponding to a chat. Thanks Linus!
17 years ago
Sebastien Mazy
8f13a9632d
updated JAIN-SIP RI (version with improved TCP support)
17 years ago
Sebastien Mazy
db1056e35b
JAIN-SIP: updated RI and redirected logs to SC logs
17 years ago
Lyubomir Marinov
372ab97ca0
Partially fixes a memory leak which used to retain CallDialog and just about anything related to a Call because MediaControl#sourceProcessor wasn't closed, it was just stopped. The fix works for calls with no video. Video calls though, at least on Linux, still leak the same objects but the cause is different (and I suspect civil to be erroneously not breaking a reference).
17 years ago
Lyubomir Marinov
de3361a81b
Fixes the contact list to switch the tooltips of contacts event when the contacts have one and the same display name.
17 years ago
Lyubomir Marinov
c77d776784
Prevents throwing an exception when a request doesn't contain a Max-Forwards header. Such requests were ignored anyway because the exceptions are always just logged.
17 years ago
scmerger
5e25c1dceb
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes a memory leak in the Media configuration form which used to retain a significant amount of memory for the video preview even after the preview was no longer necessary. The retaining wasn't progressive because each use of the Media configuration form would retain such memory but would cause the retained memory from the previous use to be made available for garbage collection.
17 years ago
Lyubomir Marinov
9eb685d908
Adds Javadocs.
17 years ago
Lyubomir Marinov
e8a02f701a
Fixes raw-type warnings.
17 years ago
Lyubomir Marinov
4647448601
Fixes a known undesired retaining of large strings due to String#substring() in the Facebook Chat protocol implementation.
17 years ago
Lyubomir Marinov
a2f78f0c94
Fixes a known undesired retaining of large strings due to String#substring() in the Facebook Chat protocol implementation which used to retain more than 500KB of memory in the form of char[].
17 years ago
Lyubomir Marinov
74c02c60c8
Fixes warnings about unused imports.
17 years ago
Lyubomir Marinov
e45c735c31
Introduces a general implementation of the subscriber-related part of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and uses it in the SIP presence support.
17 years ago
Yana Stamcheva
c98f98655f
- Some improvements in "feature" introducing in Jabber.
...
- Support for thumbnails in Jabber file transfer.
- Fixed some issues with the calculated file transfer speed and estimated transfer time.
- Shows open and open folder links also on the sender side when the transfer is completed.
17 years ago
Damian Minkov
425a1abaf8
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
17 years ago
Lyubomir Marinov
a6497975d2
Adds Javadocs.
17 years ago
Lyubomir Marinov
3770399fe8
Introduces the early take at defining the abstract interface of telephony conference membership information.
17 years ago
Lyubomir Marinov
a78b7543d9
Applies formatting only.
17 years ago
Emil Ivov
353bd63030
Commits first bits of the new media package (very early stage. should have more next week)
17 years ago
Emil Ivov
dc8c1ac861
Commits first bits of the new media package (very early stage. should have more next week)
17 years ago
Emil Ivov
55812ee9d4
Disables a regularly failing test on xmpp room subjects until we have a proper implementation
17 years ago
Emil Ivov
4de2e66c7e
Disables a regularly failing test on xmpp room subjects until we have a proper implementation
17 years ago
Lyubomir Marinov
6a30bd0e89
Applies minor formatting fixes.
17 years ago
Lyubomir Marinov
aba9a85696
Attempts to fix a problem in the Facebook Chat support which used to cause the SIP Communicator to appear offline to other Facebook Chat users and be unable to communicate with them.
17 years ago