Martin Andre
2370ace838
Commited testcases for SIP IM OpSet by Benoit Pradelle.
...
This test case may suffer from a problem in a specific situation :
it is possible for an authenticated message to being resend after some time (and to be re-handled).
We will activate these tests later. Benoit already sent us a patch for that.
19 years ago
Martin Andre
7339a400ee
Applied patch from Benoit Pradelle on his SIP basic IM OpSet. This fixes some major bugs with the implementation and corrects it to fit the sc api requirements.
19 years ago
Damian Minkov
03262f0dd4
RSS ProtocolProvider.
19 years ago
Damian Minkov
2dfda98983
1. smack library bundle to be used from bundles needing smack library
...
2. Fix overriding character encoding for icq messages in installers. Discussed with Pavel.
19 years ago
Damian Minkov
ba1491c343
1. Fix identing xml files :
...
- transformerFactory.setAttribute("indent-number",4); - works for jdk 1.5 and 1.6, but on 1.4 throws Exception
- serializer.setOutputProperty("{http://xml.apache.org/xalan }indent-amount", "4"); - works for 1.4 and 1.6. On 1.5 there is bug report which hasn't been fixed
2. Fix resource loading for jabberaccregwizz
19 years ago
Damian Minkov
568464c2fc
Fix for illegal characters in folder names on Windows OS.
19 years ago
Yana Stamcheva
13e039824f
Resource and Resource priority properties added to the list of protocol provider factory properties
19 years ago
Yana Stamcheva
d0ae9e93ba
"Register new account for Jabber" - a plugin from Nicolas Grandclaude
19 years ago
Yana Stamcheva
1c33af095e
if we set a configuration property to null we should remove it also from the list
...
of fileExtractedProperties.
19 years ago
Yana Stamcheva
5bc411aab1
a configuration form is now represented in the gui by a ConfigFormDescriptor, which allows to load the ConfigurationForm only when it's added to the container and to use the descriptor for all rendering operations needed after that.
19 years ago
Yana Stamcheva
32a1ee3361
change systray icon size
19 years ago
Emil Ivov
281b35747e
Enabled OperationSetBasicInstantMessaging
19 years ago
Yana Stamcheva
35d75e8201
setMessage method in the Chat
19 years ago
Emil Ivov
2da8de9862
When handling ServiceEvent's, make sure they are triggerred by a ProtocolProviderService before handling them.
19 years ago
Yana Stamcheva
a377cff6fc
obtain the message that is contained in the chat panel
19 years ago
Yana Stamcheva
5b13d5ddd2
implement PluginComponentListener in the Call history panel, in order to activate plugin components add
19 years ago
Emil Ivov
dc9cd7c115
null check for empty data in setText() and setCData()
19 years ago
Damian Minkov
690600608b
remove hostname lookup for 0.0.0.0. Speeds up call establishing.
19 years ago
Emil Ivov
af0463ed8b
replacing DOMElementWriter with built-in java XML tools
19 years ago
Emil Ivov
c0a4d4fd2e
fixed a bug comparing non-latin display names
19 years ago
Emil Ivov
0f41e344c1
Change systema package name (report by Chris Vincenot)
19 years ago
Emil Ivov
4d523409aa
Import serialize and not serializer (Report by Chris Vincenot)
19 years ago
Emil Ivov
7cf5c1e3c0
Adding Ben's implementation of instant messaging for SIP (by Benoit Pradelle)
...
make sure we create a new contactlist.xml document if we fail parsing the existing one.
19 years ago
Emil Ivov
d6bcb1176b
Adding Ben's implementation of instant messaging for SIP (by Benoit Pradelle)
...
Added support instant messaging in SIP
19 years ago
Emil Ivov
072a203248
Adding Ben's implementation of instant messaging for SIP (by Benoit Pradelle)
...
added an implementation of the Message interface for SIP
19 years ago
Emil Ivov
0bb574b7bf
refactoring - moving version and keepalive jabber extensions to their own packages in impl.provider.jabber.extension
19 years ago
Emil Ivov
601eec696d
refactoring - moving version and keepalive jabber extensions to their own packages in impl.provider.jabber.extension
19 years ago
Emil Ivov
ec6caceb56
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
removed unused import
19 years ago
Emil Ivov
cd5a6240c9
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
made status conversion methods static so that the geolocation methods could use them.
19 years ago
Emil Ivov
a29e2cd380
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
19 years ago
Emil Ivov
a3f414b429
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
a listener that allows collecting GeolocationEvent-s
19 years ago
Emil Ivov
bf0d4296c9
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
indicates a change in the geographic position of one of the contacts in our contact list
19 years ago
Emil Ivov
f4d3800cc0
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
A generic operation set that allows users to publish their geographic location over a protocol as well as retrieving the position of the buddies on their contact list.
19 years ago
Emil Ivov
8f3b952b66
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
a geolocation oriented extension of a smack xmpp message.
19 years ago
Emil Ivov
aa75b7275b
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
a geolocation oriented extension of a smack provider.
19 years ago
Emil Ivov
4ddd88313f
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
a geolocation oriented extension of a smack xmpp packet.
19 years ago
Emil Ivov
79efeb5ec4
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
utility methods for geolocation
19 years ago
Emil Ivov
0d8d715096
Committing geolocation for Jabber from Guillaume Schreiner - Louis Pasteur University, France
...
The implementation of OperationSetGeolocation for jabber (by Guillaume Schreiner, Louis Pasteur University, France).
19 years ago
Emil Ivov
b9c3f1d2e2
Added event types in order to allow distinguishing action and system messages.
19 years ago
Yana Stamcheva
6bed3e2939
comment load chat rooms
19 years ago
Damian Minkov
e77d9a873a
Some test improvements.
19 years ago
Yana Stamcheva
bb4dd31981
when a PluginComponentEvent is received should check the container id in order to add it or remove it from the appropriate container
19 years ago
Yana Stamcheva
43187890db
fix ConcerrentModificationException
19 years ago
Yana Stamcheva
cce8cfd4f8
save visited chat rooms - work in progress
19 years ago
Yana Stamcheva
072005ed3c
Join Channel dialog - show the list of all available chat rooms
19 years ago
Yana Stamcheva
49e0985d60
multi user chat enhancements
19 years ago
Damian Minkov
1d994d66a5
Fixed out of memory!
19 years ago
Yana Stamcheva
24eeba88ca
make from the chat toolbar a container for plugins
19 years ago
Yana Stamcheva
bdb998d79e
change Contact to ChatRoomMember in all events concerning the chat room
19 years ago
Yana Stamcheva
f8d6222530
add plugin component listeners for containers that accept plugin components
19 years ago