Danny van Heumen
e4f634fe73
Removes unused code snippet.
12 years ago
Danny van Heumen
b05ec79695
Let every message pass through to otr4j, since otr4j will already correctly handle (not) transforming if session state is PlainText.
12 years ago
Damian Minkov
43f0b777a5
Updates the dmg build process that the no-jre version will support java 1.6 and can use the old launcher (adding support for Mac OS X 10.6 in no-jre-version).
12 years ago
Danny van Heumen
1416cb9f62
Fix possible NPE.
...
Fixes possible NPE because contact.getAddress() may return null.
The following trace demonstrates the issue:
23:50:39.947 SEVERE: [267] util.UtilActivator.uncaughtException().108 An uncaught exception occurred in thread=Thread[Thread-114,6,main] and message was: null
java.lang.NullPointerException
at net.java.sip.communicator.impl.muc.ChatRoomQuery.contactEqualsChatRoom(ChatRoomQuery.java:397)
at net.java.sip.communicator.impl.muc.ChatRoomQuery.contentChanged(ChatRoomQuery.java:341)
at net.java.sip.communicator.impl.muc.ChatRoomListImpl.fireChatRoomListChangedEvent(ChatRoomListImpl.java:142)
at net.java.sip.communicator.impl.muc.MUCServiceImpl.fireChatRoomListChangedEvent(MUCServiceImpl.java:102)
at net.java.sip.communicator.impl.muc.ChatRoomWrapperImpl.setAutoJoin(ChatRoomWrapperImpl.java:311)
at net.java.sip.communicator.impl.muc.MUCCustomContactActionService$3.run(MUCCustomContactActionService.java:216)
at java.lang.Thread.run(Thread.java:745)
12 years ago
Damian Minkov
646ad93542
Fixes showing some escaped chars in growl notifications.
12 years ago
Ingo Bauersachs
ae1167e0b6
Retrieve local socket address on OSX with a native sockt
12 years ago
Boris Grozev
8885010144
Prevents an NPE. Reported by martianixor on IRC.
12 years ago
Damian Minkov
124e62acce
Updates call object to be data one, this way it will be able to store custom data in it and transfer it to various part of the project.
12 years ago
Damian Minkov
f6fb5d5ae6
Removes duplicate code and reuse createVideoCall.
12 years ago
Ingo Bauersachs
8bb64564b3
Show country/region information in language dropdown if applicable
12 years ago
Damian Minkov
ea9c157612
Sends the initial xmpp presence packet after requesting and dispatching the roster.
12 years ago
Damian Minkov
f22bdef853
Initializes additional message extensions/services in separate thread to avoid blocking provider startup.
12 years ago
Damian Minkov
77e622416b
Fixes possible NPE when provider is not connected but listing operation sets.
12 years ago
Damian Minkov
72d1008e25
Fixes setting allow events sip header value.
12 years ago
Damian Minkov
ecfda19eb5
Adds always on top indicator to notify user when sharing its full screen.
12 years ago
Damian Minkov
84b528c941
Adds custom header to indicate screen sharing initiated calls.
12 years ago
Damian Minkov
e25de57217
Adds fireCallEvent by CallEvent, so it can be overridden and a custom CallEvent to be used.
12 years ago
Damian Minkov
8fb59e2b95
Reuses createVideoCall method.
12 years ago
Ingo Bauersachs
8bb711e005
Update build for libjbunbound to use version 1.5.1 and include libssl
12 years ago
Danny van Heumen
12366ae564
Make comboboxes in AccountInfoPanel and ConnectionInfoPanel transparent.
12 years ago
Damian Minkov
63eab0514f
Adds properties to disable account and connect info menu entries.
12 years ago
Ingo Bauersachs
ac28b5888a
Properly set the file version attribute for jitsi.exe
12 years ago
Ingo Bauersachs
8a8aba3688
Fix line endings
12 years ago
Damian Minkov
c02180a47e
Fixes possible NPE.
12 years ago
Damian Minkov
2b2e950ffa
Fixes jitsi string and java download location.
12 years ago
Damian Minkov
500f9ae8ad
Fixes missing 'w' in dial panel on linux and windows by introducing new style of dial buttons.
12 years ago
Damian Minkov
4c9b208f9d
Fixes compilation error, and increase required version for launcher (one version older than the used in the project).
12 years ago
Ingo Bauersachs
5cee50b17e
Delete the Felix cache folder on a major or minor version change
12 years ago
Damian Minkov
99e335d463
Process presence packets that are received between login (sending first presence packet) and receiving the roaster (init of ServerStoredContactList start listening for presence changes, but before that there is a short interval in which we can still receive presence packets).
12 years ago
Damian Minkov
8f0b4a171e
Changes version to 2.7.
12 years ago
Boris Grozev
f143f1d5ff
Does not copy an empty 'attributes' extension.
12 years ago
Damian Minkov
bf07334a54
Changes version to 2.6.
12 years ago
Danny van Heumen
baeca0ef7b
Escape html entities for plain text messages in notifications.
12 years ago
George Politis
e1f7266dc2
Removes an unused import statement.
12 years ago
Boris Grozev
b6b106e329
Adds RTP header extension to COLIBRI.
12 years ago
Danny van Heumen
630a1e358d
IRC: classify channel action as ACTION_MESSAGE_RECEIVED in event.
12 years ago
Danny van Heumen
6070b4b971
Some i18n fixes in IRC wizard UI.
12 years ago
Danny van Heumen
0fac6fa4ec
IRC: Updated nick pattern to RFC2812 standards.
12 years ago
paweldomas
c917c463d9
Adds method for removing feature support to Jitsi Meet tools operation set.
12 years ago
paweldomas
e23c526d0e
Fixes issue with parsing of Colibri stats packet extension.
12 years ago
Danny van Heumen
e60dcf4f63
IRC: use content type and encoding from transformed message
12 years ago
Danny van Heumen
9fb4c103ad
IRC: check nick according to nick pattern in RFC 1459.
12 years ago
Danny van Heumen
2cef9accab
Add constant for indicator of AWAY members ("G")
12 years ago
Danny van Heumen
ac43c06ac8
Finishing up some loose ends w.r.t. presence.
12 years ago
Danny van Heumen
650cb3386d
Translate IRC presence statuses.
12 years ago
Danny van Heumen
1404809106
Store unmodifiable collection of IRC statuses.
12 years ago
Danny van Heumen
bb0fd0660e
Extended IRC account dialog to include options for contact and chat room presence.
12 years ago
Danny van Heumen
8df3ca4793
IRC: Only report chat room presence status if it has changed.
12 years ago
Danny van Heumen
8e4bd78f38
Implemented ClientConfig interface for regulating periodic presence tasks.
12 years ago
Danny van Heumen
d19f821c41
Removed TODO/FIXME markers and added clarification for not deleting listener upon disconnect.
12 years ago