aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
blob: 0fd0656d0c6d8b99cb21ea05f31b815aed862dc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
/*
     This file is part of GNUnet.
     (C) 2013 Christian Grothoff (and other contributing authors)

     GNUnet is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published
     by the Free Software Foundation; either version 3, or (at your
     option) any later version.

     GNUnet is distributed in the hope that it will be useful, but
     WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     General Public License for more details.

     You should have received a copy of the GNU General Public License
     along with GNUnet; see the file COPYING.  If not, write to the
     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.
*/

/** 
 * @file include/gnunet_social_service.h
 * @brief Social service; implements social functionality using the PSYC service.
 * @author tg(x)
 * @author Christian Grothoff
 */
#ifndef GNUNET_SOCIAL_SERVICE_H
#define GNUNET_SOCIAL_SERVICE_H

#ifdef __cplusplus
extern "C"
{
#if 0                           /* keep Emacsens' auto-indent happy */
}
#endif
#endif

#include "gnunet_util_lib.h"
#include "gnunet_psyc_service.h"
#include "gnunet_multicast_service.h"


/** 
 * Version number of GNUnet Social API.
 */
#define GNUNET_SOCIAL_VERSION 0x00000000

/** 
 * Handle for our own presence in the network (we can of course have
 * alter-egos).
 */
struct GNUNET_SOCIAL_Ego;

/** 
 * Handle for another user (who is likely pseudonymous) in the network.
 */
struct GNUNET_SOCIAL_Nym;

/** 
 * Handle for a place where social interactions happen.
 */
struct GNUNET_SOCIAL_Place;

/** 
 * Handle for a place that one of our egos hosts.
 */
struct GNUNET_SOCIAL_Home;

/** 
 * Handle to an implementation of try-and-slice.
 */
struct GNUNET_SOCIAL_Slicer;


/** 
 * Method called from SOCIAL upon receiving a message indicating a call
 * to a @a method.
 *
 * @param cls Closure.
 * @param full_method_name Original method name from PSYC (may be more
 *        specific than the registered method name due to try-and-slice matching).

 * @param message_id Unique message counter for this message
 *                   (unique only in combination with the given sender for
 *                    this channel).
 * @param data_off Byte offset of @a data in the overall data of the method.
 * @param data_size Number of bytes in @a data.
 * @param data Data stream given to the method (might not be zero-terminated 
 *             if data is binary).
 * @param frag Fragmentation status for the data.
 */
typedef int (*GNUNET_SOCIAL_Method)(void *cls,
				    const char *full_method_name,
				    uint64_t message_id,
				    uint64_t data_off,
				    size_t data_size,
				    const void *data,
				    enum GNUNET_PSYC_FragmentStatus frag);


/** 
 * Create a try-and-slice instance.
 *
 * @return A new try-and-slice construct.
 */
struct GNUNET_SOCIAL_Slicer *
GNUNET_SOCIAL_slicer_create (void);


/** 
 * Add a method to the try-and-slice instance.
 *
 * A slicer processes messages and calls methods that match a message. A match
 * happens whenever the method name of a message starts with the method_name
 * parameter given here.
 *
 * @param slicer The try-and-slice instance to extend.
 * @param method_name Name of the given method, use empty string for default.
 * @param method Method to invoke.
 * @param method_cls Closure for method.
 */
void
GNUNET_SOCIAL_slicer_add (struct GNUNET_SOCIAL_Slicer *slicer,
			  const char *method_name,
			  GNUNET_SOCIAL_Method method,
			  void *method_cls);

/* FIXME: No slicer_remove for now, is it needed? */

/** 
 * Destroy a given try-and-slice instance.
 *
 * @param slicer slicer to destroy
 */
void
GNUNET_SOCIAL_slicer_destroy (struct GNUNET_SOCIAL_Slicer *slicer);


/** 
 * Create an ego.
 *
 * Create an ego using the private key from the given file.  If the file does
 * not exist, a fresh key is created.
 *
 * @param keyfile Name of the file with the private key for the ego,
 *                NULL for ephemeral egos.
 * @return Handle to the ego, NULL on error.
 */
