From: psyc://loupsycedyglgamf.onion/~lynX Date: Wed, 4 Apr 1984 00:44:05 +0000 (+0000) Subject: -conversation: hint for future coders X-Git-Tag: v0.11.0~332^2^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c0e4ab320429f11a1c5e63194643e61766aca3f;p=oweals%2Fgnunet.git -conversation: hint for future coders --- diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index fad9d568e..bb4946720 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -264,6 +264,13 @@ phone_event_handler (void *cls, switch (code) { case GNUNET_CONVERSATION_EC_PHONE_RING: + /* + * FIXME: we should be playing our ringtones from contrib/sounds now! + * + ring_my_bell(); + * + * see https://gstreamer.freedesktop.org/documentation/application-development/highlevel/playback-components.html on how to play a wav using the gst framework being used here + */ FPRINTF (stdout, _("Incoming call from `%s'. Please /accept %u or /cancel %u the call.\n"), GNUNET_GNSRECORD_pkey_to_zkey (caller_id),