Compare commits

...

10 Commits

Author SHA256 Message Date
e8a03d3165 bump for ejabberd 24.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=38
2025-01-14 14:22:25 +00:00
334670dfb6 Accepting request 1232866 from home:abergmann:ejabberd:group-issue
- Update to version 1.9.2:
  * Update needed for ejabberd build dependency.

OBS-URL: https://build.opensuse.org/request/show/1232866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=37
2024-12-20 23:31:32 +00:00
6888936608 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=36
2024-07-25 23:34:44 +00:00
1924370f96 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=35
2024-06-28 14:52:01 +00:00
22e035f698 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=34
2024-06-04 21:35:32 +00:00
16b05b385c bump to 1.7.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=33
2023-10-21 23:53:06 +00:00
745b9747c7 bump for ejabberd
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=32
2023-04-19 22:50:47 +00:00
258b55fd9d bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=31
2023-01-18 11:16:21 +00:00
a936ce4180 bump
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=30
2023-01-10 11:00:45 +00:00
68990c4d35 bump to 1.5.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-xmpp?expand=0&rev=29
2022-06-07 13:57:42 +00:00
8 changed files with 25 additions and 88 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.5.6</param>
<param name="revision">1.9.3</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
name: xmpp
version: 1.5.6
mtime: 1638192453
commit: e2fd645617b6efecae1b0fb66f97cfd546e8a5a7
version: 1.9.3
mtime: 1734807522
commit: e96ea43f3a8e47523aacad8086ba8e53efd0eb65

View File

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

View File

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