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)