aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Improvements in obtaining contact capabilities.Yana Stamcheva2010-11-261-11/+0
|
* Removes a mistakenly committed test classEmil Ivov2010-11-241-129/+0
|
* Work in progress on the implementation of parallel DNS queries.Emil Ivov2010-11-241-0/+129
|
* Horizontal flip of the video in configuration form (mirror effect). Updates ↵Sebastien Vincent2010-11-081-1/+1
| | | | ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI.
* Remove import of non-existing packageWerner Dittmann2010-10-1813-13/+0
|
* Authorization for SIP protocol, implement subscribe for presence.winfo ↵Damian Minkov2010-10-061-1/+1
| | | | | | | | rfc3857, rfc3858, rfc5025. Add block and polite-block to the currently available allow rules in xcap implementation and using them fo the sip authorization. Fix - do not subscribe for not in contactlist contacts and for terminated subscriptions. Remove warning for not found AAAA and A records, warn when both are not found. Change some config properties for autoaway.
* Fix tests.Yana Stamcheva2010-09-291-0/+1
|
* Moved the CertificateVerificationService to its own bundle.Yana Stamcheva2010-09-291-11/+22
| | | | Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
* Removes Stun4J.jar from the NetBeans compile classpath (because it has been ↵Lyubomir Marinov2010-09-211-1/+0
| | | | removed from the repository).
* Removes stun4j and the SC components that are using it so that we can now ↵Emil Ivov2010-09-191-28/+0
| | | | introduce ice4j
* Add javadoc, fix warnings and typos.Sebastien Vincent2010-09-113-18/+18
|
* - Supports more call recording formats.Lyubomir Marinov2010-09-092-2/+5
| | | | - Adds, fixes javadocs.
* Fixing build.Damian Minkov2010-08-301-1/+1
|
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which ↵Damian Minkov2010-08-164-44/+211
| | | | | | represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk. Add presence rules, fix tests and some resources. Start work on populating already existing contacts.
* Merge changes from branch/gsoc10/xcap and patch sent to dev mailinglist with ↵Damian Minkov2010-08-106-6/+1075
| | | | subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
* Basic support for contact capabilities in the user interface.Yana Stamcheva2010-07-301-0/+11
|
* Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in ↵Lyubomir Marinov2010-07-282-5/+6
| | | | the XML backend of the ConfigurationService implementation in order to allow storing properties with names not limited to valid XML element names. The functionality is implemented in order to allow EntityCapsManager to store Jabber DiscoverInfo (when running the tests) but it turns out that the reconnect plugin also has started trying to store properties with names which are not valid XML element names (which is probably not in the tests, I don't know).
* Fixing role behavior and role change reporting, as previous role info is ↵Damian Minkov2010-07-271-2/+8
| | | | missing when role change occurs.
* Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri ↵Lyubomir Marinov2010-07-123-0/+252
| | | | Melnikov on the "Password storage" GSoC 2010 project into trunk.
* - Trying to fix duplicating jabber messages.Damian Minkov2010-07-063-227/+0
| | | | - Remove obsolete media bundle and plugins using it that no longer work.
* Fix sip tests.Yana Stamcheva2010-07-051-3/+1
|
* Cleanup some left-overs of PropertyChange event handling.Werner Dittmann2010-05-161-7/+7
| | | | | | 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.
* Fix unit tests.Yana Stamcheva2010-05-031-2/+2
|
* Just fix a typo in ConfigPropertyVetoExceptionWerner Dittmann2010-04-091-9/+9
|
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-091-11/+10
| | | | | | | | 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.
* Dispatch system messages coming in jabber chat rooms. Message history ignore ↵Damian Minkov2010-04-071-6/+31
| | | | | | non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages. Make tcp default for iptel account wizards.
* Implement Always trust mode for verifying certificates, and enable the mode ↵Damian Minkov2010-04-011-0/+12
| | | | for tests.
* - Fixes issue #780 (Online contact not displayed in the contact list).Yana Stamcheva2010-02-171-0/+10
| | | | - Fixes avatar refresh problem.
* Moved Yahoo account 3 registration in ad-hoc MUC tests.Valentin Martinet2010-02-174-57/+30
| | | | (However, they're not activated yet.)
* Moved AuthHandler into dedicated class (code redundancy--).Valentin Martinet2010-02-124-74/+56
| | | | Added AuthHandler for account subscription in MSN tests.
* Forgot to remove useless code.Valentin Martinet2010-02-111-83/+0
|
* - Avoid code redundancy by moving SecurityAuthorityImplValentin Martinet2010-02-116-272/+218
| | | | | to an unique class. - Connect the third MSN testing account when needed.
* Enable presence in sip tests and force use of PA when testing.Damian Minkov2010-02-022-2/+4
|
* - Moved setUserRole() to setLocalUserRole()Valentin Martinet2010-01-271-124/+165
| | | | | - Updated room member roles (distinct from "affiliation") - Enabled unit test for Jabber chatrooms *roles*
* Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).Valentin Martinet2010-01-266-209/+242
|
* Added unit tests for MSN ad-hoc multi-user chat.Valentin Martinet2010-01-2615-332/+2490
| | | | Added unit tests for Jabber roles in multi-user chat (but not enabled yet).
* - Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, ↵Valentin Martinet2010-01-181-2/+2
| | | | | | | | List<String>, *) (Contact are never used, only their address/ID. +More convenient for unit tests) - Removed tabs (reported by Yana)
* Enable sip tests, telephony and messaging (without presence).Damian Minkov2010-01-182-4/+9
|
* Adds a missing header.Valentin Martinet2010-01-161-0/+6
|
* Compare invitees bare adress in testInviteJoin & testInviteReject using ↵Valentin Martinet2010-01-122-4/+12
| | | | | | StringUtils.parseBareAdress. Both of these tests failed when trying to compare "foo@bar/sip-comm" with "foo@bar"
* Again enable sip tests.Damian Minkov2010-01-073-2/+28
|
* Enable sip tests.Damian Minkov2010-01-061-1/+1
|
* Fixes warningsLyubomir Marinov2009-10-156-45/+35
|
* Fixes warnings.Lyubomir Marinov2009-10-131-4/+4
|
* Commits the patch of Sebastien Vincent provided on the dev mailing list in ↵Lyubomir Marinov2009-10-136-1085/+1084
| | | | an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
* Fixes warningsLyubomir Marinov2009-10-081-1/+1
|
* Return tha failing tests and fix them - a problem removing user from group. Damian Minkov2009-10-061-2/+2
|
* Temporally disable the failing test till fix it.Damian Minkov2009-10-051-2/+2
|
* Fix a bug in Msn Filetransfer preventing NullPointerException. And tests to ↵Damian Minkov2009-10-051-1/+3
| | | | recreate needed contacts for filetransfer tests.
* Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to ↵Emil Ivov2009-09-292-9/+9
| | | | CallPeerSipImpl