|
|
|
|
@ -1250,7 +1250,7 @@ private void handleProviderAdded(
|
|
|
|
|
.getName());
|
|
|
|
|
|
|
|
|
|
this.currentlyInstalledProviders.put(
|
|
|
|
|
provider.getAccountID().getAccountUID(), provider);
|
|
|
|
|
provider.getAccountID().getAccountUniqueID(), provider);
|
|
|
|
|
|
|
|
|
|
//If we have a persistent presence op set - then retrieve its contat
|
|
|
|
|
//list and merge it with the local one.
|
|
|
|
|
@ -1261,12 +1261,12 @@ private void handleProviderAdded(
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|
storageManager.extractContactsForAccount(
|
|
|
|
|
provider.getAccountID().getAccountUID());
|
|
|
|
|
provider.getAccountID().getAccountUniqueID());
|
|
|
|
|
}
|
|
|
|
|
catch (XMLException exc)
|
|
|
|
|
{
|
|
|
|
|
logger.error("Failed to load contacts for account "
|
|
|
|
|
+ provider.getAccountID().getAccountUID(), exc);
|
|
|
|
|
+ provider.getAccountID().getAccountUniqueID(), exc);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
synchronizeOpSetWithLocalContactList(opSetPersPresence);
|
|
|
|
|
|