Tag release for https://github.com/msantos/xmppipe/issues/6

Thanks @anjandev!
master 0.14.2
Michael Santos 2 years ago
parent a3a29bbba6
commit 7bbf51567b

@ -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:<from>:<to>"?

@ -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)

Loading…
Cancel
Save