aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_messenger_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_messenger_service.h')
-rw-r--r--src/include/gnunet_messenger_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index f8bbc7398..ff503de52 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -792,7 +792,7 @@ const struct GNUNET_IDENTITY_PublicKey*
792GNUNET_MESSENGER_contact_get_key (const struct GNUNET_MESSENGER_Contact *contact); 792GNUNET_MESSENGER_contact_get_key (const struct GNUNET_MESSENGER_Contact *contact);
793 793
794/** 794/**
795 * Send a <i>message</i> into a </i>room</i>. If you opened the <i>room</i> all entered members will receive the 795 * Send a <i>message</i> into a <i>room</i>. If you opened the <i>room</i> all entered members will receive the
796 * <i>message</i>. If you entered the <i>room</i> through a <b>door</b> all so entered <b>doors</b> will receive the 796 * <i>message</i>. If you entered the <i>room</i> through a <b>door</b> all so entered <b>doors</b> will receive the
797 * <i>message</i> as well. All members receiving the <i>message</i> will also propagate this <i>message</i> recursively 797 * <i>message</i> as well. All members receiving the <i>message</i> will also propagate this <i>message</i> recursively
798 * as long as the <i>message</i> is unknown to them. 798 * as long as the <i>message</i> is unknown to them.