aboutsummaryrefslogtreecommitdiff
path: root/include/gnunet_chat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r--include/gnunet_chat_lib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index 6610f59..a434381 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -814,6 +814,18 @@ GNUNET_CHAT_context_send_text (struct GNUNET_CHAT_Context *context,
814 const char *text); 814 const char *text);
815 815
816/** 816/**
817 * Sends a read receipt depending on a selected <i>message</i> into a given
818 * chat <i>context</i>.
819 *
820 * @param[in,out] context Chat context
821 * @param[in] message Message (optional)
822 * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure
823 */
824int
825GNUNET_CHAT_context_send_read_receipt (struct GNUNET_CHAT_Context *context,
826 const struct GNUNET_CHAT_Message *message);
827
828/**
817 * Uploads a local file specified via its <i>path</i> using symmetric encryption 829 * Uploads a local file specified via its <i>path</i> using symmetric encryption
818 * and shares the regarding information to download and decrypt it in a given 830 * and shares the regarding information to download and decrypt it in a given
819 * chat <i>context</i>. 831 * chat <i>context</i>.