Package erlang-xmpp: Information
Source package: erlang-xmpp
Version: 1.5.6-alt1
Build time: Sep 24, 2024, 03:37 AM
Category: Development/Erlang
Report package bugHome page: https://github.com/processone/xmpp
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 RPM packages built from this SRPM:
erlang-xmpp (loongarch64)
erlang-xmpp-debuginfo (loongarch64)
erlang-xmpp (loongarch64)
erlang-xmpp-debuginfo (loongarch64)
Maintainer: Aleksei Nikiforov
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.