struct GNUNET_SOCIAL_Ego *
GNUNET_SOCIAL_ego_create (const char *keyfile);


/** 
 * Destroy a handle to an ego.
 *
 * @param ego Ego to destroy.
 */
void
GNUNET_SOCIAL_ego_destroy (struct GNUNET_SOCIAL_Ego *ego);


/** 
 * Function called asking for nym to be admitted to the place.
 *
 * Should call either GNUNET_SOCIAL_home_admit() or
 * GNUNET_SOCIAL_home_reject_entry() (possibly asynchronously).  If this owner
 * cannot decide, it is fine to call neither function, in which case hopefully
 * some other owner of the home exists that will make the decision. The @a nym
 * reference remains valid until the #GNUNET_SOCIAL_FarewellCallback is invoked
 * for it.
 *
 * @param cls Closure.
 * @param nym Handle for the user who wants to join.
 * @param join_msg_size Number of bytes in @a join_msg.
 * @param join_msg Payload given on join (e.g. a password).
 */
typedef void (*GNUNET_SOCIAL_AnswerDoorCallback)(void *cls,
						 struct GNUNET_SOCIAL_Nym *nym,
						 size_t join_msg_size,
						 const void *join_msg);


/** 
 * Function called when a @a nym leaves the place.
 * 
 * This is also called if the @a nym was never given permission to enter
 * (i.e. the @a nym stopped asking to get in).
 *
 * @param cls Closure.
 * @param nym Handle for the user who left.
 */
typedef void (*GNUNET_SOCIAL_FarewellCallback)(void *cls,
					       struct GNUNET_SOCIAL_Nym *nym);


/** 
 * Enter a home where guests (nyms) can be hosted.
 *
 * A home is created upon first entering, and exists until
 * GNUNET_SOCIAL_home_destroy() is called. It can also be left temporarily using
 * GNUNET_SOCIAL_home_leave().
 *
 * @param cfg Configuration to contact the social service.
 * @param home_keyfile File with the private key for the home,
 * 		created if the file does not exist;
 *              pass NULL for ephemeral homes.
 * @param join_policy What is our policy for allowing people in?
 * @param ego Owner of the home (host).
 * @param slicer Slicer to handle guests talking.
 * @param listener_cb Function to handle new nyms that want to join.
 * @param farewell_cb Function to handle departing nyms.
 * @param cls Closure for @a listener_cb and @a farewell_cb.
 * @return Handle for a new home.
 */
struct GNUNET_SOCIAL_Home *
GNUNET_SOCIAL_home_enter (const struct GNUNET_CONFIGURATION_Handle *cfg,
			  const char *home_keyfile,
			  enum GNUNET_MULTICAST_JoinPolicy join_policy,
			  struct GNUNET_SOCIAL_Ego *ego,
			  struct GNUNET_SOCIAL_Slicer *slicer,
			  GNUNET_SOCIAL_AnswerDoorCallback listener_cb,
			  GNUNET_SOCIAL_FarewellCallback farewell_cb,
			  void *cls);


/** 
 * Admit @a nym to the @a home.
 *
 * The @a nym reference will remain valid until either the home is destroyed or
 * @a nym leaves.
 *
 * @param home Home to allow @a nym to join.
 * @param nym Handle for the entity that wants to join.
 */
void
GNUNET_SOCIAL_home_admit (struct GNUNET_SOCIAL_Home *home,
			  struct GNUNET_SOCIAL_Nym *nym);


/** 
 * Throw @a nym out of the @a home.
 *
 * The @a nym reference will remain valid until the
 * #GNUNET_SOCIAL_FarewellCallback is invoked,
 * which should be very soon after this call.
 *
 * @param home Home to eject nym from.
 * @param nym Handle for the entity to be ejected.
 */
void
GNUNET_SOCIAL_home_eject (struct GNUNET_SOCIAL_Home *home,
                          struct GNUNET_SOCIAL_Nym *nym);


