aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service')
-rw-r--r--src/net/java/sip/communicator/service/argdelegation/argdelegation.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/contacteventhandler/contact.event.handler.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/contactlist/MetaContactListService.java18
-rwxr-xr-xsrc/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/contactsource/contactsource.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/gui/UIService.java5
-rw-r--r--src/net/java/sip/communicator/service/gui/gui.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/httputil/httputil.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/ldap/ldap.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/notification/notification.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/protocol/PresenceStatus.java2
-rw-r--r--src/net/java/sip/communicator/service/protocol/media/protocol.media.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/provdisc/provdisc.manifest.mf2
-rw-r--r--src/net/java/sip/communicator/service/replacement/replacement.manifest.mf2
-rwxr-xr-xsrc/net/java/sip/communicator/service/version/version.manifest.mf2
16 files changed, 28 insertions, 23 deletions
diff --git a/src/net/java/sip/communicator/service/argdelegation/argdelegation.manifest.mf b/src/net/java/sip/communicator/service/argdelegation/argdelegation.manifest.mf
index d665aa5..9888dd8 100644
--- a/src/net/java/sip/communicator/service/argdelegation/argdelegation.manifest.mf
+++ b/src/net/java/sip/communicator/service/argdelegation/argdelegation.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Argument Delegation Service
Bundle-Description: A service that allows bundles to register as handlers for specific command line arguments
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Export-Package: net.java.sip.communicator.service.argdelegation
diff --git a/src/net/java/sip/communicator/service/contacteventhandler/contact.event.handler.manifest.mf b/src/net/java/sip/communicator/service/contacteventhandler/contact.event.handler.manifest.mf
index f272967..281912d 100644
--- a/src/net/java/sip/communicator/service/contacteventhandler/contact.event.handler.manifest.mf
+++ b/src/net/java/sip/communicator/service/contacteventhandler/contact.event.handler.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Contact Event Handler service
Bundle-Description: Contact Event Handler service
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/contactlist/MetaContactListService.java b/src/net/java/sip/communicator/service/contactlist/MetaContactListService.java
index bf2a3c4..39f1284 100644
--- a/src/net/java/sip/communicator/service/contactlist/MetaContactListService.java
+++ b/src/net/java/sip/communicator/service/contactlist/MetaContactListService.java
@@ -16,7 +16,7 @@ import net.java.sip.communicator.service.protocol.*;
* list including contacts from all implemented protocols.
* <p>
* An implementation of the <tt>MetaContactListService</tt> would take care
- * of synchronizing the local copy ot the contact list with the versions stored
+ * of synchronizing the local copy of the contact list with the versions stored
* on the various server protocols.
* <p>
* All modules that would for some reason like to query or modify the contact
@@ -27,7 +27,7 @@ import net.java.sip.communicator.service.protocol.*;
* protocol specific contacts so that they represent a single person or identity.
* Every protocol specific <tt>Contact</tt> would therefore automatically
* be assigned to a corresponding <tt>MetaContact</tt>. A single
- * MetaContact may containg multiple contacts (e.g. a single person often
+ * MetaContact may containing multiple contacts (e.g. a single person often
* has accounts in different protocols) while a single protocol specific
* Contact may only be assigned to a exactly one MetaContact.
* <p>
@@ -78,7 +78,7 @@ public interface MetaContactListService
/**
* Returns the meta contact group that is a direct parent of the specified
* <tt>child</tt>.
- * @param child the <tt>MetaContactGroup</tt> whose paret group we're
+ * @param child the <tt>MetaContactGroup</tt> whose parent group we're
* looking for. If no parent is found <tt>null</tt> is returned.
*
* @return the <tt>MetaContactGroup</tt> that contains <tt>child</tt> or
@@ -89,7 +89,7 @@ public interface MetaContactListService
/**
* Returns the meta contact group that is a direct parent of the specified
* <tt>child</tt>. If no parent is found <tt>null</tt> is returned.
- * @param child the <tt>MetaContact</tt> whose paret group we're looking
+ * @param child the <tt>MetaContact</tt> whose parent group we're looking
* for.
*
* @return the <tt>MetaContactGroup</tt> that contains <tt>child</tt> or
@@ -107,7 +107,7 @@ public interface MetaContactListService
*
* @param contact the contact whose encapsulating meta contact we're looking
* for.
- * @return the MetaContact containing the speicified contact or null
+ * @return the MetaContact containing the specified contact or <tt>null</tt>
* if no such contact is present in this contact list.
*/
public MetaContact findMetaContactByContact(Contact contact);
@@ -117,7 +117,7 @@ public interface MetaContactListService
* group or null if no such MetaContactGroup was found.
*
* @param group the group whose encapsulating meta group we're looking for.
- * @return the MetaContact containing the speicified contact or null
+ * @return the MetaContact containing the specified contact or <tt>null</tt>
* if no such contact is present in this contact list.
*/
public MetaContactGroup findMetaContactGroupByContactGroup(
@@ -128,8 +128,8 @@ public interface MetaContactListService
* Returns the MetaContact that corresponds to the specified metaContactID.
*
* @param metaContactID a String identifier of a meta contact.
- * @return the MetaContact with the speicified string identifier or null
- * if no such meta contact was found.
+ * @return the MetaContact with the specified string identifier or
+ * <tt>null</tt> if no such meta contact was found.
*/
public MetaContact findMetaContactByMetaUID(String metaContactID);
@@ -258,7 +258,7 @@ public interface MetaContactListService
/**
* First makes the specified protocol provider create a contact
* corresponding to the specified <tt>contactID</tt>, then creates a new
- * MetaContact which will encapsulate the newly crated protocol specific
+ * MetaContact which will encapsulate the newly-created protocol specific
* contact. Depending on implementations the method may sometimes need
* time to complete as it may be necessary for an underlying protocol to
* wait for a server to acknowledge addition of the contact.
diff --git a/src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf b/src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf
index 604ebd8..065d055 100755
--- a/src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf
+++ b/src/net/java/sip/communicator/service/contactlist/contactlist.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Contactlist Service Interfaces
Bundle-Description: Contactlist Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/contactsource/contactsource.manifest.mf b/src/net/java/sip/communicator/service/contactsource/contactsource.manifest.mf
index cbb4aa2..7b06df7 100644
--- a/src/net/java/sip/communicator/service/contactsource/contactsource.manifest.mf
+++ b/src/net/java/sip/communicator/service/contactsource/contactsource.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Contact Source Service Interfaces
Bundle-Description: ContactSource Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/gui/UIService.java b/src/net/java/sip/communicator/service/gui/UIService.java
index 111c474..d1cbf81 100644
--- a/src/net/java/sip/communicator/service/gui/UIService.java
+++ b/src/net/java/sip/communicator/service/gui/UIService.java
@@ -47,6 +47,7 @@ import net.java.sip.communicator.service.gui.event.*;
* @author Yana Stamcheva
* @author Dmitri Melnikov
* @author Adam Netocny
+ * @author Lyubomir Marinov
*/
public interface UIService
{
@@ -438,4 +439,8 @@ public interface UIService
* to runtime apply a skin and refresh automatically the user interface.
*/
public void repaintUI();
+
+ public void createCall(String[] participants);
+
+ public void startChat(String[] participants);
} \ No newline at end of file
diff --git a/src/net/java/sip/communicator/service/gui/gui.manifest.mf b/src/net/java/sip/communicator/service/gui/gui.manifest.mf
index e35b3ec..6203f68 100644
--- a/src/net/java/sip/communicator/service/gui/gui.manifest.mf
+++ b/src/net/java/sip/communicator/service/gui/gui.manifest.mf
@@ -1,7 +1,7 @@
Bundle-Activator: net.java.sip.communicator.service.gui.internal.GuiServiceActivator
Bundle-Name: UI Service
Bundle-Description: The User Interface Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/httputil/httputil.manifest.mf b/src/net/java/sip/communicator/service/httputil/httputil.manifest.mf
index c4416c3..b3850e9 100644
--- a/src/net/java/sip/communicator/service/httputil/httputil.manifest.mf
+++ b/src/net/java/sip/communicator/service/httputil/httputil.manifest.mf
@@ -1,7 +1,7 @@
Bundle-Activator: net.java.sip.communicator.service.httputil.HttpUtilActivator
Bundle-Name: SIP Communicator Http Utility Packages
Bundle-Description: A bundle that export packages with http utility classes.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.xml.sax,
diff --git a/src/net/java/sip/communicator/service/ldap/ldap.manifest.mf b/src/net/java/sip/communicator/service/ldap/ldap.manifest.mf
index 25e8675..1289e05 100644
--- a/src/net/java/sip/communicator/service/ldap/ldap.manifest.mf
+++ b/src/net/java/sip/communicator/service/ldap/ldap.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: LDAP Service Implementation
Bundle-Description: LDAP Service Implementation.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
Import-Package: org.osgi.framework,
javax.naming.directory,
diff --git a/src/net/java/sip/communicator/service/notification/notification.manifest.mf b/src/net/java/sip/communicator/service/notification/notification.manifest.mf
index 33106a4..8a0240d 100644
--- a/src/net/java/sip/communicator/service/notification/notification.manifest.mf
+++ b/src/net/java/sip/communicator/service/notification/notification.manifest.mf
@@ -1,7 +1,7 @@
Bundle-Activator: net.java.sip.communicator.service.notification.NotificationServiceActivator
Bundle-Name: Notifications
Bundle-Description: An implementation of the Notification service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Export-Package: net.java.sip.communicator.service.notification,
diff --git a/src/net/java/sip/communicator/service/protocol/PresenceStatus.java b/src/net/java/sip/communicator/service/protocol/PresenceStatus.java
index 4d8d966..f4b7a9e 100644
--- a/src/net/java/sip/communicator/service/protocol/PresenceStatus.java
+++ b/src/net/java/sip/communicator/service/protocol/PresenceStatus.java
@@ -194,7 +194,7 @@ public class PresenceStatus
*/
public int compareTo(PresenceStatus target)
throws ClassCastException,
- NullPointerException
+ NullPointerException
{
return (getStatus() - target.getStatus());
}
diff --git a/src/net/java/sip/communicator/service/protocol/media/protocol.media.manifest.mf b/src/net/java/sip/communicator/service/protocol/media/protocol.media.manifest.mf
index c855c6f..8f640cb 100644
--- a/src/net/java/sip/communicator/service/protocol/media/protocol.media.manifest.mf
+++ b/src/net/java/sip/communicator/service/protocol/media/protocol.media.manifest.mf
@@ -1,7 +1,7 @@
Bundle-Activator: net.java.sip.communicator.service.protocol.media.ProtocolMediaActivator
Bundle-Name: Media Utilities for the Protocol Provider Service
Bundle-Description: Media Utilities for the Protocol Provider Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf b/src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf
index 775a2ab..00a5c74 100644
--- a/src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf
+++ b/src/net/java/sip/communicator/service/protocol/protocol.provider.manifest.mf
@@ -1,7 +1,7 @@
Bundle-Activator: net.java.sip.communicator.service.protocol.ProtocolProviderActivator
Bundle-Name: Protocol Provider Service
Bundle-Description: Protocol Provider Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.osgi.framework,
diff --git a/src/net/java/sip/communicator/service/provdisc/provdisc.manifest.mf b/src/net/java/sip/communicator/service/provdisc/provdisc.manifest.mf
index 69e9d6c..8790e7d 100644
--- a/src/net/java/sip/communicator/service/provdisc/provdisc.manifest.mf
+++ b/src/net/java/sip/communicator/service/provdisc/provdisc.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Provisioning Discovery Service
Bundle-Description: Provisioning Discovery Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Export-Package: net.java.sip.communicator.service.provdisc,
diff --git a/src/net/java/sip/communicator/service/replacement/replacement.manifest.mf b/src/net/java/sip/communicator/service/replacement/replacement.manifest.mf
index 28053f1..c580e7e 100644
--- a/src/net/java/sip/communicator/service/replacement/replacement.manifest.mf
+++ b/src/net/java/sip/communicator/service/replacement/replacement.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Replacement Service
Bundle-Description: Replacement Service.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Export-Package: net.java.sip.communicator.service.replacement,
diff --git a/src/net/java/sip/communicator/service/version/version.manifest.mf b/src/net/java/sip/communicator/service/version/version.manifest.mf
index 26352b5..6183ebf 100755
--- a/src/net/java/sip/communicator/service/version/version.manifest.mf
+++ b/src/net/java/sip/communicator/service/version/version.manifest.mf
@@ -1,6 +1,6 @@
Bundle-Name: Version Service Implementation
Bundle-Description: Version Service Implementation.
-Bundle-Vendor: sip-communicator.org
+Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
System-Bundle: yes
Export-Package: net.java.sip.communicator.service.version