- Update to version 1.1.17:

* Release 1.1.17
  * Register pubsub#multi-items feature and add pubsub#max_items field to meta-data
  * Mention try_subtag/2 in the README
  * Fix formatting in API.md
  * New function: xmpp:try_subtag/2
  * Make pretty printer understand jid records
  * Re-generate the spec
  * Support XEP-0184: Message Delivery Receipts
  * Improve pretty printer and sub-elements processing
  * Add PubSub error condition: 'precondition-not-met'
  * pubsub_publish_options.xdata: Reject 'secret'
  * Allow empty URIs in xmpp_uri:check/1
  * Update muc#roominfo form and add validation for 'muc#room*_pubsub' fields
  * Introduce xmpp_uri module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=8
This commit is contained in:
2017-12-30 00:35:49 +00:00
committed by Git OBS Bridge
parent d59f4876a3
commit 1aa68b4d1c
8 changed files with 29 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.1.16</param>
<param name="revision">1.1.17</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="changesrevision">d4e43f1ad9a830d534b475ac2c12093afd9e0e04</param></service></servicedata>
<param name="changesrevision">96f4322b9fde1f028da63ad4e32d88823f5c4b61</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b039a06153d11df3650aedf2a472f65c05c4e31e9357c5fb1b425204084531fa
size 2072588

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49fa2186adfbaf739a84321ed29e454be7179df8486a6db64b8f5691135d4757
size 2209292

View File

@@ -1,5 +1,5 @@
name: xmpp
version: 1.1.16
mtime: 1511170794
commit: d4e43f1ad9a830d534b475ac2c12093afd9e0e04
version: 1.1.17
mtime: 1514282959
commit: 96f4322b9fde1f028da63ad4e32d88823f5c4b61

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/xmpp.git</param>
<param name="changesrevision">d4e43f1ad9a830d534b475ac2c12093afd9e0e04</param></service></servicedata>
<param name="changesrevision">96f4322b9fde1f028da63ad4e32d88823f5c4b61</param></service></servicedata>

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Dec 30 00:35:41 UTC 2017 - mrueckert@suse.de
- Update to version 1.1.17:
* Release 1.1.17
* Register pubsub#multi-items feature and add pubsub#max_items field to meta-data
* Mention try_subtag/2 in the README
* Fix formatting in API.md
* New function: xmpp:try_subtag/2
* Make pretty printer understand jid records
* Re-generate the spec
* Support XEP-0184: Message Delivery Receipts
* Improve pretty printer and sub-elements processing
* Add PubSub error condition: 'precondition-not-met'
* pubsub_publish_options.xdata: Reject 'secret'
* Allow empty URIs in xmpp_uri:check/1
* Update muc#roominfo form and add validation for 'muc#room*_pubsub' fields
* Introduce xmpp_uri module
-------------------------------------------------------------------
Thu Nov 23 20:25:31 UTC 2017 - mrueckert@suse.de

View File

@@ -16,7 +16,7 @@
#
Name: erlang-xmpp
Version: 1.1.16
Version: 1.1.17
Release: 0
Summary: Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
License: Apache-2.0