diff --git a/AnotherIM/AppData/Client/Client.swift b/AnotherIM/AppData/Client/Client.swift index 1724cf8..7352a9c 100644 --- a/AnotherIM/AppData/Client/Client.swift +++ b/AnotherIM/AppData/Client/Client.swift @@ -269,12 +269,13 @@ private extension Client { client.modulesManager.register(RosterModule(rosterManager: roster)) client.modulesManager.register(PubSubModule()) - // client.modulesManager.register(PEPUserAvatarModule()) - // client.modulesManager.register(PEPBookmarksModule()) + client.modulesManager.register(PEPUserAvatarModule()) + client.modulesManager.register(PEPBookmarksModule()) client.modulesManager.register(MessageModule(chatManager: chat)) client.modulesManager.register(MessageArchiveManagementModule()) client.modulesManager.register(MessageCarbonsModule()) + // client.modulesManager.register(MessageDeliveryReceiptsModule()).sendReceived = false client.modulesManager.register(HttpFileUploadModule()) diff --git a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json index 41fc93f..e4b468d 100644 --- a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "another_app_icon.png", + "filename" : "aim_logo_2.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/aim_logo_2.png b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/aim_logo_2.png new file mode 100644 index 0000000..3b06520 Binary files /dev/null and b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/aim_logo_2.png differ diff --git a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png b/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png deleted file mode 100644 index db76522..0000000 Binary files a/AnotherIM/Resources/Assets/Images.xcassets/AppIcon.appiconset/another_app_icon.png and /dev/null differ diff --git a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json index 5dc55bc..f228e4c 100644 --- a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json +++ b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "another_app_logo.png", + "filename" : "aim_logo_2_1.png", "idiom" : "universal" } ], diff --git a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/aim_logo_2_1.png b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/aim_logo_2_1.png new file mode 100644 index 0000000..22ba9ca Binary files /dev/null and b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/aim_logo_2_1.png differ diff --git a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png b/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png deleted file mode 100644 index 37012ee..0000000 Binary files a/AnotherIM/Resources/Assets/Images.xcassets/logo.imageset/another_app_logo.png and /dev/null differ