ibauersachs
f2ee1bd469
Commit from translate.jitsi.org by user ibauersachs.: 1602 of 1602 strings translated (0 fuzzy).
11 years ago
ibauersachs
a5a5cdac3a
Commit from translate.jitsi.org by user ibauersachs.: 1267 of 1602 strings translated (84 fuzzy).
11 years ago
ibauersachs
8a4bbbeec2
Commit from translate.jitsi.org by user ibauersachs.: 354 of 1602 strings translated (69 fuzzy).
11 years ago
Lyubomir Marinov
13c73240b7
jitsi/libjitsi commit cd6c3e4fb26c74fdfc7b77887b1891aebc55a990: Fixes a NoClassDefFoundError caused by OSGi reported by Damian Minkov.
11 years ago
Damian Minkov
f5d52d5113
Updates debian standards version.
11 years ago
Lyubomir Marinov
e08715e0a8
FMJ revision 84: Reverts revision 83 because it causes receive streams to stop ticking.
11 years ago
Lyubomir Marinov
2c12d68c1a
jitsi/libjitsi commit 05c1278: Makes it possible to specify an AES implementation provider.
11 years ago
Lyubomir Marinov
b277858b2f
FMJ revision 83: Fixes a possible busy wait.
11 years ago
Danny van Heumen
3c8b3127ad
More precise keyword replacement: does not highlight 'fo' in "for".
11 years ago
Danny van Heumen
0f2b7f4507
Disable port field and check default port checkbox in case a loaded
...
account is using a default port.
11 years ago
Danny van Heumen
95e2417619
Removed (obsolete) FIXME since now the ChatConversationPanel refactorings have been merged.
11 years ago
Danny van Heumen
978dda49d4
Implemented modifyAccount method in ProtocolProviderFactory such that we
...
do not have to uninstall and (re)install the account that has been
edited.
11 years ago
Damian Minkov
057d7117e5
Updates with newly introduced dependency packet.
11 years ago
Damian Minkov
f22911757f
Backports TLSUtils for smack and enables tls only mode for xmpp connections. Disables SSLv... and fixes connecting to Facebook.
11 years ago
Lyubomir Marinov
472980a592
FMJ revision 82: Fixes SSRC lookup.
11 years ago
Lyubomir Marinov
f55eee60d0
FMJ revision 81: Mitigates deadlocks related to synchronization source identifier (SSRC)-related information lookup.
11 years ago
Boris Grozev
897f13f23b
Updates libjitsi to 31e5311eec6.
11 years ago
Damian Minkov
8c71e16357
Fixes warnings, wrong synchronize on local variable rather than using the global one and adds additional check when starting chat.
11 years ago
Boris Grozev
264f8801db
Removes the irc-api sources (they are now in the libsrc repository).
11 years ago
Boris Grozev
e65bd76ea1
Updates ice4j to r470.
11 years ago
Boris Grozev
ebf2219e48
Adds irc-api-1.0.jar to the netbeans project classpath.
11 years ago
Damian Minkov
124ac555f3
Adds remove method.
11 years ago
Boris Grozev
8d69fe8777
Updates ice4j to r469.
11 years ago
Boris Grozev
7efeaaa994
Adds a setTcpType method.
11 years ago
George Politis
99b39b068c
FMJ r79 and libjitsi: special handling for the RTCP reporting interval for video sessions.
11 years ago
George Politis
57a266c7c7
FMJ r77: prevents RTP packets being silently killed.
11 years ago
Lyubomir Marinov
cb6df2e9ca
FMJ revision 74: Fixes IllegalMonitorStateExceptions reported by Damian Minkov.
11 years ago
Lyubomir Marinov
e55bf706c8
FMJ r73: Fixes a deadlock between JitterBuffer and RTPSourceStream. ICE4J r467: Does not use instanceof on each and every RTP packet.
11 years ago
Boris Grozev
4f9416ccd9
Updates ice4j to r466.
11 years ago
Damian Minkov
b95ef7fcc6
Fixes removing ssrcs, a bug where this leads to grow in csrc list in MediaStreamImpl when in one call we have changing of ssrc (the call is one2one).
11 years ago
Lyubomir Marinov
a788c54d13
Fixes warnings.
11 years ago
Lyubomir Marinov
416a48b4c5
Reduces the number of times that a received packet is internally copied. Reduces the scopes of synchronization blocks and breaks synchronization blocks into multiples on different objects. Optimizes hashtable iterations. Fixes warnings. (ice4j revision 463)
11 years ago
Boris Grozev
b9cc464494
Updates libjitsi to a7143beb3 (fixes a problem with recording).
11 years ago
Boris Grozev
de0eb69b9e
Does not include the class files from the protocol.media package in the protocol bundle.
11 years ago
Boris Grozev
f855d99b85
Allows access to the port tracker for media type "DATA" and to the default port tracker.
11 years ago
Boris Grozev
c0bed4172b
Updates ice4j.jar to r462.
11 years ago
Damian Minkov
5aaffd8e18
Fixes recently introduced bug with global status, unable to login offline providers when requested not from global status menu, but from the provider menu.
11 years ago
Damian Minkov
af798ac7ae
Fixes possible NPE when account is disabled.
11 years ago
Boris Grozev
a2b800a0c3
Updates ice4j to r460.
11 years ago
Lyubomir Marinov
93f0d7ef5e
Fixes warnings.
11 years ago
Boris Grozev
05a3cf2481
Updates libjitsi.jar to 1c2d8cfb.
11 years ago
Boris Grozev
761f054b29
Adds the 'adaptive-last-n' attribute to Channel.
11 years ago
Damian Minkov
0cce60847d
Avoids malformed presence packets (status content) to interrupt xmpp connection.
11 years ago
Lyubomir Marinov
bcefab613f
Fixes warnings.
11 years ago
Danny van Heumen
5a03482109
Changed BasicInstantMessagingTransport to extend OperationSet directly.
...
Based on my own doubts and Ingo's feedback I've decided to not base
OperationSetBasicInstantMessagingTransport on
OperationSetBasicInstantMessaging. Even though it doesn't make much
sense to implement BasicInstantMessagingTransport and not
BasicInstantMessaging. In theory we could at least query the
characteristics if not actually use the protocol, so I've decided to
extend OperationSet directly.
11 years ago
Danny van Heumen
fcf7d58da4
Check if message originates from encrypted message event before
...
testing for command.
11 years ago
Danny van Heumen
caa704a2a6
In case event is null, continue with next event instead of finishing.
11 years ago
Danny van Heumen
3499dcdf93
Clarification of concept of 'Transport' in
...
OperationSetBasicInstantMessagingTransport.
11 years ago
Danny van Heumen
aa29a5c457
Renamed methods of BasicInstantMessagingTransport.
11 years ago
Danny van Heumen
2254995ee3
Defined and implemented Operation Set Basic Instant Messaging Transport
...
for querying protocol implementation for operational boundaries.
* Defined the Operation Set for querying transport operation.
* Also implemented the Operation Set in IRC protocol support.
* OTR plugin has been modified to take advantage of the newly defined
Operation Set and queries the protocol for input on building
fragmentation instructions. In case the protocol does not implement the
Operation Set, then it will fall back to OTR defaults.
11 years ago