aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Separates dns package to service and impl. Creates a ParallelResolver ↵Yana Stamcheva2013-01-2721-21/+21
| | | | interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-2421-21/+21
| | | | and WindowsUtils from general GuiUtils.
* Works on preventing sound notifications from playing forever.Lyubomir Marinov2012-10-181-8/+0
|
* Detects failed typing notifications.Damian Minkov2012-10-015-0/+46
|
* Tries to fix the build (tests).Lyubomir Marinov2012-07-101-10/+18
|
* Moves the ConfigurationService and FileAccessService implementations from ↵Lyubomir Marinov2012-07-1013-14/+14
| | | | Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
* Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)Lyubomir Marinov2012-06-2912-12/+12
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-2989-157/+198
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-2934-45/+48
|
* Disable test.Damian Minkov2012-05-181-3/+3
|
* Fixes build.Damian Minkov2012-05-081-10/+24
|
* Adds a break (wait for 1000 ms) to correct first test ofVincent Lucas2012-03-231-0/+1
| | | | | | | | | | | | | | | | | TestOperationSetMultiUserChat2.testInitialParticipantsRoles(): "Unexpected role for user1 excepted:<MODERATOR> but was:<GUEST>". This test fails when the smack library takes too much time to call the RoomListenerMultiplexor. When receiving a presence packet, the PacketReader calls many listener: - If the RoomListenerMultiplexor is on top of the Connection.recvListeners map, then the test was successful. - Otherwise the test was failing.
* Corrects tests concerning OperationSetPresence:Vincent Lucas2012-03-211-118/+167
| | | | | | | | | 1) Synchronizes SubscriptionEventCollector to deal with concurrent read/write access. 2) Creates a differentiation between the different events collected by the SubscriptionEventCollector.
* Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().Vincent Lucas2012-03-151-3/+7
|
* Updates smack library to 3.2.2.Damian Minkov2012-02-291-5/+8
|
* Changes tests as metacontactlist behaviour has changed, now proto-groups ↵Damian Minkov2012-02-101-2/+2
| | | | also get renamed.
* Fix stackoverflow on SIP server resolution when SRV host entry is unresolvableIngo Bauersachs2012-01-151-0/+44
|
* Import DNS package to tests and fix testsIngo Bauersachs2011-12-2021-0/+32
|
* Make protocols aware of DNSSEC exceptionsIngo Bauersachs2011-12-191-16/+21
|
* Fixes tests bundle stopping.Damian Minkov2011-12-071-1/+12
|
* Avoid unnecessary DNS lookups for SIPIngo Bauersachs2011-12-064-7/+435
|
* Separate notification service from its handlersIngo Bauersachs2011-12-051-1/+1
|
* Separates xcap contactlist implementation and adds option for contacts ↵Damian Minkov2011-11-042-8/+8
| | | | retrieval from XiVO.
* Loads the Java VM into Jitsi's run.exe in order to fix issue #963: Starting ↵Lyubomir Marinov2011-10-241-2/+4
| | | | Jitsi via pinned taskbar icon makes a second Jitsi icon appear in the taskbar instead of highlighting the existing one. Based on ibauersachs' patch.
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-18117-117/+117
|
* Ignore manual entered SIP proxy data when autodetect is selectedIngo Bauersachs2011-08-091-1/+1
| | | | Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
* Some debug for failing jabber tests.Damian Minkov2011-06-071-8/+26
|
* XCAP: When using manually entered values for the login, use them as is ↵Ingo Bauersachs2011-05-111-1/+5
| | | | without stripping the domain name.
* Fixing random jabber test fails.Damian Minkov2011-04-081-13/+92
|
* 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
|