Lyubomir Marinov
dc5ce7cef5
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[sip-comm-dev] [Patch] Fix warnings".
17 years ago
Damian Minkov
37dc57803f
Fixing filetransfer tests. Problem waiting for receiving event, stop waiting on receiving the first event. Some formatting.
17 years ago
Lyubomir Marinov
a6c3303f88
Fixes warnings, mostly ones related to raw-type uses.
17 years ago
Damian Minkov
56d1ca85b6
Filetransfer tests fix: Increase interval for waiting event(when last test failed the event was received 100ms after we stopped waiting).
17 years ago
Lyubomir Marinov
c7e4952a8f
Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
17 years ago
Lyubomir Marinov
400fe1b68b
As my day went into warnings, fixes more warnings about raw-type uses.
17 years ago
Lyubomir Marinov
f837057d33
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
17 years ago
Werner Dittmann
63cdcff185
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.
17 years ago
Werner Dittmann
fc523c0794
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
17 years ago
Damian Minkov
d45dd664c9
Trying to fix build. Wait more for cancel events while transfering and put some logging to track the problem.
17 years ago
Damian Minkov
057fd9f385
Msn Filetransfer and tests.
17 years ago
Romain Kuntz
503135a31b
[growl integration] New methods for the systray service:
...
- getPreferenceIndex() which indicates how many features the handler implements
- selectBestPopupMessageHandler() which selects the best message popup handler according to the one available
Updated the unit tests accordingly.
17 years ago
Emil Ivov
41add54fd4
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago
Emil Ivov
88753222cc
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
1bcc36b449
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
15b312cf97
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
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
4884f5a92b
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
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
75e6e6d036
Fixes the unit tests of the ConfigurationService broken by the previous commit.
17 years ago
Lyubomir Marinov
e1d01dd9a0
Fixes a few raw-type warnings.
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
Emil Ivov
55812ee9d4
Disables a regularly failing test on xmpp room subjects until we have a proper implementation
17 years ago
Lyubomir Marinov
776554eac4
- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
...
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.
17 years ago
Emil Ivov
48869d0f22
converts tabs to spaces in a number of classes
17 years ago
Damian Minkov
5d70236c72
Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.
17 years ago
Yana Stamcheva
41f655c482
File transfer related changes as follows:
...
- show transfer speed and estimated transfer time.
- introduced new event that notifies the gui when a file transfer request has been cancelled by the sender.
17 years ago
Damian Minkov
2ee11ac204
Disable test by not adding it in test suite.
17 years ago
Damian Minkov
b6f370cbcf
Disable regulary failing test about changing nickname for jabber multichat.
17 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
scmerger
2b421442c1
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes Issue #696 : Wrong VIA in INVITE when hold/unhold calls. Fixes Issue #694 : Disable DirectSound. Contributes to Issue #637 by removing use of raw types. Removes CallParticipantChangeListener from CallSessionImpl since it doesn't seem to serve any purpose.
17 years ago
Damian Minkov
b4af204401
Add file transfer event for rejected incoming files, update file history and reflect changes in gui.
17 years ago
Damian Minkov
1abffe4b45
Fixing tests.
17 years ago
Damian Minkov
4cd35690f4
Fixing build. Wrong file location.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
scmerger
6f2d6a115b
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes issue #680 Problem with chat tabs for contact names with parentheses.
Reflect recent yahoo protocol changes.
17 years ago
Damian Minkov
e18da12eb0
Trying to fix often failing test testRoomSubject for jabber.
17 years ago
Lyubomir Marinov
3563fa97f6
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
17 years ago
Emil Ivov
896bf47772
Fixes raw type warnings (Part of issue #637 ).
17 years ago
Lyubomir Marinov
8668a569e8
Fixes issue #542 (Notifications for conversations in chat rooms are not) and issue #642 (IRC treats ChatRoomMember as ChatRoom).
17 years ago
Werner Dittmann
eed6441e21
Fix raw-type warnings.
17 years ago
Emil Ivov
a0c5f9fb3d
Fixes Eclipse warnings as a part of issue #637 . There's more work on some of these classes but I need to go to bed now :).
17 years ago
Symphorien Wanko
3a233b9450
memberkick an memberban tests should work now
17 years ago
Symphorien Wanko
c5ee116d19
disable failing tests
17 years ago
Symphorien Wanko
40f01c424c
complete OperationSetMultiUserChat and ChatRoom tests
17 years ago
Symphorien Wanko
9fd6a51a96
additional checks for testInviteJoin
...
complete testRoomSubject
avoid possible null pointer exception in ChatRoomPropertyChangeFailedEvent
17 years ago
Symphorien Wanko
48a1233997
fix testNickName() test
17 years ago
Symphorien Wanko
deb7c87830
using another method to get members count in a room in testInviteJoin()
17 years ago