Creates the subscription part of an RENL.
renl_t *renl_create_subscriber (subscription_t *subscription,
const char *renl_id,
const char *publisher);
|
subscription |
The subscription. |
|
renl_id |
The unique RENL identifier. This allows two peers to be able to set up multiple RENLs between them. |
|
publisher |
The authenticated identity of the peer. |
The opaque RENL object.