messenger-android

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

commit ae87cd5643483fbea0599b5f28c2242bd129fa51
parent b47febe283f7732521caba7bd840409f2fb5bfa0
Author: t3sserakt <t3ss@posteo.de>
Date:   Tue, 24 Mar 2026 16:38:03 +0100

profile name

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

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 @@ -25,7 +25,6 @@ interface IGnunetChat { void disconnect(long handle); void stopChat(long handle); String getProfileName(long handle); - void setProfileName(long handle, String name); // Contact operations String getProfileKey(long handle);