Damian Minkov
8923ff76b2
- Trying to fix duplicating jabber messages.
...
- Remove obsolete media bundle and plugins using it that no longer work.
16 years ago
Yana Stamcheva
a289689d00
Fix sip tests.
16 years ago
Werner Dittmann
011af719e8
Cleanup some left-overs of PropertyChange event handling.
...
Modified some files to use SC ConfigPropertyVetoException (see also the
comment/modifications at revision 6978). The ConfigPropertyVetoException
extends RuntimeException, not Exception as the standard PropertyVetoException.
16 years ago
Yana Stamcheva
7393be5cfb
Fix unit tests.
16 years ago
Werner Dittmann
12bd1ba9b0
Just fix a typo in ConfigPropertyVetoException
16 years ago
Werner Dittmann
73cf690b04
Cleanup PropertyChangeEvent stuff
...
Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.
16 years ago
Damian Minkov
cc5e956a87
Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
...
Make tcp default for iptel account wizards.
16 years ago
Damian Minkov
b841366922
Implement Always trust mode for verifying certificates, and enable the mode for tests.
16 years ago
Yana Stamcheva
bfdc99f475
- Fixes issue #780 (Online contact not displayed in the contact list).
...
- Fixes avatar refresh problem.
16 years ago
Valentin Martinet
ad58c334cd
Moved Yahoo account 3 registration in ad-hoc MUC tests.
...
(However, they're not activated yet.)
16 years ago
Valentin Martinet
4a9c6c769d
Moved AuthHandler into dedicated class (code redundancy--).
...
Added AuthHandler for account subscription in MSN tests.
16 years ago
Valentin Martinet
505e6198d4
Forgot to remove useless code.
16 years ago
Valentin Martinet
d303e5e0b1
- Avoid code redundancy by moving SecurityAuthorityImpl
...
to an unique class.
- Connect the third MSN testing account when needed.
16 years ago
Damian Minkov
5b1ed4c3a8
Enable presence in sip tests and force use of PA when testing.
16 years ago
Valentin Martinet
ee7a1a6a25
- Moved setUserRole() to setLocalUserRole()
...
- Updated room member roles (distinct from "affiliation")
- Enabled unit test for Jabber chatrooms *roles*
16 years ago
Valentin Martinet
4ee7bef666
Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).
16 years ago
Valentin Martinet
24038c7b17
Added unit tests for MSN ad-hoc multi-user chat.
...
Added unit tests for Jabber roles in multi-user chat (but not enabled yet).
16 years ago
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