From 7bbf51567b7b43684b8f54666a9a647f7c9d10e0 Mon Sep 17 00:00:00 2001 From: Michael Santos Date: Mon, 7 Feb 2022 08:25:29 -0500 Subject: [PATCH] 0.14.2 Tag release for https://github.com/msantos/xmppipe/issues/6 Thanks @anjandev! --- README.md | 12 ------------ src/xmppipe.h | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 0a591a0..e2be1fd 100644 --- a/README.md +++ b/README.md @@ -509,15 +509,3 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * support PUT header elements * handle error conditions - - Questions: - - * save the maximum file size returned by the server and disallow uploads - larger than the value? - - * xmppipe is "pinned" to the upload server returned in the IQ reply (the - "to" field is ignored) - - * allow other upload servers? - - * error if different upload server is specified in "u::"? diff --git a/src/xmppipe.h b/src/xmppipe.h index 5764db4..a17738a 100644 --- a/src/xmppipe.h +++ b/src/xmppipe.h @@ -27,7 +27,7 @@ #include "strtonum.h" #endif -#define XMPPIPE_VERSION "0.14.1" +#define XMPPIPE_VERSION "0.14.2" #define XMPPIPE_RESOURCE "xmppipe" #define XMPPIPE_STREQ(a, b) (strcmp((a), (b)) == 0)