aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java/sip/communicator/slick/protocol/jabber
Commit message (Collapse)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-231-1/+1
| | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* Updates the license headers.Damian Minkov2015-07-2015-28/+199
|
* Fixes working with server-side readonly groups (shared groups in OF), ↵Damian Minkov2013-11-191-3/+10
| | | | handles 406 error while editing roster items.
* Temporally disables frequently failing multi user chat tests.Damian Minkov2013-11-021-1/+3
|
* Tries to fix frequently failing xmpp multi chat tests.Damian Minkov2013-11-011-0/+84
|
* Updates tests, the one created the room is owner.Damian Minkov2013-08-221-1/+1
|
* Removes unnecessary disco info sent before joinning the room.hristoterezov2013-07-221-1/+5
|
* Fixes tests, removes room listing from tests as it was disabled on server we ↵Damian Minkov2013-07-191-0/+4
| | | | test.
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-2314-304/+340
|
* Works on preventing an issue with the display of remote video which could ↵Lyubomir Marinov2013-02-261-3/+3
| | | | scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
* Separates dns package to service and impl. Creates a ParallelResolver ↵Yana Stamcheva2013-01-271-1/+1
| | | | 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-241-1/+1
| | | | and WindowsUtils from general GuiUtils.
* Detects failed typing notifications.Damian Minkov2012-10-011-0/+9
|
* Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)Lyubomir Marinov2012-06-291-1/+1
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-2910-17/+22
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-293-4/+4
|
* Disable test.Damian Minkov2012-05-181-3/+3
|
* 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
|
* Import DNS package to tests and fix testsIngo Bauersachs2011-12-201-0/+1
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1814-14/+14
|
* 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
|
* Fixing random jabber test fails.Damian Minkov2011-04-081-13/+92
|
* Remove import of non-existing packageWerner Dittmann2010-10-181-1/+0
|
* 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.
* Add javadoc, fix warnings and typos.Sebastien Vincent2010-09-111-8/+8
|
* Merge latest patch sent to dev mailinglist with subject "XCAP tests" which ↵Damian Minkov2010-08-161-1/+1
| | | | | | 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.
* Fixing role behavior and role change reporting, as previous role info is ↵Damian Minkov2010-07-271-2/+8
| | | | missing when role change occurs.
* 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.
* Moved AuthHandler into dedicated class (code redundancy--).Valentin Martinet2010-02-121-26/+0
| | | | Added AuthHandler for account subscription in MSN tests.
* - Avoid code redundancy by moving SecurityAuthorityImplValentin Martinet2010-02-111-84/+1
| | | | | to an unique class. - Connect the third MSN testing account when needed.
* - Moved setUserRole() to setLocalUserRole()Valentin Martinet2010-01-271-124/+165
| | | | | - Updated room member roles (distinct from "affiliation") - Enabled unit test for Jabber chatrooms *roles*
* Added unit tests for MSN ad-hoc multi-user chat.Valentin Martinet2010-01-266-102/+960
| | | | 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)
* 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"
* Fixes warningsLyubomir Marinov2009-10-151-8/+2
|
* Commits the patch of Sebastien Vincent provided on the dev mailing list in ↵Lyubomir Marinov2009-10-131-1063/+1063
| | | | an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
* - Enables multiple line selection in the default contact list.Yana Stamcheva2009-09-231-1/+0
| | | | - Some minor code formatting and javadoc.
* Commits the last part of the patch provided by Sebastien Vincent on the dev ↵Lyubomir Marinov2009-08-3110-86/+78
| | | | mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
* Integrate the second big patch for OTR. With this patch all the required ↵Werner Dittmann2009-08-261-0/+274
| | | | GSoC functions are available. Second commit.
* Integrate the second big patch for OTR. With this patch all the required ↵Werner Dittmann2009-08-261-0/+2
| | | | GSoC functions are available.
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-091-213/+213
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-091-32/+32
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Renames CallParticipant to CallPeer so that it would better reflect our new ↵Emil Ivov2009-08-091-18/+18
| | | | Call architecture that also includes conferencing and ConferenceMembers
* Disables a regularly failing test on xmpp room subjects until we have a ↵Emil Ivov2009-07-251-6/+7
| | | | proper implementation
* Disable test by not adding it in test suite.Damian Minkov2009-07-131-5/+4
|