Valentin Martinet
d92b387243
- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
...
(Contact are never used, only their address/ID. +More convenient for unit tests)
- Removed tabs (reported by Yana)
16 years ago
Damian Minkov
030f0ea5b3
Enable sip tests, telephony and messaging (without presence).
16 years ago
Valentin Martinet
b3f0fdcdea
Adds a missing header.
16 years ago
Valentin Martinet
6c62675ac2
Compare invitees bare adress in testInviteJoin & testInviteReject using StringUtils.parseBareAdress.
...
Both of these tests failed when trying to compare "foo@bar/sip-comm" with "foo@bar"
16 years ago
Damian Minkov
6af7a43c06
Again enable sip tests.
16 years ago
Damian Minkov
5662485c70
Enable sip tests.
16 years ago
Lyubomir Marinov
b917bbc4bd
Fixes warnings
17 years ago
Lyubomir Marinov
df7dc66cb5
Fixes warnings.
17 years ago
Lyubomir Marinov
dfb0c91c94
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.
17 years ago
Lyubomir Marinov
f21f8cc962
Fixes warnings
17 years ago
Damian Minkov
2ebeeff170
Return tha failing tests and fix them - a problem removing user from group.
17 years ago
Damian Minkov
363fb09ca0
Temporally disable the failing test till fix it.
17 years ago
Damian Minkov
a7493d9876
Fix a bug in Msn Filetransfer preventing NullPointerException. And tests to recreate needed contacts for filetransfer tests.
17 years ago
Emil Ivov
c8f81f8353
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
17 years ago
Yana Stamcheva
80f7da8aaa
- Enables multiple line selection in the default contact list.
...
- Some minor code formatting and javadoc.
17 years ago
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