Compare commits
10 Commits
73649ad9dc
...
e8a03d3165
Author | SHA256 | Date | |
---|---|---|---|
e8a03d3165 | |||
334670dfb6 | |||
6888936608 | |||
1924370f96 | |||
22e035f698 | |||
16b05b385c | |||
745b9747c7 | |||
258b55fd9d | |||
a936ce4180 | |||
68990c4d35 |
2
_service
2
_service
@@ -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.5.6</param>
|
||||
<param name="revision">1.9.3</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/xmpp.git</param>
|
||||
<param name="changesrevision">e2fd645617b6efecae1b0fb66f97cfd546e8a5a7</param>
|
||||
<param name="changesrevision">e96ea43f3a8e47523aacad8086ba8e53efd0eb65</param>
|
||||
</service>
|
||||
</servicedata>
|
@@ -1,85 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 20:05:38 UTC 2021 - obs-service-tar-scm@invalid
|
||||
Tue Jan 14 14:22:29 UTC 2025 - obs-service-tar-scm@invalid
|
||||
|
||||
- Update to version 1.5.6:
|
||||
* Release 1.5.6
|
||||
* Release 1.5.5
|
||||
- Update to version 1.9.3:
|
||||
* Release 1.9.3
|
||||
* Update changelog
|
||||
* Actions: test default compilation, that is with rebar2
|
||||
* Generate documentation for hex.pm from README.md and API.md
|
||||
* Sometimes rebar3.crashdump is not generated, use DEBUG option instead
|
||||
* Fix erl_tidy and coveralls specs
|
||||
* Add MUC hats (XEP-0317, conversejs compatible)
|
||||
* Re-generate xmpp_codec and xep0333
|
||||
* XEP-0333: Don't decode <markable/> into 'true'
|
||||
* Remove deprecated code attribute from stanza error
|
||||
* Always emit subscription attribute in roster item
|
||||
* XEP-0060: Support 'integer-or-max' data type
|
||||
* Release 1.5.4
|
||||
* Update changelog
|
||||
* Ran make spec with erlang:24
|
||||
* Revert "Ran make spec, but only included relevant changes"
|
||||
* Get erl_tidy dependency before checking Xref
|
||||
* Run "REBAR=rebar3 make xdata"
|
||||
* Get back erl_tidy as a dependency when running "make xdata"
|
||||
* Ran make spec, but only included relevant changes
|
||||
* Updated address spec to include subels
|
||||
* specs: Add new MIX namespaces to IQs
|
||||
* Add new MIX-CORE and MIX-PAM namespaces
|
||||
* specs: Add MIX annotate to roster query
|
||||
* specs: Add MIX roster item extension
|
||||
* Add configure
|
||||
* Add support to send C coverage. Don't cache. Move hex plugin to Action
|
||||
* Update .gitignore
|
||||
* gitignore: Add automatically genereated XmppAddr files
|
||||
* Switch from Travis to Github Actions
|
||||
* Use a recent fast_xml that supports Erlang 24
|
||||
* Comment out erl_tidy, as it was removed in Erlang/OTP 24
|
||||
* Parametrize the rebar binary (processone/fast_tls#51)
|
||||
* Allow arbitrary elements inside vCard
|
||||
* In fact the new stringprep version is 1.0.25
|
||||
* Release 1.5.3
|
||||
* Update changelog
|
||||
* Add a Github Action to release to hex.pm when tagging
|
||||
* Update copyright year to 2021
|
||||
* Fix spec to match the current source code, as reportd by Dialyzer
|
||||
* xmpp uses p1_options, so Dialyzer reports some false warnings
|
||||
* Fix return value when skipping queued tcp packet to already closed socket
|
||||
* Release 1.5.2
|
||||
* Update changelog
|
||||
* Make xmpp_socket cleanup async
|
||||
* Peel of xmpp_socket from xmpp_stream_in after disconnect
|
||||
* Support XEP-0430: Inbox
|
||||
* Support XEP-0333: Chat Markers
|
||||
* Add p1_utils to applications, and sort them (#54)
|
||||
* Don't crash when client proof has wrong length
|
||||
* Make timezone generated in xep-202 always have sign
|
||||
* Support rebar3 projects that use xmpp as a dependency
|
||||
* Release 1.5.1
|
||||
* Update changelog
|
||||
* Fix tls-unique channel binding
|
||||
* Fix typo in SCRAM mechanisms
|
||||
* Release 1.5.0
|
||||
* Update changelog
|
||||
* Make #scram{} accept different hash functions
|
||||
* Remove debug code commited by mistake
|
||||
* Add support for SCRAM-SHA-{256,512}-{PLUS}
|
||||
* Release 1.4.10
|
||||
* Update changelog
|
||||
* Recompile with: make spec
|
||||
* Add support for MAM Flipped Pages (processone/ejabberd#3398)
|
||||
* Update .travis.yml
|
||||
* Update .travis.yml
|
||||
* Support building specs when using rebar3
|
||||
* Use include_lib() to include headers from dependency
|
||||
* Release 1.4.9
|
||||
* Release 1.4.8
|
||||
* Fixes to compile with Erlang/OTP 23.0
|
||||
* Replace bad-protocol sasl errors with not-authorized
|
||||
* Add Travis setup, and set Erlang/OTP 19.0 as lowest supported version
|
||||
* Release 1.4.7
|
||||
* Update changelog
|
||||
* Use old crypto:hmac only in Erlang older than 23 (processone/ejabberd#3284)
|
||||
* Don't account for fast mechanisms when caclulating ssdp hash
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 13:45:08 UTC 2024 - Alexander Bergmann <abergmann@suse.com>
|
||||
|
||||
- Update to version 1.9.2:
|
||||
* Update needed for ejabberd build dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 13:48:27 UTC 2018 - mrueckert@suse.de
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02acedb5347edf22535bba0825bc60e38ba833522b410dddf5bf943f226695d5
|
||||
size 4047884
|
3
_service:obs_scm:xmpp-1.9.3.obscpio
Normal file
3
_service:obs_scm:xmpp-1.9.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32cd120bccc503f124aec6ae46c4da1eb9a927d99b1769521435c6a36a630c4b
|
||||
size 4562444
|
@@ -1,4 +1,4 @@
|
||||
name: xmpp
|
||||
version: 1.5.6
|
||||
mtime: 1638192453
|
||||
commit: e2fd645617b6efecae1b0fb66f97cfd546e8a5a7
|
||||
version: 1.9.3
|
||||
mtime: 1734807522
|
||||
commit: e96ea43f3a8e47523aacad8086ba8e53efd0eb65
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/processone/xmpp.git</param>
|
||||
<param name="changesrevision">1.4.6</param>
|
||||
<param name="changesrevision">1.9.2</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 13:45:08 UTC 2024 - Alexander Bergmann <abergmann@suse.com>
|
||||
|
||||
- Update to version 1.9.2:
|
||||
* Update needed for ejabberd build dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 13:48:27 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user