/** 
 * Refuse @a nym entry into the @a home.
 *
 * @param home Home to disallow @a nym to join.
 * @param nym Handle for the entity that wanted to join.
 * @param method Method name to invoke on caller.
 * @param message_size Number of bytes in @a message for method.
 * @param message Rejection message to send back.
 *
 * FIXME: allow setting variables as well for the message
 */
void
GNUNET_SOCIAL_home_reject_entry (struct GNUNET_SOCIAL_Home *home,
				 struct GNUNET_SOCIAL_Nym *nym,
				 const char *method,
				 size_t message_size,
				 const void *message);


/** 
 * Get the identity of a user.
 *
 * Suitable, for example, to be used with GNUNET_NAMESTORE_zone_to_name().
 *
 * @param nym Pseudonym to map to a cryptographic identifier.
 * @param identity Set to the identity of the nym (short hash of the public key).
 */
void
GNUNET_SOCIAL_nym_get_identity (struct GNUNET_SOCIAL_Nym *nym,
				struct GNUNET_CRYPTO_ShortHashCode *identity);


/** 
 * Obtain the (cryptographic, binary) address for the home.
 * 
 * @param home Home to get the (public) address from.
 * @param crypto_address Address suitable for storing in GADS, i.e. in
 *        'HEX.place' or within the respective GADS record type ("PLACE")
 */
void
GNUNET_SOCIAL_home_get_address (struct GNUNET_SOCIAL_Home *home,
				struct GNUNET_HashCode *crypto_address);


/** 
 * (Re)decorate the home by changing objects in it.
 *
 * If the operation is #GNUNET_PSYC_SOT_SET_VARIABLE then the decoration only
 * applies to the next announcement by the home owner.
 *
 * @param home The home to decorate.
 * @param operation Operation to perform on the object.
 * @param object_name Name of the object to modify.
 * @param object_value_size Size of the given @a object_value.
 * @param object_value Value to use for the modification.
 */
void
GNUNET_SOCIAL_home_decorate (struct GNUNET_SOCIAL_Home *home,
			     enum GNUNET_PSYC_Operator operation,
			     const char *object_name,
			     size_t object_value_size,
			     const void *object_value);


/** 
 * Handle for an announcement request.
 */
struct GNUNET_SOCIAL_Announcement;


/** 
 * Send a message to all nyms that are present in the home.
 *
 * This function is restricted to the home owner. Nyms can 
 *
 * @param home Home to address the announcement to.
 * @param full_method_name Method to use for the announcement.
 * @param notify Function to call to get the payload of the announcement.
 * @param notify_cls Closure for @a notify.
 * @return NULL on error (announcement already in progress?).
 */
struct GNUNET_SOCIAL_Announcement *
GNUNET_SOCIAL_home_announce (struct GNUNET_SOCIAL_Home *home,
                             const char *full_method_name,
                             GNUNET_PSYC_OriginReadyNotify notify,
                             void *notify_cls);


/** 
 * Cancel announcement.
 *
 * @param a The announcement to cancel.
 */
void
GNUNET_SOCIAL_home_announce_cancel (struct GNUNET_SOCIAL_Announcement *a);


/** 
 * Convert our home to a place so we can access it via the place API.
 *
 * @param home Handle for the home.
 * @return Place handle for the same home, valid as long as @a home is valid;
 *         do NOT try to GNUNET_SOCIAL_place_leave() this place, it's your home!
 */
struct GNUNET_SOCIAL_Place *
GNUNET_SOCIAL_home_to_place (struct GNUNET_SOCIAL_Home *home);


/** 
 * Leave a home, visitors can stay.
 *
 * After leaving, handling of incoming messages are left to other clients of the
 * social service, and stops after the last client exits.
 *
 * @param home Home to leave (handle becomes invalid).
 */
void
GNUNET_SOCIAL_home_leave (struct GNUNET_SOCIAL_Home *home);


/** 
 * Destroy a home, all guests will be ejected.
 *
 * @param home Home to destroy.
 */
