Package erlang-xmpp: Information

    Source package: erlang-xmpp
    Version: 1.5.6-alt1
    Latest version according to Repology
    Build time:  Oct 27, 2022, 06:41 PM in the task #308885
    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

    ACL:
    Anton Farygin
    @everybody

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

    Last changed


    Jan. 17, 2022 Aleksei Nikiforov 1.5.6-alt1
    - Updated to upstream version 1.5.6.
    July 26, 2021 Aleksei Nikiforov 1.5.4-alt1
    - Updated to upstream version 1.5.4.
    June 11, 2021 Aleksei Nikiforov 1.5.3-alt1
    - Updated to upstream version 1.5.3.