processone / xmpp

Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
http://process-one.net
Apache License 2.0
137 stars 88 forks source link

pubsub: publish-options: Add all fields from node_config data form #73

Closed lnjX closed 1 year ago

lnjX commented 1 year ago

Newer versions of PubSubs say all node configuration options should be available as publish options. This copies all options from the node config form.

Fixes processone/ejabberd#3044.

badlop commented 1 year ago

Merged, thanks!

I've updated ci.yml, because it should run and commit make spec automatically, but there was a problem that didn't do it.

Regarding the linked issue in ejabberd, do you consider it can get closed as fixed when ejabberd is updated to use this improved xmpp?