messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit b47febe283f7732521caba7bd840409f2fb5bfa0
parent d76dec173015478bf70a94e89db18ca0c8425e92
Author: t3sserakt <t3ss@posteo.de>
Date:   Tue, 24 Mar 2026 15:34:09 +0100

fix error

Diffstat:
MGNUnetMessenger/app/src/main/aidl/org/gnunet/gnunetmessenger/ipc/IGnunetChat.aidl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/GNUnetMessenger/app/src/main/aidl/org/gnunet/gnunetmessenger/ipc/IGnunetChat.aidl b/GNUnetMessenger/app/src/main/aidl/org/gnunet/gnunetmessenger/ipc/IGnunetChat.aidl @@ -23,6 +23,7 @@ interface IGnunetChat { int createAccount(long handle, String name); void connect(long handle, in ChatAccountDto account); void disconnect(long handle); + void stopChat(long handle); String getProfileName(long handle); void setProfileName(long handle, String name);