Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Separates dns package to service and impl. Creates a ParallelResolver ↵ | Yana Stamcheva | 2013-01-27 | 21 | -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 Stamcheva | 2013-01-24 | 21 | -21/+21 | |
| | | | | and WindowsUtils from general GuiUtils. | |||||
* | Works on preventing sound notifications from playing forever. | Lyubomir Marinov | 2012-10-18 | 1 | -8/+0 | |
| | ||||||
* | Detects failed typing notifications. | Damian Minkov | 2012-10-01 | 5 | -0/+46 | |
| | ||||||
* | Tries to fix the build (tests). | Lyubomir Marinov | 2012-07-10 | 1 | -10/+18 | |
| | ||||||
* | Moves the ConfigurationService and FileAccessService implementations from ↵ | Lyubomir Marinov | 2012-07-10 | 13 | -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 Marinov | 2012-06-29 | 12 | -12/+12 | |
| | ||||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 89 | -157/+198 | |
| | ||||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 34 | -45/+48 | |
| | ||||||
* | Disable test. | Damian Minkov | 2012-05-18 | 1 | -3/+3 | |
| | ||||||
* | Fixes build. | Damian Minkov | 2012-05-08 | 1 | -10/+24 | |
| | ||||||
* | Adds a break (wait for 1000 ms) to correct first test of | Vincent Lucas | 2012-03-23 | 1 | -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 Lucas | 2012-03-21 | 1 | -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 Lucas | 2012-03-15 | 1 | -3/+7 | |
| | ||||||
* | Updates smack library to 3.2.2. | Damian Minkov | 2012-02-29 | 1 | -5/+8 | |
| | ||||||
* | Changes tests as metacontactlist behaviour has changed, now proto-groups ↵ | Damian Minkov | 2012-02-10 | 1 | -2/+2 | |
| | | | | also get renamed. | |||||
* | Fix stackoverflow on SIP server resolution when SRV host entry is unresolvable | Ingo Bauersachs | 2012-01-15 | 1 | -0/+44 | |
| | ||||||
* | Import DNS package to tests and fix tests | Ingo Bauersachs | 2011-12-20 | 21 | -0/+32 | |
| | ||||||
* | Make protocols aware of DNSSEC exceptions | Ingo Bauersachs | 2011-12-19 | 1 | -16/+21 | |
| | ||||||
* | Fixes tests bundle stopping. | Damian Minkov | 2011-12-07 | 1 | -1/+12 | |
| | ||||||
* | Avoid unnecessary DNS lookups for SIP | Ingo Bauersachs | 2011-12-06 | 4 | -7/+435 | |
| | ||||||
* | Separate notification service from its handlers | Ingo Bauersachs | 2011-12-05 | 1 | -1/+1 | |
| | ||||||
* | Separates xcap contactlist implementation and adds option for contacts ↵ | Damian Minkov | 2011-11-04 | 2 | -8/+8 | |
| | | | | retrieval from XiVO. | |||||
* | Loads the Java VM into Jitsi's run.exe in order to fix issue #963: Starting ↵ | Lyubomir Marinov | 2011-10-24 | 1 | -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 Jitsi | Emil Ivov | 2011-10-18 | 117 | -117/+117 | |
| | ||||||
* | Ignore manual entered SIP proxy data when autodetect is selected | Ingo Bauersachs | 2011-08-09 | 1 | -1/+1 | |
| | | | | Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers | |||||
* | Some debug for failing jabber tests. | Damian Minkov | 2011-06-07 | 1 | -8/+26 | |
| | ||||||
* | XCAP: When using manually entered values for the login, use them as is ↵ | Ingo Bauersachs | 2011-05-11 | 1 | -1/+5 | |
| | | | | without stripping the domain name. | |||||
* | Fixing random jabber test fails. | Damian Minkov | 2011-04-08 | 1 | -13/+92 | |
| | ||||||
* | Improvements in obtaining contact capabilities. | Yana Stamcheva | 2010-11-26 | 1 | -11/+0 | |
| | ||||||
* | Removes a mistakenly committed test class | Emil Ivov | 2010-11-24 | 1 | -129/+0 | |
| | ||||||
* | Work in progress on the implementation of parallel DNS queries. | Emil Ivov | 2010-11-24 | 1 | -0/+129 | |
| | ||||||
* | Horizontal flip of the video in configuration form (mirror effect). Updates ↵ | Sebastien Vincent | 2010-11-08 | 1 | -1/+1 | |
| | | | | ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI. | |||||
* | Remove import of non-existing package | Werner Dittmann | 2010-10-18 | 13 | -13/+0 | |
| | ||||||
* | Authorization for SIP protocol, implement subscribe for presence.winfo ↵ | Damian Minkov | 2010-10-06 | 1 | -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 Stamcheva | 2010-09-29 | 1 | -0/+1 | |
| | ||||||
* | Moved the CertificateVerificationService to its own bundle. | Yana Stamcheva | 2010-09-29 | 1 | -11/+22 | |
| | | | | Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package. | |||||
* | Removes Stun4J.jar from the NetBeans compile classpath (because it has been ↵ | Lyubomir Marinov | 2010-09-21 | 1 | -1/+0 | |
| | | | | removed from the repository). | |||||
* | Removes stun4j and the SC components that are using it so that we can now ↵ | Emil Ivov | 2010-09-19 | 1 | -28/+0 | |
| | | | | introduce ice4j | |||||
* | Add javadoc, fix warnings and typos. | Sebastien Vincent | 2010-09-11 | 3 | -18/+18 | |
| | ||||||
* | - Supports more call recording formats. | Lyubomir Marinov | 2010-09-09 | 2 | -2/+5 | |
| | | | | - Adds, fixes javadocs. | |||||
* | Fixing build. | Damian Minkov | 2010-08-30 | 1 | -1/+1 | |
| | ||||||
* | Merge latest patch sent to dev mailinglist with subject "XCAP tests" which ↵ | Damian Minkov | 2010-08-16 | 4 | -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 Minkov | 2010-08-10 | 6 | -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 Stamcheva | 2010-07-30 | 1 | -0/+11 | |
| | ||||||
* | Implements XML element name encoding (http://www.w3.org/TR/xml/#NT-Name) in ↵ | Lyubomir Marinov | 2010-07-28 | 2 | -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 Minkov | 2010-07-27 | 1 | -2/+8 | |
| | | | | missing when role change occurs. | |||||
* | Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri ↵ | Lyubomir Marinov | 2010-07-12 | 3 | -0/+252 | |
| | | | | Melnikov on the "Password storage" GSoC 2010 project into trunk. | |||||
* | - Trying to fix duplicating jabber messages. | Damian Minkov | 2010-07-06 | 3 | -227/+0 | |
| | | | | - Remove obsolete media bundle and plugins using it that no longer work. | |||||
* | Fix sip tests. | Yana Stamcheva | 2010-07-05 | 1 | -3/+1 | |
| |