@@ -89,7 +89,8 @@ Each member of the group must have a unique identity. This is a requirement to
8989setup the end-to-end encryption using the MLS protocol. The identity can be
9090represented by a JWT, or a shared secret. For simplicity, we will use a shared
9191secret. You can find examples using JWT in the [ SLIM
92- Repo] ( https://github.com/agntcy/slim/blob/main/data-plane/python-bindings/examples/src/slim_bindings_examples/common.py#L71-L112 ) .
92+ Repo] ( https://github.com/agntcy/slim/tree/slim-v0.4.0/data-plane/python-bindings/examples/src/slim_bindings_examples/common.py#L71-L112 ) .
93+
9394
9495The python objects managing the identity are called ` PyIdentityProvider ` and
9596` PyIdentityVerifier ` . The ` PyIdentityProvider ` is responsible for providing the
@@ -292,9 +293,9 @@ script. You can run this script to see how the group communication works using
292293SLIM.
293294
294295The same example can be found in the [ SLIM examples
295- folder] ( https://github.com/agntcy/slim/tree/main /data-plane/python-bindings/examples ) .
296+ folder] ( https://github.com/agntcy/slim/tree/slim-v0.4.0 /data-plane/python-bindings/examples/src/slim_bindings_examples ) .
296297In particular this tutorial is based on the
297- [ pubsub.py] ( https://github.com/agntcy/slim/blob/main /data-plane/python-bindings/examples/src/slim_bindings_examples/pubsub.py )
298+ [ pubsub.py] ( https://github.com/agntcy/slim/tree/slim-v0.4.0 /data-plane/python-bindings/examples/src/slim_bindings_examples/pubsub.py )
298299example
299300
300301#### moderator.py
@@ -575,9 +576,9 @@ def main():
575576The slim repository also includes examples of 1:1 communication sessions. Using
576577the SLIM SDK for 1:1 sessions is very similar to the approach demonstrated in
577578the group communication example. For reference, see the
578- [ fire_and_forget.py] ( https://github.com/agntcy/slim/blob/main /data-plane/python-bindings/examples/src/slim_bindings_examples/fire_and_forget.py )
579+ [ fire_and_forget.py] ( https://github.com/agntcy/slim/tree/slim-v0.4.0 /data-plane/python-bindings/examples/src/slim_bindings_examples/fire_and_forget.py )
579580and
580- [ request_reply.py] ( https://github.com/agntcy/slim/blob/main /data-plane/python-bindings/examples/src/slim_bindings_examples/request_reply.py )
581+ [ request_reply.py] ( https://github.com/agntcy/slim/tree/slim-v0.4.0 /data-plane/python-bindings/examples/src/slim_bindings_examples/request_reply.py )
581582files.
582583
5835841:1 communication is particularly useful when you want to use SLIM as a
0 commit comments