aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolProviderServiceJabberImpl.java
Commit message (Expand)AuthorAgeFilesLines
* whiteboard implementationYana Stamcheva2007-11-281-1/+6
* Use the discovery manager to advertise supported features. check if telephony...Symphorien Wanko2007-08-311-51/+23
* Don't load OperationSetBasicTelephonyJabberImpl if there is no media service.Emil Ivov2007-08-311-7/+10
* Committing support for Jingle. (By Symphorien Wanko)Emil Ivov2007-08-271-5/+165
* multi user chat Jabber implementationYana Stamcheva2007-07-301-13/+11
* NullPointerException fixed when shutdowning the jabber protocol providerYana Stamcheva2007-07-201-4/+8
* "Register new account for Jabber" - a plugin from Nicolas GrandclaudeYana Stamcheva2007-05-301-2/+20
* working on multi chat and a jabber implementationEmil Ivov2007-04-231-15/+15
* Improve jabber image retreivingDamian Minkov2007-04-121-5/+1
* Fix issue - 288 UserCredentials null doesn?t stop account connecting process.Damian Minkov2007-04-111-0/+10
* updated new smack 3.0 libDamian Minkov2007-04-041-8/+28
* getSRVRecords() doesn't throw a naming exception any more. we now throw a par...Emil Ivov2007-03-101-3/+12
* Implement the ProtocolIcon interface in all existing protocol implementationsYana Stamcheva2007-02-271-0/+17
* Added multichat operation set definition and Gibberish protocol implementatio...Emil Ivov2007-02-221-1/+1
* Fire registering event before login.Damian Minkov2007-01-041-0/+14
* Issue Number 232Emil Ivov2006-12-251-1/+19
* Improve proper handling of wrong password. MSN now handles "Login from other ...Damian Minkov2006-12-171-0/+2
* Fix Security authority - wrong passwordDamian Minkov2006-12-151-2/+16
* Fix discconect if connection is nullDamian Minkov2006-11-141-1/+2
* Fix problem when there is exception in the connecting processDamian Minkov2006-10-191-1/+10
* Add authorization support in jabber imple and tests for authorizationDamian Minkov2006-10-181-2/+3
* Added option to switch off or on keepalive sending for jabber PPDamian Minkov2006-10-171-1/+9
* Do not fire unregistered event on reconnecting and reconnect on Socket ErrorDamian Minkov2006-10-171-20/+20
* Add DNS SRV query for the jabber account server.Damian Minkov2006-10-171-0/+20
* use current state as the old state param when firing eventsEmil Ivov2006-10-121-10/+12
* Fixed changing state from offline to online. Removed field for keeping curren...Damian Minkov2006-10-101-17/+15
* Added re-register after keepalive fail.Damian Minkov2006-10-101-18/+81
* When user cancels password prompt fire unregistered.Damian Minkov2006-10-061-1/+6
* Icq keepalive addedDamian Minkov2006-10-041-1/+8
* Changing current presence status when registration state changesDamian Minkov2006-10-041-0/+19
* Setting current registration status when an event is firedDamian Minkov2006-10-041-6/+5
* improved event dispatchEmil Ivov2006-10-021-4/+18
* new Thread when registering now handled by guiDamian Minkov2006-10-021-86/+84
* Added keepalive check in jabberDamian Minkov2006-09-291-1/+1
* Added UnknownHostExceptionDamian Minkov2006-09-251-2/+10
* When creating connection - make use of SERVER_ADDRESS and SERVER_PORTDamian Minkov2006-09-251-14/+19
* Support for SIP (Work in Progress)Emil Ivov2006-09-241-0/+15
* Jabber implDamian Minkov2006-09-211-0/+396