mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Switch to hypfvieh dbus-java
Removes transitive dependency on libmatthew-unix-java Fixes #285
This commit is contained in:
parent
207075c236
commit
00777a469c
9 changed files with 27 additions and 22 deletions
|
@ -2,9 +2,9 @@ package org.asamk;
|
|||
|
||||
import org.asamk.signal.AttachmentInvalidException;
|
||||
import org.asamk.signal.GroupNotFoundException;
|
||||
import org.freedesktop.dbus.DBusInterface;
|
||||
import org.freedesktop.dbus.DBusSignal;
|
||||
import org.freedesktop.dbus.exceptions.DBusException;
|
||||
import org.freedesktop.dbus.interfaces.DBusInterface;
|
||||
import org.freedesktop.dbus.messages.DBusSignal;
|
||||
import org.whispersystems.signalservice.api.push.exceptions.EncapsulatedExceptions;
|
||||
import org.whispersystems.signalservice.api.util.InvalidNumberException;
|
||||
|
||||
|
@ -98,6 +98,7 @@ public interface Signal extends DBusInterface {
|
|||
}
|
||||
|
||||
class SyncMessageReceived extends DBusSignal {
|
||||
|
||||
private long timestamp;
|
||||
private String source;
|
||||
private String destination;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue