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
16 years ago
Lyubomir Marinov
df7dc66cb5
Fixes warnings.
16 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.
16 years ago
Lyubomir Marinov
f21f8cc962
Fixes warnings
16 years ago
Damian Minkov
2ebeeff170
Return tha failing tests and fix them - a problem removing user from group.
16 years ago
Damian Minkov
363fb09ca0
Temporally disable the failing test till fix it.
16 years ago
Damian Minkov
a7493d9876
Fix a bug in Msn Filetransfer preventing NullPointerException. And tests to recreate needed contacts for filetransfer tests.
16 years ago
Emil Ivov
c8f81f8353
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
16 years ago
Yana Stamcheva
80f7da8aaa
- Enables multiple line selection in the default contact list.
...
- Some minor code formatting and javadoc.
16 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".
16 years ago
Damian Minkov
37dc57803f
Fixing filetransfer tests. Problem waiting for receiving event, stop waiting on receiving the first event. Some formatting.
16 years ago
Lyubomir Marinov
a6c3303f88
Fixes warnings, mostly ones related to raw-type uses.
16 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).
16 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.
16 years ago
Lyubomir Marinov
400fe1b68b
As my day went into warnings, fixes more warnings about raw-type uses.
16 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.
16 years ago
Werner Dittmann
63cdcff185
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available. Second commit.
16 years ago
Werner Dittmann
fc523c0794
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
16 years ago
Damian Minkov
d45dd664c9
Trying to fix build. Wait more for cancel events while transfering and put some logging to track the problem.
16 years ago
Damian Minkov
057fd9f385
Msn Filetransfer and tests.
16 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.
16 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
16 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
16 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
16 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
16 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
16 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
16 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
16 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.
16 years ago
Lyubomir Marinov
75e6e6d036
Fixes the unit tests of the ConfigurationService broken by the previous commit.
16 years ago
Lyubomir Marinov
e1d01dd9a0
Fixes a few raw-type warnings.
16 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.
16 years ago
Damian Minkov
425a1abaf8
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
16 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
Symphorien Wanko
68312559fe
also disable testNickName
17 years ago
Symphorien Wanko
cb5f46e009
temporarily disable failing test
17 years ago
Symphorien Wanko
24382db153
minor cosmetic changes: fixed some comments and indentation
17 years ago
Symphorien Wanko
046d962760
add some tests for jabber MUC
17 years ago
Yana Stamcheva
cb37e61d02
Some enhancements on fancy systray tooltips, including:
...
- frame and rounded corners for contact photos
- reduced size of the default sip comm icon
- changed layout
- image is now passed to popup message as a separate parameter
17 years ago
Symphorien Wanko
fecc1bc966
enhancements to the swing popup notification, new behavior for the trayicon, minors code tweak
17 years ago
Symphorien Wanko
ff8ec3ad3f
swing based popup notifications with tests for the PopupMessage interface.
...
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine
17 years ago
Symphorien Wanko
07a483c148
undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko
2d81282722
swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Lyubomir Marinov
3780cb36d9
Removes unused Logger instances (and thus resolves the warnings about them as well).
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Lyubomir Marinov
331d75a93a
Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
17 years ago
Lyubomir Marinov
f6148f576c
Fixes warnings about unused imports.
17 years ago
Lyubomir Marinov
0a2aa6c723
Fixes warnings.
17 years ago
Damian Minkov
09cce621a1
Disable video support during tests.
17 years ago
Lyubomir Marinov
a376ea4cde
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
17 years ago
Brian Burch
4282316384
use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
17 years ago
Lyubomir Marinov
7268bab867
Fixes TestFailSafeTransaction to not rely on the system charset i.e. take the possible different between String.getBytes().length and String.length() into account.
17 years ago
Emil Ivov
c3929a69a7
Better handling for changes in the persistent data of a contact.
17 years ago
Lyubomir Marinov
a1801e9f3c
Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.
17 years ago
Emil Ivov
80dbccb9c8
Adds the possibility to register for RSS feeds passed as invokation parameters
...
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
17 years ago
Lyubomir Marinov
a874a33a1a
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
17 years ago
Lyubomir Marinov
2cb40da4ee
Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.
17 years ago
Lyubomir Marinov
7562dd0052
Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.
17 years ago
Lyubomir Marinov
3eaed2f557
Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
17 years ago
Emil Ivov
a05f42827f
Stop sending typing notifications through the XEP-0022 mechanism as we now handle them through XEP-0085 and having both is redundant and causes our XMPP unit tests to fail.
17 years ago
Emil Ivov
090f7637b2
Implemented support for XEP-0085 - Typing notifications with jabber.
...
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
17 years ago
Lyubomir Marinov
bbfcbea0ec
Transfers a Call upon receiving a REFER request. The new Call being referred to/created as part of the transfer is still not displayed in the UI.
17 years ago
Damian Minkov
6dd45adb2c
Initial support for Msn protocol version up to 15.
18 years ago
Emil Ivov
a2491f9b12
Committing the on hold patch from Lubomir Marinov
18 years ago
Emil Ivov
11ecd5fae5
Add support for the XA XMPP status and fixed (I hope) the build.
18 years ago
Emil Ivov
ed66fc9d45
Adding a GoogleTalk Wizard (Contributed by Lubomir Marinov)
18 years ago
Damian Minkov
107891b595
Add details to metacontact.
18 years ago
Yana Stamcheva
12f1596096
- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
...
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.
18 years ago
Benoit Pradelle
ffd5c40f70
convert some tabs in spaces
18 years ago
Benoit Pradelle
4d617393dc
Fix some problems with message encoding
18 years ago
Damian Minkov
9123fe0bfe
1. Fix : Storage thread in some conditions is not started and contactlist is not saved
...
2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list
3. Some spell checks
18 years ago
Damian Minkov
7c1212b670
Change configuration tests to see if configuration home directory name has changed through system property
18 years ago
Damian Minkov
06716be04f
temporaly remove status message for the first status change , to see will the build failed again
18 years ago
Damian Minkov
fcbf88a4fb
fix yahoo statuses
18 years ago
Damian Minkov
1d4595529e
felix 1.0.1
18 years ago
Thomas Hofer
1de3329fd5
removed .cvsignore-files as they are no longer needed [we are using subversion nowadays]
18 years ago
Benoit Pradelle
acd777f360
Moved FailSafeTransactions to the fileaccess bundle.
18 years ago
Benoit Pradelle
7c550c0c7b
- Add the failsafe transaction utility and its test case
...
- Now use this utility in MclStorageManager
18 years ago
Emil Ivov
b95fb1d2d9
loosen test condition a little bit. allow for more than 2 unregistration events
18 years ago
Benoit Pradelle
3ce23a1e74
Added the Rss tests, written by Mihai Balan
18 years ago
Symphorien Wanko
128f1285f6
Jabber telephony tests. Not yet activated due to pending bugs in the lib
18 years ago
Emil Ivov
d40aad5862
Fixing a long standing problem with the meta contact list tests. The meta contact list tests are enabled again.
18 years ago
Emil Ivov
ede3b19533
unused
18 years ago
Emil Ivov
d2b04d0483
do not send test messages to contacts not in our list
18 years ago
Damian Minkov
bbe43966ff
1. Installers now include all bundles in lib/bundles except junit.
...
2. Fix message history finder methods - findFirstAfter and tests for multiple contacts in meta contact.
3. Some threads were not daemon - more to be checked
18 years ago
Benoit Pradelle
d8c4b9f96a
new SIMPLE status (online, away, busy, on the phone and offline) + still trying to reduce the abnormal test failures
19 years ago
Benoit Pradelle
28633e9767
(trying to) fix some problems with the SIMPLE test cases on cruise control
19 years ago
Benoit Pradelle
16be6528f9
fixes an error in the construction of the presence document
19 years ago
Benoit Pradelle
dfb31058a4
add the test cases for SIMPLE
19 years ago
Benoit Pradelle
906bb771d5
SIMPLE alpha 1
...
currently working until a refresh is needed, PIDF presence only, still bugged with iptel.org server.
under _heavy_ development
19 years ago
Damian Minkov
845d734242
1. Multi chat message history
...
2. Test for Multi chat message history
3. Change in LocalUserChatRoomPresenceListener
19 years ago
Benoit Pradelle
a3c946c2e3
Activate the test case for the SIP IM with some corrections to make it more stable.
19 years ago
Damian Minkov
6ab8152b3a
Move SIP TestOSBIM from src to test folder.
19 years ago
Emil Ivov
a11967e5cc
added a method that clears the contact list (by Benoit Pradelle)
19 years ago
Yana Stamcheva
f1370f24e4
fix multi chat implementation
19 years ago
Damian Minkov
81e83a6eb4
Retry QueryContactStatus on fail.
19 years ago
Martin Andre
3201213ff4
Activation of test cases for SIP IM OpSet by Benoit Pradelle.
...
However, these tests may fail and they are thus commented. Let's activate them later.
19 years ago
Martin Andre
2370ace838
Commited testcases for SIP IM OpSet by Benoit Pradelle.
...
This test case may suffer from a problem in a specific situation :
it is possible for an authenticated message to being resend after some time (and to be re-handled).
We will activate these tests later. Benoit already sent us a patch for that.
19 years ago
Emil Ivov
ec6caceb56
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
removed unused import
19 years ago
Emil Ivov
a29e2cd380
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
19 years ago
Damian Minkov
e77d9a873a
Some test improvements.
19 years ago
Damian Minkov
1b9e946d6f
Add debug before query msn contact status.
19 years ago
Emil Ivov
6e1c8a1763
commit the multi user chat slick
19 years ago
Damian Minkov
66610b1d3e
Add log for GroupChangeCreator wait.
19 years ago
Damian Minkov
de7e67c9c0
Change in yahoo status in tests.
19 years ago
Damian Minkov
c2d09bdf4d
Added AIM icons
19 years ago
Damian Minkov
3d57bd8438
Icq message encoding.
19 years ago