Package erlang-xmpp: Information

  • Default inline alert: Version in the repository: 1.5.4-alt1

Source package: erlang-xmpp
Version: 1.5.2-alt1
Build time:  Feb 15, 2021, 07:35 PM in the task #265749
Report package bug
License: Apache-2.0
Summary: Erlang/Elixir XMPP parsing and serialization library on top of Fast XML
Description: 
The library provides comprehensive representation of XMPP elements
as well as tools to work with them.
Every such element is represented by an Erlang record.
Most of the library's code is auto generated
and thus considered to be bug free and efficient.

The approach is very similar to ASN.1, Google Protocol Buffers
or Apache Thrift: an XML element is transformed
into internal language structure (an Erlang record in our case)
- the process known as "decoding".
During decoding, validation is also performed,
thus well-typed structures are generated,
potentially decreasing bugs related to handcrafted parsing.
A reverse process known as "encoding" is applied
for transforming an Erlang record into an XML element.

The library should be used along with fast_xml library,
because it is only able to decode from and encode
to structures generated by that library (that is, xmlel() elements).

List of rpms provided by this srpm:
erlang-xmpp (x86_64, ppc64le, i586, armh, aarch64)
erlang-xmpp-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Aleksei Nikiforov

List of contributors:
Aleksei Nikiforov

    1. erlang-devel
    2. erlang-ezlib
    3. erlang-fast_tls
    4. erlang-fast_xml
    5. erlang-idna
    6. erlang-otp-devel
    7. erlang-p1_utils
    8. erlang-stringprep
    9. /usr/bin/rebar
    10. rpm-build-erlang

Last changed


Feb. 3, 2021 Aleksei Nikiforov 1.5.2-alt1
- Updated to upstream version 1.5.2.
Jan. 12, 2021 Aleksei Nikiforov 1.5.1-alt1
- Updated to upstream version 1.5.1.
Aug. 5, 2020 Aleksei Nikiforov 1.4.9-alt1
- Updated to upstream version 1.4.9.