aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol
Commit message (Collapse)AuthorAgeFilesLines
* WORK IN PROGRESS - modifyAccount method added to the ProtocolProviderFactory ↵Yana Stamcheva2008-05-282-4/+35
| | | | interface. Implemented in SIP, ICQ and Gibberish. Needs testing and implementation in all other protocols.
* [1/4] Adding DICT protocole and wizzard (corrected version).Vincent Lucas2008-05-262-0/+11
|
* fixed typos in commentsThomas Hofer2008-04-222-5/+5
|
* Added error code and error reason to SubscritionEvent and metacontact list ↵Damian Minkov2008-04-101-0/+49
| | | | dispatch subscription failed events
* Fix dtmf tones. Removed underscore from sent digits. Sharp and star are send ↵Damian Minkov2008-03-171-16/+16
| | | | | | as chars. Removed last \r\n in info message tested with asterisk
* - setEditableUserName, isEditableUserName methods added to enable protocols ↵Yana Stamcheva2008-03-141-6/+65
| | | | | | 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.
* - Fix missing SIP accounts when we have no network connectionYana Stamcheva2008-03-112-33/+76
| | | | | - Fix SIP behavior when user cancels the authorization process - Improve messages on authorization
* Defined getProtocolDisplayName() method.Yana Stamcheva2008-03-051-1/+11
|
* - Added a protocolDisplayName in the ProtocolProviderService, which is now ↵Yana Stamcheva2008-03-051-0/+5
| | | | | | used to display the name of the protocol in the GUI. - Added a property, where we could specify the icon path for a protocol provider.
* Gender Detail Constructor is now public.Yana Stamcheva2008-02-071-1/+1
|
* Apply the last version by Shobhit and finally activate SSHBenoit Pradelle2008-02-041-0/+5
|
* New message type added for sms messages.Yana Stamcheva2008-01-291-4/+10
|
* Send SMS interface.Yana Stamcheva2008-01-291-1/+5
|
* 1. Fix some account settings maybe null, must not be in account props ↵Damian Minkov2008-01-221-1/+3
| | | | | | hashtable - NullPointerException 2. Fix Using http proxy, now tested and working. still an issue if there is no dns server.
* image paths fixedYana Stamcheva2007-12-105-39/+39
|
* spelling error fixedYana Stamcheva2007-12-041-1/+1
|
* Add operation set for sending smsDamian Minkov2007-12-041-0/+101
|
* whiteboard objectsYana Stamcheva2007-11-2810-0/+732
|
* whiteboard operation set and servicesYana Stamcheva2007-11-287-264/+274
|
* whiteboard eventsYana Stamcheva2007-11-2812-21/+590
|
* 1. Improve status messages (incoming and outgoing)Damian Minkov2007-11-271-0/+7
| | | | 2. Fix systrayservice not to throw an exception if not initialized
* spelling error fixed - merged with alpha2Yana Stamcheva2007-11-051-2/+2
|
* spelling error fixed - merged with alpha2Yana Stamcheva2007-11-051-3/+3
|
* spelling errors fixedYana Stamcheva2007-10-301-3/+3
|
* SSH support - by Jindal Shobhit - currently deactivated for security reasonsBenoit Pradelle2007-09-281-1/+5
|
* javadoc comment fixedYana Stamcheva2007-09-281-2/+2
|
* spell error fixedYana Stamcheva2007-09-281-1/+1
|
* Added the Rss tests, written by Mihai BalanBenoit Pradelle2007-09-171-0/+6
|
* assure that getAccountAddress doesn't append the server name twice.Symphorien Wanko2007-09-171-1/+4
|
* IRC service and implementation enhancements:Yana Stamcheva2007-09-142-12/+10
| | | | | | - manage private messages (with /query command) - getSystemRoom replaced by ChatRoom.isSystem - server chat room is joined as soon as we receive a message from the server
* fixing a problem when loading ipv6 SIP accounts on non-ipv6 networksEmil Ivov2007-09-141-1/+11
|
* Multi user chat - events added to indicate when a member property has changedYana Stamcheva2007-09-112-0/+117
|
* multi user chat service enhancementsYana Stamcheva2007-09-116-54/+108
|
* Rolling back Contact.setDisplayName() changes. The subject needs further ↵Emil Ivov2007-08-311-7/+0
| | | | discussion.
* AddSymphorien Wanko2007-08-311-0/+7
| | | | | | Contact#setDisplayname(String displayName) to the contact interface. Modification of a meta contact display name will modify the display name of enclosed contact (it is not effective for some protocols)
* fix javadoc conflictsYana Stamcheva2007-08-221-2/+3
|
* Submitting Julien Waechter's contribution - Protocol Provider Service ↵Emil Ivov2007-08-2017-0/+1887
| | | | interfaces for whiteboarding
* OperationSetServerStoredAccountInfo extends OperationSet - fix provided by ↵Yana Stamcheva2007-08-201-0/+1
| | | | Adam Goldstein
* javadoc fixesYana Stamcheva2007-08-041-1/+1
|
* chat room service enhancementsYana Stamcheva2007-08-036-638/+227
|
* javadoc conflicts fixedYana Stamcheva2007-07-301-4/+4
|
* multi user chat related services and eventsYana Stamcheva2007-07-3012-314/+536
|
* - add the SIMPLE settings in the guiBenoit Pradelle2007-07-251-0/+24
| | | | | | - fix a bug which prevent a contact to appear offline if he has us in his contact list while disconnecting - better support of bogus servers which don't relay unsubscription messages
* sendDTMF() method should be void as we throw an exception in case of a failureEmil Ivov2007-07-101-1/+1
|
* isAllowInvitationSend replaced by isAllowInvitation; ↵Yana Stamcheva2007-06-271-24/+18
| | | | isAllowInvitationReceive replaced by isAllowInvitationRequest
* add chat room properties in the ChatRoomPropertyChangeEventYana Stamcheva2007-06-273-90/+125
|
* ImageDetail extends BinaryDetailYana Stamcheva2007-06-271-1/+1
|
* 1. Multi chat message historyDamian Minkov2007-06-261-2/+3
| | | | | | 2. Test for Multi chat message history 3. Change in LocalUserChatRoomPresenceListener
* method name changedYana Stamcheva2007-06-261-1/+1
|
* move the local user presence listener to the multi user chat operation set ↵Yana Stamcheva2007-06-264-43/+63
| | | | in order to be able to notify interesting parties when a chat room has been joined or left