void
GNUNET_SOCIAL_home_destroy (struct GNUNET_SOCIAL_Home *home);


/** 
 * Join a place (home hosted by someone else).
 *
 * @param cfg Configuration to contact the social service.
 * @param ego Owner of the home (host).
 * @param address Address of the place to join (GADS name, i.e. 'room.friend.gads'),
 *        if the name has the form 'HEX.place', GADS is not
 *        used and HEX is assumed to be the hash of the public
 *        key already; 'HEX.zkey' however would refer to
 *        the 'PLACE' record in the GADS zone with the public key
 *        'HEX'.
 * @param slicer slicer to use to process messages from this place
 * @param join_msg_size Number of bytes in @a join_msg.
 * @param join_msg Message to give to the join callback.
 * @return NULL on errors, otherwise handle to the place.
 */
struct GNUNET_SOCIAL_Place *
GNUNET_SOCIAL_place_join (const struct GNUNET_CONFIGURATION_Handle *cfg,
			  struct GNUNET_SOCIAL_Ego *ego,
			  const char *address,
			  struct GNUNET_SOCIAL_Slicer *slicer,
			  size_t join_msg_size,
			  const void *join_msg);


struct GNUNET_SOCIAL_WatchHandle;

/** 
 * Watch a place for changed objects.
 *
 * @param place Place to watch.
 * @param object_filter Object prefix to match.
 * @param state_cb Function to call when an object/state changes.
 * @param state_cb_cls Closure for callback.
 * 
 * @return Handle that can be used to cancel watching.
 */
struct GNUNET_SOCIAL_WatchHandle *
GNUNET_SOCIAL_place_watch (struct GNUNET_SOCIAL_Place *place,
			   const char *object_filter,
			   GNUNET_PSYC_StateCallback state_cb,
			   void *state_cb_cls);


/** 
 * Cancel watching a place for changed objects.
 *
 * @param wh Watch handle to cancel.
 */
void
GNUNET_SOCIAL_place_watch_cancel (struct GNUNET_SOCIAL_WatchHandle *wh);


struct GNUNET_SOCIAL_LookHandle;

/** 
 * Look at all objects in the place.
 *
 * @param place The place to look its objects at.
 * @param state_cb Function to call for each object found.
 * @param state_cb_cls Closure for callback function.
 * 
 * @return Handle that can be used to stop looking at objects.
 */
struct GNUNET_SOCIAL_LookHandle *
GNUNET_SOCIAL_place_look (struct GNUNET_SOCIAL_Place *place,
			  GNUNET_PSYC_StateCallback state_cb,
			  void *state_cb_cls);


/** 
 * Look at matching objects in the place.
 *
 * @param place The place to look its objects at.
 * @param object_filter Only look at objects with names beginning with this filter value. 
 * @param state_cb Function to call for each object found.
 * @param state_cb_cls Closure for callback function.
 * 
 * @return Handle that can be used to stop looking at objects.
 */
struct GNUNET_SOCIAL_LookHandle *
GNUNET_SOCIAL_place_look_for (struct GNUNET_SOCIAL_Place *place,
			      const char *object_filter,
			      GNUNET_PSYC_StateCallback state_cb,
			      void *state_cb_cls);


/** 
 * Stop looking at objects.
 *
 * @param lh Look handle to stop.
 */
void
GNUNET_SOCIAL_place_look_cancel (struct GNUNET_SOCIAL_LookHandle *lh);



/** 
 * Look at a particular object in the place.
 *
 * @param place The place to look the object at.
 * @param object_name Full name of the object.
 * @param value_size Set to the size of the returned value.
 * @return NULL if there is no such object at this place.
 */
const void *
GNUNET_SOCIAL_place_look_at (struct GNUNET_SOCIAL_Place *place,
			     const char *object_name,
			     size_t *value_size);


