diff options
author | Yana Stamcheva <yana@jitsi.org> | 2011-08-24 12:06:49 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2011-08-24 12:06:49 +0000 |
commit | f4479d54a2dbb6c2a3510e13f0940672c573f63d (patch) | |
tree | a0755aa976a0c50a8b67a1e6cdf860fd340adce9 /src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java | |
parent | d72f188060f348a8710e48c004a200e4b832405a (diff) | |
download | jitsi-f4479d54a2dbb6c2a3510e13f0940672c573f63d.zip jitsi-f4479d54a2dbb6c2a3510e13f0940672c573f63d.tar.gz jitsi-f4479d54a2dbb6c2a3510e13f0940672c573f63d.tar.bz2 |
Merges contact source configurations in a single configuration form.
Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook.
Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.
Diffstat (limited to 'src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java')
-rw-r--r-- | src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java b/src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java index a5f8cbb..7ee9573 100644 --- a/src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java +++ b/src/net/java/sip/communicator/service/contactsource/ExtendedContactSourceService.java @@ -34,4 +34,12 @@ public interface ExtendedContactSourceService * @return the created query */ public ContactQuery queryContactSource(Pattern queryPattern); + + /** + * Returns the global phone number prefix to be used when calling contacts + * from this contact source. + * + * @return the global phone number prefix + */ + public String getPhoneNumberPrefix(); } |