Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit ae1140a

Browse files
author
Elad Zelingher
committed
Fixing uris again
1 parent 5b702e5 commit ae1140a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ This repository contains documentation for the [WampSharp project](http://github
4545

4646
The following [Advanced profile features](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_features.md) are supported
4747

48-
* [Progressive call results](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_rpc_progressive_call_results.md): [caller tutorial](WAMP2/Roles/Caller/Reflection-based-Caller.md#progressive-call-results), [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#progressive-call-results)
49-
* [Caller identification](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_rpc_caller_identification.md): [caller tutorial](WAMP2/Roles/Caller/Reflection-based-Caller.md#caller-identification), [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md)
50-
* [Session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_session_meta_api.md), [Registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_rpc_registration_meta_api.md), [Subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/subscription-meta-api.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#meta-api-descriptor-service)
51-
* [Shared registrations](https://github.com/wamp-proto/wamp-proto/blob/master/spec/advanced/shared-registration.md), see also [here](https://github.com/wamp-proto/wamp-proto/blob/03b4ae2236aafe4af56df8232cea03378545b86f/rfc/adv_rpc_shared_registration.md) and [here](http://crossbar.io/docs/Shared-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#shared-registrations)
52-
* [Subscriber black and whitelisting](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_subscriber_blackwhite_listing.md)
53-
* [Publisher exclusion](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_publisher_exclusion.md)
54-
* [Publisher identification](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_publisher_identification.md)
55-
* [Pattern-based subscriptions](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_pattern_based_subscription.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Subscriptions/) - see [subscriber tutorial](WAMP2/Roles/Subscriber/Reflection-based-Subscriber.md#pattern-based-subscriptions)
56-
* [Pattern-based registrations](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_rpc_pattern_based_registration.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#pattern-based-registrations)
48+
* [Progressive call results](https://github.com/wamp-proto/wamp-proto/tree/master/rfc/text/advanced/ap_rpc_progressive_call_results.md): [caller tutorial](WAMP2/Roles/Caller/Reflection-based-Caller.md#progressive-call-results), [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#progressive-call-results)
49+
* [Caller identification](https://github.com/wamp-proto/wamp-proto/tree/master/rfc/text/advanced/ap_rpc_caller_identification.md): [caller tutorial](WAMP2/Roles/Caller/Reflection-based-Caller.md#caller-identification), [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md)
50+
* [Session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_session_meta_api.md), [Registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_registration_meta_api.md), [Subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/subscription-meta-api.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#meta-api-descriptor-service)
51+
* [Shared registrations](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_shared_registration.md), see also [here](http://crossbar.io/docs/Shared-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#shared-registrations)
52+
* [Subscriber black and whitelisting](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscriber_blackwhite_listing.md)
53+
* [Publisher exclusion](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_publisher_exclusion.md)
54+
* [Publisher identification](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_publisher_identification.md)
55+
* [Pattern-based subscriptions](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_pattern_based_subscription.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Subscriptions/) - see [subscriber tutorial](WAMP2/Roles/Subscriber/Reflection-based-Subscriber.md#pattern-based-subscriptions)
56+
* [Pattern-based registrations](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_pattern_based_registration.md) - see also [here](http://crossbar.io/docs/Pattern-Based-Registrations/) - see [callee tutorial](WAMP2/Roles/Callee/Reflection-based-Callee.md#pattern-based-registrations)
5757
* [RawSocket transport](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/rawsocket-transport.md) - see [release notes](Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md#rawsocket-rewrite)
58-
* [Authentication](https://github.com/wamp-proto/wamp-proto/blob/master/spec/advanced/authentication.md) - see [Router side authentication](WAMP2/Router/Router-side-authentication.md), [Client side authentication](WAMP2/Client/Client-side-authentication.md).
58+
* [Authentication](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/authentication.md) - see [Router side authentication](WAMP2/Router/Router-side-authentication.md), [Client side authentication](WAMP2/Client/Client-side-authentication.md).
5959
* [WAMP-CRA](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/work/challenge-response-authentication.md) - see [WAMP-CRA router side authentication](WAMP2/Router/WAMP-CRA-router-side-authentication.md), [WAMP-CRA client side authentication](WAMP2/Client/WAMP-CRA-client-side-authentication.md)
6060

6161
#### Router

Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ IWampChannel channel =
117117
118118
####Meta-api descriptor service
119119

120-
From this version WAMP meta-api is implemented (i.e. [session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_session_meta_api.md), [registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_rpc_registration_meta_api.md) and [subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/adv_pubsub_subscription_meta_api.md)). It is possible both to consume WAMP meta-api from a WampSharp client, and to expose it from a WampSharp router.
120+
From this version WAMP meta-api is implemented (i.e. [session meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_session_meta_api.md), [registration meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_registration_meta_api.md) and [subscription meta api](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscription_meta_api.md)). It is possible both to consume WAMP meta-api from a WampSharp client, and to expose it from a WampSharp router.
121121

122122
##### Exposing meta-api
123123

0 commit comments

Comments
 (0)