SendMessage: allows creation of new conversations in addition to replying to guids
This commit is contained in:
@@ -4081,6 +4081,38 @@ __attribute__((visibility("default"))) @interface IMService : NSObject { }
|
||||
|
||||
@end
|
||||
|
||||
// Monterey
|
||||
#if 0
|
||||
@interface IMChatRegistry ()
|
||||
- (IMChat *)chatWithHandle:(IMHandle *)handle;
|
||||
- (IMChat *)chatWithHandle:(IMHandle *)handle lastAddressedHandle:(NSString *)lastAddressedHandle lastAddressedSIMID:(NSString *)lastAddressedSIMID;
|
||||
- (IMChat *)chatWithHandles:(NSArray<IMHandle *> *)handles;
|
||||
- (IMChat *)chatWithHandles:(NSArray<IMHandle *> *)handles lastAddressedHandle:(NSString *)lastAddressedHandle lastAddressedSIMID:(NSString *)lastAddressedSIMID;
|
||||
- (IMChat *)chatWithHandles:(NSArray<IMHandle *> *)handles displayName:(NSString *)displayName joinedChatsOnly:(BOOL)joinedChatsOnly;
|
||||
- (IMChat *)chatWithHandles:(NSArray<IMHandle *> *)handles displayName:(NSString *)displayName joinedChatsOnly:(BOOL)joinedChatsOnly lastAddressedHandle:(NSString *)lastAddressedHandle lastAddressedSIMID:(NSString *)lastAddressedSIMID;
|
||||
- (NSArray<NSString *> *)allGUIDsForChat:(IMChat *)chat;
|
||||
|
||||
- (IMChat *)existingChatWithHandle:(IMHandle *)handle;
|
||||
- (IMChat *)existingChatWithHandle:(IMHandle *)handle allowAlternativeService:(BOOL)allowAlternativeService;
|
||||
- (IMChat *)existingChatWithHandles:(NSArray<IMHandle *> *)handles;
|
||||
- (IMChat *)existingChatWithHandles:(NSArray<IMHandle *> *)handles allowAlternativeService:(BOOL)allowAlternativeService;
|
||||
|
||||
- (IMChat *)existingChatWithHandles:(NSArray<IMHandle *> *)handles allowAlternativeService:(BOOL)allowAlternativeService groupID:(NSString *)groupID;
|
||||
|
||||
- (IMChat *)existingChatWithHandles:(NSArray *)handles allowAlternativeService:(BOOL)allowAlternativeService groupID:(NSString *)groupID displayName:(NSString *)displayName joinedChatsOnly:(BOOL)joinedChatsOnly;
|
||||
|
||||
- (IMChat *)existingChatWithPinningIdentifier:(NSString *)pinningIdentifier;
|
||||
- (IMChat *)existingChatWithDeviceIndependentID:(NSString *)deviceIndependentID;
|
||||
|
||||
- (IMChat *)existingChatWithPersonID:(NSString *)personID;
|
||||
- (IMChat *)existingChatWithDisplayName:(NSString *)displayName;
|
||||
- (IMChat *)existingChatWithAddresses:(NSArray<NSString *> *)addresses allowAlternativeService:(BOOL)allowAlternativeService bestHandles:(NSArray<IMHandle *> **)outBestHandles;
|
||||
- (IMChat *)existingChatWithContacts:(NSSet *)contacts bestHandles:(NSArray<IMHandle *> **)outBestHandles;
|
||||
|
||||
@end
|
||||
#endif
|
||||
|
||||
|
||||
@interface IMSimulatedChat : IMChat // <IMSimulatedChatDelegate, IMSimulatedDaemonListener>
|
||||
{
|
||||
// id <IMSimulatedChatDelegate> _delegate;
|
||||
|
||||
@@ -745,19 +745,6 @@ struct __va_list_tag {
|
||||
|
||||
@end
|
||||
|
||||
@interface IMImageUtilities : NSObject
|
||||
{
|
||||
}
|
||||
|
||||
+ (struct CGImage *)newThumbnailForTargetSize:(struct CGSize)arg1 imageSize:(struct CGSize)arg2 imageSource:(struct CGImageSource *)arg3 atIndex:(unsigned long long)arg4 mode:(long long)arg5 scale:(double)arg6;
|
||||
+ (struct CGImage *)newThumbnailForTargetSize:(struct CGSize)arg1 imageSize:(struct CGSize)arg2 imageSource:(struct CGImageSource *)arg3 mode:(long long)arg4 scale:(double)arg5;
|
||||
+ (BOOL)persistCPBitmapWithImage:(struct CGImage *)arg1 url:(id)arg2;
|
||||
+ (void)sampleImageEdges:(char *)arg1 usingRect:(struct CGRect)arg2 forMostlyWhitePixels:(unsigned long long *)arg3 otherPixels:(unsigned long long *)arg4 bytesPerRow:(long long)arg5;
|
||||
+ (struct CGSize)imageRefPxSize:(struct CGImage *)arg1;
|
||||
+ (struct CGSize)imageSourcePxSize:(struct CGImageSource *)arg1;
|
||||
|
||||
@end
|
||||
|
||||
@interface IMOneTimeCodeUtilities : NSObject
|
||||
{
|
||||
}
|
||||
@@ -1426,17 +1413,6 @@ struct __va_list_tag {
|
||||
|
||||
@end
|
||||
|
||||
@interface IMImagePreviewGenerator : IMPreviewGenerator <IMPreviewGeneratorProtocol, IMUTITypeInformation>
|
||||
{
|
||||
}
|
||||
|
||||
+ (struct CGImage *)newThumbnailFillToSize:(struct CGSize)arg1 imagePxSize:(struct CGSize)arg2 imageSource:(struct CGImageSource *)arg3 scale:(double)arg4;
|
||||
+ (struct CGImage *)newPreviewFromSourceURL:(id)arg1 withPreviewConstraints:(struct IMPreviewConstraints)arg2 error:(id *)arg3;
|
||||
+ (id)UTITypes;
|
||||
+ (id)fetchUTITypes;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface IMAKAppleIDAuthenticationController : NSObject
|
||||
{
|
||||
|
||||
@@ -29,9 +29,6 @@
|
||||
}
|
||||
|
||||
NSString *unformattedAddress = IMStripFormattingFromAddress(address);
|
||||
IMAccount *iMessageAccount = [[IMAccountController sharedInstance] bestAccountForService:[IMServiceImpl iMessageService]];
|
||||
IMHandle *handle = [iMessageAccount imHandleWithID:unformattedAddress];
|
||||
|
||||
BOOL isEmailAddress = IMStringIsEmail(unformattedAddress);
|
||||
|
||||
NSString *IDSaddress = isEmailAddress ? IDSCopyIDForEmailAddress(unformattedAddress)
|
||||
@@ -43,16 +40,30 @@
|
||||
return;
|
||||
}
|
||||
|
||||
IMChatCalculateServiceForSendingNewComposeMaybeForce(
|
||||
@[ IDSaddress ], nil, nil, NO, isEmailAddress, NO, NO, NO, nil,
|
||||
^(BOOL allAddressesiMessageCapable, NSDictionary *availabilityPerRecipient, BOOL checkedServer, NSError *error) {
|
||||
NSLog(@"Capable: %d", allAddressesiMessageCapable);
|
||||
NSLog(@"Avail: %@", availabilityPerRecipient);
|
||||
self.serverCompletionBlock([MBIMJSONDataResponse responseWithJSONObject:@{
|
||||
@"capable" : @(allAddressesiMessageCapable),
|
||||
}]);
|
||||
__block IMChat *existingChat = nil;
|
||||
dispatch_sync([[self class] sharedIMAccessQueue], ^{
|
||||
IMAccount *iMessageAccount = [[IMAccountController sharedInstance] bestAccountForService:[IMServiceImpl iMessageService]];
|
||||
IMHandle *handle = [iMessageAccount imHandleWithID:unformattedAddress];
|
||||
|
||||
if (handle) {
|
||||
existingChat = [[IMChatRegistry sharedInstance] existingChatForIMHandle:handle];
|
||||
}
|
||||
});
|
||||
|
||||
IMChatCalculateServiceForSendingNewComposeMaybeForce(
|
||||
@[ IDSaddress ], nil, nil, NO, isEmailAddress, YES, NO, NO, nil,
|
||||
^(BOOL allAddressesiMessageCapable, NSDictionary *availabilityPerRecipient, BOOL checkedServer, NSError *error) {
|
||||
NSMutableDictionary *response = [NSMutableDictionary dictionaryWithDictionary:@{
|
||||
@"capable" : @(allAddressesiMessageCapable),
|
||||
@"idsAddress" : IDSaddress,
|
||||
}];
|
||||
|
||||
if ([existingChat guid]) {
|
||||
[response setObject:[existingChat guid] forKey:@"existingGuid"];
|
||||
}
|
||||
|
||||
self.serverCompletionBlock([MBIMJSONDataResponse responseWithJSONObject:response]);
|
||||
});
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -19,12 +19,74 @@
|
||||
return @"sendMessage";
|
||||
}
|
||||
|
||||
- (BOOL)_sendMessage:(NSString *)messageBody toHandles:(NSArray<NSString *> *)handleIDs attachmentGUIDs:(NSArray<NSString *> *)guids
|
||||
{
|
||||
__block BOOL result = YES;
|
||||
dispatch_sync([[self class] sharedIMAccessQueue], ^{
|
||||
IMAccount *iMessageAccount = [[IMAccountController sharedInstance] bestAccountForService:[IMServiceImpl iMessageService]];
|
||||
|
||||
NSMutableArray<IMHandle *> *handles = [NSMutableArray array];
|
||||
for (NSString *handleID in handleIDs) {
|
||||
IMHandle *handle = [iMessageAccount imHandleWithID:handleID];
|
||||
if (handle) {
|
||||
[handles addObject:handle];
|
||||
} else {
|
||||
MBIMLogError(@"MBIMSendMessageOperation: Invalid handle ID: %@", handleID);
|
||||
}
|
||||
}
|
||||
|
||||
IMChat *chat = nil;
|
||||
if (handles.count == 1) {
|
||||
// Single recipient
|
||||
IMHandle *handle = [handles firstObject];
|
||||
chat = [[IMChatRegistry sharedInstance] existingChatForIMHandle:handle];
|
||||
if (chat == nil) {
|
||||
MBIMLogInfo(@"MBIMSendMessageOperation: Creating chat with handle: %@", handle);
|
||||
chat = [[IMChatRegistry sharedInstance] chatForIMHandle:handle];
|
||||
}
|
||||
} else if (handles.count > 1) {
|
||||
// Group chat
|
||||
chat = [[IMChatRegistry sharedInstance] existingChatForIMHandles:handles allowRetargeting:NO groupID:nil displayName:nil joinedChatsOnly:YES];
|
||||
if (chat == nil) {
|
||||
MBIMLogInfo(@"MBIMSendMessageOperation: Creating group chat with handles: %@", handles);
|
||||
chat = [[IMChatRegistry sharedInstance] chatForIMHandles:handles];
|
||||
}
|
||||
} else {
|
||||
// No handles?
|
||||
result = NO;
|
||||
}
|
||||
|
||||
if (chat) {
|
||||
result = [self _sendMessage:messageBody toChat:chat attachmentGUIDs:guids];
|
||||
} else {
|
||||
result = NO;
|
||||
}
|
||||
});
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
- (BOOL)_sendMessage:(NSString *)messageBody toChatWithGUID:(NSString *)chatGUID attachmentGUIDs:(NSArray<NSString *> *)guids
|
||||
{
|
||||
__block BOOL result = YES;
|
||||
|
||||
dispatch_sync([[self class] sharedIMAccessQueue], ^{
|
||||
IMChat *chat = [[IMChatRegistry sharedInstance] existingChatWithGUID:chatGUID];
|
||||
if (!chat) {
|
||||
MBIMLogInfo(@"Chat does not exist: %@", chatGUID);
|
||||
result = NO;
|
||||
} else {
|
||||
result = [self _sendMessage:messageBody toChat:chat attachmentGUIDs:guids];
|
||||
}
|
||||
});
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
- (BOOL)_sendMessage:(NSString *)messageBody toChat:(IMChat *)chat attachmentGUIDs:(NSArray<NSString *> *)guids
|
||||
{
|
||||
dispatch_assert_queue([[self class] sharedIMAccessQueue]);
|
||||
|
||||
BOOL result = YES;
|
||||
|
||||
// TODO: chat might not be an iMessage chat!
|
||||
IMAccount *iMessageAccount = [[IMAccountController sharedInstance] bestAccountForService:[IMServiceImpl iMessageService]];
|
||||
@@ -42,14 +104,7 @@
|
||||
[[IMFileTransferCenter sharedInstance] assignTransfer:guid toHandle:chat.recipient];
|
||||
}
|
||||
|
||||
if (!chat) {
|
||||
MBIMLogInfo(@"Chat does not exist: %@", chatGUID);
|
||||
result = NO;
|
||||
} else {
|
||||
[chat sendMessage:reply];
|
||||
}
|
||||
});
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -64,9 +119,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
NSString *guid = [args objectForKey:@"guid"];
|
||||
NSString *messageBody = [args objectForKey:@"body"];
|
||||
if (!guid || !messageBody) {
|
||||
if (!messageBody) {
|
||||
self.serverCompletionBlock(response);
|
||||
return;
|
||||
}
|
||||
@@ -76,7 +130,15 @@
|
||||
transferGUIDs = @[];
|
||||
}
|
||||
|
||||
BOOL result = [self _sendMessage:messageBody toChatWithGUID:guid attachmentGUIDs:transferGUIDs];
|
||||
BOOL result = NO;
|
||||
NSString *guid = [args objectForKey:@"guid"];
|
||||
NSArray<NSString *> *handles = [args objectForKey:@"handles"];
|
||||
if (guid) {
|
||||
result = [self _sendMessage:messageBody toChatWithGUID:guid attachmentGUIDs:transferGUIDs];
|
||||
} else if ([handles count] > 0) {
|
||||
result = [self _sendMessage:messageBody toHandles:handles attachmentGUIDs:transferGUIDs];
|
||||
}
|
||||
|
||||
if (result) {
|
||||
response = [[HTTPErrorResponse alloc] initWithErrorCode:200];
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#import "MBIMBridge.h"
|
||||
|
||||
void printUsage()
|
||||
static void printUsage(void)
|
||||
{
|
||||
fprintf(stderr, "Usage: kordophoned [-h] [-s | -c (certificate.p12)] [-a (access control file)\n");
|
||||
fprintf(stderr, "\t-h \t Show this help message\n");
|
||||
|
||||
Reference in New Issue
Block a user