|
32 | 32 | import org.whispersystems.textsecure.api.messages.TextSecureAttachmentStream; |
33 | 33 | import org.whispersystems.textsecure.api.messages.TextSecureGroup; |
34 | 34 | import org.whispersystems.textsecure.api.messages.TextSecureMessage; |
35 | | -import org.whispersystems.textsecure.push.MismatchedDevices; |
36 | | -import org.whispersystems.textsecure.push.OutgoingPushMessage; |
37 | | -import org.whispersystems.textsecure.push.OutgoingPushMessageList; |
38 | | -import org.whispersystems.textsecure.push.PushAddress; |
39 | | -import org.whispersystems.textsecure.push.PushAttachmentData; |
40 | | -import org.whispersystems.textsecure.push.PushBody; |
41 | | -import org.whispersystems.textsecure.push.PushServiceSocket; |
42 | | -import org.whispersystems.textsecure.push.StaleDevices; |
43 | | -import org.whispersystems.textsecure.push.UnregisteredUserException; |
44 | | -import org.whispersystems.textsecure.push.exceptions.EncapsulatedExceptions; |
45 | | -import org.whispersystems.textsecure.push.exceptions.MismatchedDevicesException; |
46 | | -import org.whispersystems.textsecure.push.exceptions.StaleDevicesException; |
| 35 | +import org.whispersystems.textsecure.api.push.PushAddress; |
| 36 | +import org.whispersystems.textsecure.internal.push.MismatchedDevices; |
| 37 | +import org.whispersystems.textsecure.internal.push.OutgoingPushMessage; |
| 38 | +import org.whispersystems.textsecure.internal.push.OutgoingPushMessageList; |
| 39 | +import org.whispersystems.textsecure.internal.push.PushAttachmentData; |
| 40 | +import org.whispersystems.textsecure.internal.push.PushBody; |
| 41 | +import org.whispersystems.textsecure.internal.push.PushServiceSocket; |
| 42 | +import org.whispersystems.textsecure.internal.push.StaleDevices; |
| 43 | +import org.whispersystems.textsecure.api.push.exceptions.UnregisteredUserException; |
| 44 | +import org.whispersystems.textsecure.api.push.exceptions.EncapsulatedExceptions; |
| 45 | +import org.whispersystems.textsecure.internal.push.exceptions.MismatchedDevicesException; |
| 46 | +import org.whispersystems.textsecure.internal.push.exceptions.StaleDevicesException; |
47 | 47 | import org.whispersystems.textsecure.internal.util.Util; |
48 | 48 |
|
49 | 49 | import java.io.IOException; |
50 | 50 | import java.util.LinkedList; |
51 | 51 | import java.util.List; |
52 | 52 |
|
53 | | -import static org.whispersystems.textsecure.push.PushMessageProtos.IncomingPushMessageSignal.Type; |
54 | | -import static org.whispersystems.textsecure.push.PushMessageProtos.PushMessageContent; |
55 | | -import static org.whispersystems.textsecure.push.PushMessageProtos.PushMessageContent.AttachmentPointer; |
56 | | -import static org.whispersystems.textsecure.push.PushMessageProtos.PushMessageContent.GroupContext; |
| 53 | +import static org.whispersystems.textsecure.internal.push.PushMessageProtos.IncomingPushMessageSignal.Type; |
| 54 | +import static org.whispersystems.textsecure.internal.push.PushMessageProtos.PushMessageContent; |
| 55 | +import static org.whispersystems.textsecure.internal.push.PushMessageProtos.PushMessageContent.AttachmentPointer; |
| 56 | +import static org.whispersystems.textsecure.internal.push.PushMessageProtos.PushMessageContent.GroupContext; |
57 | 57 |
|
58 | 58 | public class TextSecureMessageSender { |
59 | 59 |
|
|
0 commit comments