Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038769
en ru br
ALT Linux repos
S:1.5.6-alt1

Group :: Development/Erlang
RPM: erlang-xmpp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.6-alt1
Build date: 17 january 2022, 08:44 ( 114.5 weeks ago )
Size: 428.76 Kb

Home 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).

Current maintainer: Aleksei Nikiforov

List of contributors

List of rpms provided by this srpm:

  • erlang-xmpp
  • erlang-xmpp-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin