Damian Minkov
5898ddd57f
Fixes working with server-side readonly groups (shared groups in OF), handles 406 error while editing roster items.
12 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
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
Damian Minkov
3f3ca000f0
Detects failed typing notifications.
13 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
Ingo Bauersachs
1d6e0246a1
Import DNS package to tests and fix tests
14 years ago
Emil Ivov
9feab56577
Changes project name in source license headers from SIP Communicator to Jitsi
14 years ago
Werner Dittmann
f202265ca8
Remove import of non-existing package
15 years ago
Valentin Martinet
ad58c334cd
Moved Yahoo account 3 registration in ad-hoc MUC tests.
...
(However, they're not activated yet.)
16 years ago
Valentin Martinet
d303e5e0b1
- Avoid code redundancy by moving SecurityAuthorityImpl
...
to an unique class.
- Connect the third MSN testing account when needed.
16 years ago
Valentin Martinet
4ee7bef666
Add unit tests for Yahoo! ad-hoc multi-user chat (but not enabled yet).
16 years ago
Lyubomir Marinov
f837057d33
Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.
16 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
scmerger
6f2d6a115b
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Fixes issue #680 Problem with chat tabs for contact names with parentheses.
Reflect recent yahoo protocol changes.
17 years ago
Lyubomir Marinov
3563fa97f6
Commits into trunk the changes of r5345, r5346 and r5352 which fix warnings in branches/1.0.
17 years ago
Lyubomir Marinov
3780cb36d9
Removes unused Logger instances (and thus resolves the warnings about them as well).
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Lyubomir Marinov
331d75a93a
Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
17 years ago
Lyubomir Marinov
a376ea4cde
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
17 years ago
Lyubomir Marinov
a1801e9f3c
Attempts the fix the tests broken when the loading of the stored accounts was moved into a background thread.
17 years ago
Lyubomir Marinov
a874a33a1a
Applies a patch by Sébastien Mazy which fixes a type - replaces addSubsciptionListener with addSubscriptionListener.
17 years ago
Lyubomir Marinov
2cb40da4ee
Tries to fix the tests which didn't take the encoding into account and started failing after the OperationSetBasicInstantMessaging started looking at the encodings.
17 years ago
Lyubomir Marinov
7562dd0052
Attempts to fix the problem of writingcyrillic text (it's just an example but it should happen with other encodings as well) and sending ??? instead and receiving cyrillic text which should be displayed correctly but is instead displayed as ???.
17 years ago
Lyubomir Marinov
3eaed2f557
Fixes warnings from the Potential Programming Problems category of Eclipse SDK: access to references known to be null and assignments with no effect.
17 years ago
Emil Ivov
090f7637b2
Implemented support for XEP-0085 - Typing notifications with jabber.
...
Fixed a typo in the name of the typingNotificationReceiFed() method of the TypingNotificationListener
17 years ago
Yana Stamcheva
12f1596096
- setEditableUserName, isEditableUserName methods added to enable protocols to specify if the user name is editable through login.
...
- Fix client behavior when logging with wrong password or when trying to log in and there's no network connection. Enhancements of the Login window.
18 years ago
Damian Minkov
06716be04f
temporaly remove status message for the first status change , to see will the build failed again
18 years ago
Damian Minkov
fcbf88a4fb
fix yahoo statuses
18 years ago
Damian Minkov
e77d9a873a
Some test improvements.
19 years ago
Damian Minkov
de7e67c9c0
Change in yahoo status in tests.
19 years ago
Damian Minkov
3d57bd8438
Icq message encoding.
19 years ago
Damian Minkov
d3710014f1
Yahoo tests enhancement for retry adding buddy if its not correctly added.
19 years ago
Damian Minkov
87deb0e77c
Trying to fix jabber failing tests MessageDeliveredFailed. Yahoo tests add some wait when clearing lists and some dump.
19 years ago
Damian Minkov
df3fa4d0ac
Give more time when preparing contact list.
19 years ago
Damian Minkov
a43ddbc02d
Fix Idle state is published twice
19 years ago
Damian Minkov
9d159ccad6
trigger build
19 years ago
Damian Minkov
55b152fa99
Run yahoo tests
19 years ago
Damian Minkov
1b99678ddb
Not properly handling newly created group and added firends if were a VolatileContact
19 years ago
Damian Minkov
966ab2726a
Yahoo Tests again. Remove auto adding friends. Add it in postTestSubscribe
19 years ago
Damian Minkov
27d0f65959
Yahoo Tests again. Remove double adding a friend.
19 years ago
Damian Minkov
d69fa6943a
Yahoo Tests again.
19 years ago
Damian Minkov
30aa7bce71
Fixed sending typing info
19 years ago
Damian Minkov
4106921ada
Improved adding and moving contacts.
19 years ago
Damian Minkov
72686db929
Start Yahoo Tests.
19 years ago
Damian Minkov
7c6ccbd03b
Yahoo Protocol Provider Implementation
19 years ago