You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/howto-connect-mqtt-websocket-client.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ You could also add custom claims into the access token, and these values are pre
79
79
80
80
1. Follow [Getting started with server SDK](./reference-server-sdk-js.md#getting-started) to create a `WebPubSubServiceClient` object `service`
81
81
82
+
> [!NOTE]
83
+
> Generating MQTT client access URL is supported since [version 1.1.3](https://www.npmjs.com/package/@azure/web-pubsub/v/1.1.3?activeTab=versions).
84
+
82
85
2. Generate Client Access URL by calling `WebPubSubServiceClient.getClientAccessToken`:
83
86
84
87
```js
@@ -89,6 +92,9 @@ You could also add custom claims into the access token, and these values are pre
89
92
90
93
1. Follow [Getting started with server SDK](./reference-server-sdk-csharp.md#getting-started) to create a `WebPubSubServiceClient` object `service`
91
94
95
+
> [!NOTE]
96
+
> Generating MQTT client access URL is supported since [version 1.4.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub/1.4.0).
97
+
92
98
2. Generate Client Access URL by calling `WebPubSubServiceClient.GetClientAccessUri`:
93
99
94
100
```csharp
@@ -99,6 +105,9 @@ You could also add custom claims into the access token, and these values are pre
99
105
100
106
1. Follow [Getting started with server SDK](./reference-server-sdk-python.md#install-the-package) to create a `WebPubSubServiceClient` object `service`
101
107
108
+
> [!NOTE]
109
+
> Generating MQTT client access URL is supported since [version 1.2.0](https://pypi.org/project/azure-messaging-webpubsubservice/1.2.0/).
110
+
102
111
2. Generate Client Access URL by calling `WebPubSubServiceClient.get_client_access_token`:
103
112
104
113
```python
@@ -109,6 +118,10 @@ You could also add custom claims into the access token, and these values are pre
109
118
110
119
1. Follow [Getting started with server SDK](./reference-server-sdk-java.md#getting-started) to create a `WebPubSubServiceClient` object `service`
111
120
121
+
> [!NOTE]
122
+
> Generating MQTT client access URL is supported since [version 1.3.0](https://central.sonatype.com/artifact/com.azure/azure-messaging-webpubsub/1.3.0).
123
+
124
+
112
125
2. Generate Client Access URL by calling `WebPubSubServiceClient.getClientAccessToken`:
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/howto-develop-event-listener.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ ms.date: 09/30/2022
12
12
13
13
> [!NOTE]
14
14
> Event listener feature is in preview.
15
+
> Sending MQTT client events to event listener is not supported yet.
15
16
16
17
## Overview
17
18
@@ -76,7 +77,7 @@ Find your Azure Web PubSub service from **Azure portal**. Navigate to **Identity
76
77
77
78
In this article, you learned how event listeners work and how to configure an event listener with an event hub endpoint. To learn the data format sent to Event Hubs, read the following specification.
78
79
79
-
> [!div class="nextstepaction"]
80
+
> [!div class="nextstepaction"]
80
81
> [Specification: CloudEvents AMQP extension for Azure Web PubSub](./reference-cloud-events-amqp.md)
0 commit comments