Package erlang-xmpp: Information

    Source package: erlang-xmpp
    Version: 1.1.20-alt1.M80P.1
    Build time:  May 29, 2018, 02:56 PM in the task #206355
    Report package bug
    License: ASL 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, i586)
    erlang-xmpp-debuginfo (x86_64, i586)

    Maintainer: Aleksei Nikiforov

    List of contributors:
    Aleksei Nikiforov

      1. rebar
      2. rpm-build-erlang
      3. rpm-build-ubt
      4. erlang-devel
      5. erlang-fast_xml
      6. erlang-otp-devel
      7. erlang-p1_utils
      8. erlang-stringprep

    Last changed


    April 16, 2018 Aleksei Nikiforov 1.1.20-alt1.M80P.1
    - Initial build for ALT.