aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 23:26:43 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 23:26:43 +0000
commit3cbdbe18dbd56def00c0014381ff90b4ee664904 (patch)
tree0bb2e74e021446f3a8ccfada9c19f15b5c670bbe /src/include/gnunet_social_service.h
parent548c7bbb68f5c22eadff4d54630d369e322a58b8 (diff)
downloadgnunet-3cbdbe18dbd56def00c0014381ff90b4ee664904.tar.gz
gnunet-3cbdbe18dbd56def00c0014381ff90b4ee664904.zip
doc
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index 4bdad6834..344521c7a 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -119,17 +119,16 @@ A message sent to the place.
119### Environment 119### Environment
120 120
121#### _id_reply_to 121#### _id_reply_to
122message ID this message is in reply to. 122Message ID this message is in reply to.
123 123
124#### _id_thread 124#### _id_thread
125 125Thread ID, the first message ID in the thread.
126thread ID, the first message ID in the thread.
127 126
128#### _nym_author__ 127#### _nym_author__
129nym of the author. 128Nym of the author.
130 129
131#### _sig_author 130#### _sig_author
132signature of the message body and its variables by the author. 131Signature of the message body and its variables by the author.
133 132
134## Data 133## Data
135 134
@@ -152,13 +151,13 @@ GNS name of the place in a globally unique .zkey zone
152#### Without GNS 151#### Without GNS
153 152
154##### _key_pub_place 153##### _key_pub_place
155public key of place 154Public key of place
156 155
157##### _peer_origin 156##### _peer_origin
158peer ID of origin 157Peer ID of origin
159 158
160##### _list_peer_relays 159##### _list_peer_relays
161list of peer IDs of relays 160List of peer IDs of relays
162 161
163## _notice_place_file 162## _notice_place_file
164 163
@@ -169,16 +168,16 @@ Notification about a place hosting a file.
169The environment of _notice_place above, plus the following: 168The environment of _notice_place above, plus the following:
170 169
171#### _size_file 170#### _size_file
172size of file 171Size of file
173 172
174#### _mime_file 173#### _mime_file
175MIME type of file 174MIME type of file
176 175
177#### _name_file 176#### _name_file
178name of file 177Name of file
179 178
180#### _description_file 179#### _description_file
181description of file 180Description of file
182 181
183## _file 182## _file
184 183
@@ -189,16 +188,16 @@ $GNUNET_DATA_HOME/social/files/<H(place_pub)>/<message_id>
189### Environment 188### Environment
190 189
191#### _size_file 190#### _size_file
192size of file 191Size of file
193 192
194#### _mime_file 193#### _mime_file
195MIME type of file 194MIME type of file
196 195
197#### _name_file 196#### _name_file
198name of file 197Name of file
199 198
200#### _description_file 199#### _description_file
201description 200Description of file
202 201
203@{ 202@{
204*/ 203*/