Yana Stamcheva
42fffdfdfe
Fixes error message rendering.
16 years ago
Yana Stamcheva
bbafa2a415
Add some extra space on the left of chat write area.
16 years ago
Emil Ivov
70ec460a49
Handles 180 SIP responses arriving after a 183 by not starting a local audio notification since the 183 means the server is already sending one.
16 years ago
Yana Stamcheva
46b548df2f
Remove unused string.
16 years ago
Emil Ivov
41880f569d
Mutes deprecation resulting from Apple deprecating their own JRE
16 years ago
Emil Ivov
f19f8808b4
Makes Session Progress messages interrupt locally played alerts. Some SIP servers send both 180 and 183 responses which causes for simultaneous rings. Problem reported by Fabio Telme
16 years ago
Lyubomir Marinov
7d93e6a927
Disables G.722 because it seems to malfunction.
16 years ago
Emil Ivov
89527c3971
Fixes issue #871 : Early media seems not to work in some cases, by making sure we start the media handler when handling 'Session Progress' responses
16 years ago
Lyubomir Marinov
5b97785916
Commits work in progress on enabling ICE support in Jingle calls. Allows video to be started in a call which has been established with audio only.
16 years ago
Lyubomir Marinov
c1ab17a54f
Attempts to fix a problem related to RTPManager which causes G.722 calls to fail after the first such has succeeded.
16 years ago
Yana Stamcheva
1d3288cea1
Fixes F2 on Windows and Linux.
16 years ago
Yana Stamcheva
1a74305f76
Remove unused import.
16 years ago
Yana Stamcheva
149c241a17
Fix for F2 key not working in contact list. F2 now properly opens the rename dialog when a contact or group has been selected.
16 years ago
Yana Stamcheva
df59665484
Fix for F2 key not working in contact list. F2 now properly opens the rename dialog when a contact or group has been selected.
16 years ago
Sebastien Vincent
c86a1d94e3
Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit and 64-bit).
16 years ago
Damian Minkov
df158e14d2
Binaries for g722 linux, linux-amd64, macos universal.
16 years ago
Lyubomir Marinov
858330c2a5
Adds support for the G.722 audio codec.
16 years ago
Yana Stamcheva
f34d04eddb
Remove bottom grey line of contact list .
16 years ago
Damian Minkov
59ab4e62f7
Check whether underlying chat transport supports html content type before send the text to it.
16 years ago
Damian Minkov
d230b1ae2f
Fix macosx update link replacement.
16 years ago
Damian Minkov
32bc6c9382
Fix windows builds.
16 years ago
Damian Minkov
deda620a87
Change name of client loclal file with update location from versionupdate.properties to update-location.properties.
...
Make download links configurable.
16 years ago
Lyubomir Marinov
adf0c95a8c
Fixes a NullPointerException related to MSN contact avatars.
16 years ago
Yana Stamcheva
03b5c1005e
Chat window made fully skinnable - patch provided by Adam Netocny.
...
Added google-chrome to the list of browsers we're using to open links - Adam Netocny.
:D smiley added - Adam Netocny.
16 years ago
Yana Stamcheva
6d976cbf99
Use the application name property in the popup configuration string.
16 years ago
Sebastien Vincent
a7ec0d2375
Fix broken ffmpeeg JNI on Linux 32-bit.
16 years ago
Yana Stamcheva
d7672f0f88
Make call dialog button area available for plugin components.
16 years ago
Lyubomir Marinov
0bfadb4894
Commits work in progress on enabling ICE support in Jingle calls:
...
- Sends transport-info without content child extensions other than transport.
- Does not send candidates in session-accept if they have already been sent in transport-info.
- Does not wait for connectivity establishment to conclude before sending session-accept because the ICE controlling agent determines when the connectivity establishment concludes.
16 years ago
Yana Stamcheva
a496b37ac7
Replaces the "me" in the title of outgoing messages in chat window, with the account name.
16 years ago
Damian Minkov
3a2a15058f
Fix handling non persistent contacts, fix their move and display after receiving authorization request.
16 years ago
Werner Dittmann
0e090929db
Remove import of non-existing package
16 years ago
Werner Dittmann
a58d3a4f8b
Remove import of non-existing package
16 years ago
Werner Dittmann
59a59e967a
Remove import of non-existing package
16 years ago
Werner Dittmann
849e549236
Remove import of non-existing package
16 years ago
Werner Dittmann
65ecb950a4
Remove import of non-existing package
16 years ago
Werner Dittmann
8b081ad6a8
Remove import of non-existing package
16 years ago
Werner Dittmann
1fda8242c0
Remove import of non-existing package
16 years ago
Werner Dittmann
f202265ca8
Remove import of non-existing package
16 years ago
Yana Stamcheva
eece3eeac0
Fixed random positioning of tabs in the security configuration form.
16 years ago
Yana Stamcheva
3e7d4e3f80
Some space added between the icon and the text.
16 years ago
Yana Stamcheva
ef671f022d
Introduced new icon for master password dialogs.
...
Changed icon for authorization request with the new padlock icon.
16 years ago
Yana Stamcheva
f9334c28de
Removed image, never used.
16 years ago
Sebastien Vincent
eae60b4d19
Proper initialization of video size and video panel's mouse/key listeners when desktop streaming/sharing is enabled during a call.
16 years ago
Yana Stamcheva
ad448b063b
Desktop sharing user interface (work in progress).
...
Start video calls from your contact list and chat window.
Some call interface code enhancements and javadoc comments added.
Disabled the desktop sharing feature until completely tested and ready to use.
16 years ago
Lyubomir Marinov
2b06dc0563
Updates the ice4j library to r240 in order to fix an issue which could leave an initiated Jingle call connecting forever.
16 years ago
Damian Minkov
95add67b7a
Fix jabber creating missing groups on update when groups are created somewhere else.
...
Fix duplicating jabber groups with extra whitespace in its name.
Displaying or hiding jabber roster items as suggested in XEP-0162.
16 years ago
Damian Minkov
ebfbac3d8d
Fixing build.
16 years ago
Damian Minkov
47c96dd787
Fixing build.
16 years ago
Yana Stamcheva
0806c73826
Removes from builds the following protocols and plugins: gibberish, ssh, dict, rss, account-info (not used anyway), whiteboard. Note that all related code stays in the repository and everyone could easily enable the above plugins, by simply adding them in the bundles target and felix.client.run.properties file.
16 years ago
Lyubomir Marinov
b77cdcb053
Commits work in progress on enabling ICE support in Jingle calls. Reduces post-pickup delay.
16 years ago