From c1beeb941a3748c49ac76191edf4c385ffd3b580 Mon Sep 17 00:00:00 2001 From: Eric Wolz Date: Mon, 5 Feb 2024 14:13:24 -0800 Subject: [PATCH] Update readme.md --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index f24abf60..95a1a9b1 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope # uAMQP -`uAMQP` is a general purpose C library for AMQP 1.0. +`uAMQP` is a C library for AMQP 1.0 communication to Azure Cloud Services. The goals are: @@ -10,10 +10,7 @@ The goals are: - Optimizing for low RAM footprint - Be as portable as possible -It is currently mostly a client side implementation only. -Although much of the standard is symmetrical, there are parts that are asymmetrical, like the SASL handshake. - -The server side support of `uAMQP` (for example for SASL) is currently work in progress. +It is currently a client side implementation only. ## Dependencies