Damian Minkov
31a08f9ca8
Trying to fix build
13 years ago
Lyubomir Marinov
b211c26d6c
Fixes warnings, removes trailing whitespace, adds @Override annotations.
13 years ago
Lyubomir Marinov
c85ca6ca0c
Works on preventing an issue with the display of remote video which could scale it down to a tiny number of pixels. Fixes multiple technical/programming errors, warnings, javadocs.
13 years ago
Lyubomir Marinov
6476071892
Fixes warnings.
13 years ago
Lyubomir Marinov
d18143cf6d
Fixes warnings.
13 years ago
Damian Minkov
2de36356c3
Fixes tests.
13 years ago
Yana Stamcheva
ebc645908f
Separates dns package to service and impl. Creates a ParallelResolver 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).
13 years ago
Yana Stamcheva
91b72c3202
Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils and WindowsUtils from general GuiUtils.
13 years ago
Lyubomir Marinov
98fef59119
Works on preventing sound notifications from playing forever.
13 years ago
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
13 years ago
Lyubomir Marinov
2864990fb3
Tries to fix the build (tests).
14 years ago
Lyubomir Marinov
34d54b1d84
Moves the ConfigurationService and FileAccessService implementations from Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
14 years ago
Lyubomir Marinov
1ebd6e2896
Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.)
14 years ago
Lyubomir Marinov
0b9b0b248c
Switches Jitsi trunk to libjitsi.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Damian Minkov
ab2053041f
Disable test.
14 years ago
Damian Minkov
94f6566e68
Fixes build.
14 years ago
Vincent Lucas
ba78226fe9
Adds a break (wait for 1000 ms) to correct first test of
...
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.
14 years ago
Vincent Lucas
da552559c5
Corrects tests concerning OperationSetPresence:
...
1) Synchronizes SubscriptionEventCollector to deal with concurrent read/write
access.
2) Creates a differentiation between the different events collected by the
SubscriptionEventCollector.
14 years ago
Vincent Lucas
edf6e6203d
Try to correct jabber slick TestOperationSetPresence.postTestSubscribe().
14 years ago
Damian Minkov
0a0c71237a
Updates smack library to 3.2.2.
14 years ago
Damian Minkov
3a4f5b145c
Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.
14 years ago
Ingo Bauersachs
ec7caabb71
Fix stackoverflow on SIP server resolution when SRV host entry is unresolvable
14 years ago
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
14 years ago
Ingo Bauersachs
d931f8507e
Make protocols aware of DNSSEC exceptions
14 years ago
Damian Minkov
2b9fc76e39
Fixes tests bundle stopping.
14 years ago
Ingo Bauersachs
aaa147c435
Avoid unnecessary DNS lookups for SIP
14 years ago
Ingo Bauersachs
c543e54197
Separate notification service from its handlers
14 years ago
Damian Minkov
3186bca42c
Separates xcap contactlist implementation and adds option for contacts retrieval from XiVO.
14 years ago
Lyubomir Marinov
2ce621309b
Loads the Java VM into Jitsi's run.exe in order to fix issue #963 : Starting Jitsi via pinned taskbar icon makes a second Jitsi icon appear in the taskbar instead of highlighting the existing one. Based on ibauersachs' patch.
14 years ago
Emil Ivov
9feab56577
Changes project name in source license headers from SIP Communicator to Jitsi
14 years ago
Ingo Bauersachs
60385be26e
Ignore manual entered SIP proxy data when autodetect is selected
...
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
14 years ago
Damian Minkov
dc2b4805c0
Some debug for failing jabber tests.
15 years ago
Ingo Bauersachs
b6573bb94a
XCAP: When using manually entered values for the login, use them as is without stripping the domain name.
15 years ago
Damian Minkov
ecb23fc042
Fixing random jabber test fails.
15 years ago
Yana Stamcheva
ff5a1b7693
Improvements in obtaining contact capabilities.
15 years ago
Emil Ivov
564187c04f
Removes a mistakenly committed test class
15 years ago
Emil Ivov
00655238ff
Work in progress on the implementation of parallel DNS queries.
15 years ago
Sebastien Vincent
0f2d766c3a
Horizontal flip of the video in configuration form (mirror effect). Updates ffmpeg (revision 25669) and x264 (November 3th 2010 daily tarball) source trees for the ffmpeg JNI.
15 years ago
Werner Dittmann
f202265ca8
Remove import of non-existing package
15 years ago
Damian Minkov
04238adfb0
Authorization for SIP protocol, implement subscribe for presence.winfo 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.
15 years ago
Yana Stamcheva
5024715207
Fix tests.
15 years ago
Yana Stamcheva
24ed71d202
Moved the CertificateVerificationService to its own bundle.
...
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
15 years ago
Lyubomir Marinov
5fba65be8c
Removes Stun4J.jar from the NetBeans compile classpath (because it has been removed from the repository).
15 years ago
Emil Ivov
f563bd7783
Removes stun4j and the SC components that are using it so that we can now introduce ice4j
15 years ago
Sebastien Vincent
bb0b2297c7
Add javadoc, fix warnings and typos.
15 years ago
Lyubomir Marinov
be8d547993
- Supports more call recording formats.
...
- Adds, fixes javadocs.
15 years ago
Damian Minkov
ab68449ffe
Fixing build.
15 years ago
Damian Minkov
923e76aed0
Merge latest patch sent to dev mailinglist with subject "XCAP tests" which 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.
15 years ago
Damian Minkov
9c1c17dff9
Merge changes from branch/gsoc10/xcap and patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
15 years ago