/** 
 * Frame the (next) talk by setting some variables for it.
 *
 * FIXME: use a TalkFrame struct instead that can be passed to
 * place_talk, nym_talk and home_reject_entry.
 *
 * @param place Place to talk in.
 * @param variable_name Name of variable to set.
 * @param value_size Number of bytes in @a value.
 * @param value Value of variable.
 */
void
GNUNET_SOCIAL_place_frame_talk (struct GNUNET_SOCIAL_Place *place,
				const char *variable_name,
				size_t value_size,
				const void *value);


/** 
 * A talk request.
 */
struct GNUNET_SOCIAL_TalkRequest;


/** 
 * Talk to the host of the place.
 *
 * @param place Place where we want to talk to the host.
 * @param method_name Method to invoke on the host.
 * @param cb Function to use to get the payload for the method.
 * @param cb_cls Closure for @a cb.
 * @return NULL if we are already trying to talk to the host,
 *         otherwise handle to cancel the request.
 */
struct GNUNET_SOCIAL_TalkRequest *
GNUNET_SOCIAL_place_talk (struct GNUNET_SOCIAL_Place *place,
			  const char *method_name,
			  GNUNET_PSYC_OriginReadyNotify cb,
			  void *cb_cls);

/** 
 * Talk to a nym.
 *
 * FIXME: look up nym in GADS and talk to its place.
 *
 * @param nym Nym we want to talk to.
 * @param method_name Method to invoke on the @a nym.
 * @param cb Function to use to get the payload for the method.
 * @param cb_cls Closure for @a cb.
 * @return NULL if we are already trying to talk to the host,
 *         otherwise handle to cancel the request.
 */
struct GNUNET_SOCIAL_TalkRequest *
GNUNET_SOCIAL_nym_talk (struct GNUNET_SOCIAL_Nym *nym,
                        const char *method_name,
                        GNUNET_PSYC_OriginReadyNotify cb,
                        void *cb_cls);


/** 
 * Cancel talking to the host of the place.
 *
 * @param tr Talk request to cancel.
 */
void
GNUNET_SOCIAL_place_talk_cancel (struct GNUNET_SOCIAL_TalkRequest *tr);
		

/** 
 * A history lesson.
 */
struct GNUNET_SOCIAL_HistoryLesson;


/** 
 * Learn about the history of a place.
 *
 * Sends messages through the given slicer function where
 * start_message_id <= message_id <= end_message_id.
 * 
 * @param place Place we want to learn more about.
 * @param start_message_id First historic message we are interested in.
 * @param end_message_id Last historic message we are interested in (inclusive).
 * @param slicer Slicer to use to process history.
 * @return Handle to abort history lesson, never NULL (multiple lessons
 *        at the same time are allowed).
 */
struct GNUNET_SOCIAL_HistoryLesson *
GNUNET_SOCIAL_place_get_history (struct GNUNET_SOCIAL_Place *place,
				 uint64_t start_message_id,
				 uint64_t end_message_id,
				 struct GNUNET_SOCIAL_Slicer *slicer);


/** 
 * Stop processing messages from the history lesson.
 *
 * Must also be called explicitly after all of the requested messages have been
 * received.
 *
 * @param hist History lesson to cancel.
 */
void
GNUNET_SOCIAL_place_get_history_cancel (struct GNUNET_SOCIAL_HistoryLesson *hist);

	  
/** 
 * Leave a place (destroys the place handle).
 * 
 * Can either move our user into an @e away state (in which we continue to record
 * ongoing conversations and state changes if our peer is running), or leave the
 * place entirely and stop following the conversation.
 *
 * @param place Place to leave.
 * @param keep_following #GNUNET_YES to ask the social service to continue
 *        to follow the conversation, #GNUNET_NO to fully leave the place.
 */
void
GNUNET_SOCIAL_place_leave (struct GNUNET_SOCIAL_Place *place,
			   int keep_following);



#if 0                           /* keep Emacsens' auto-indent happy */
{
#endif
#ifdef __cplusplus
}
#endif

/* ifndef GNUNET_SOCIAL_SERVICE_H */
#endif
/* end of gnunet_social_service.h */