erlang-p1-xmpp 1.6.0-1 source package in Ubuntu

Changelog

erlang-p1-xmpp (1.6.0-1) unstable; urgency=medium

  * New upstream version 1.6.0
  * Updated Erlang dependencies
  * Refreshed debian/patches/rebar.config.diff

 -- Philipp Huebner <email address hidden>  Wed, 02 Nov 2022 15:26:49 +0100

Upload details

Uploaded by:
Ejabberd Packaging Team
Uploaded to:
Sid
Original maintainer:
Ejabberd Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
erlang-p1-xmpp_1.6.0-1.dsc 2.3 KiB bad5e5619d9713782ee5d87276fbbdd7aa69c3b8436e938bcf1decffcdb3ff09
erlang-p1-xmpp_1.6.0.orig.tar.gz 401.7 KiB 9c08af7ef01ccfca5586696051b14414bc0959d9a2d6b4060b9c4074ed22649e
erlang-p1-xmpp_1.6.0-1.debian.tar.xz 4.7 KiB bb71c2aac9b08c9546ec5fcedeb8fc59986820bdf2f45f031a4ffbb4b5a3a868

Available diffs

No changes file available.

Binary packages built by this source

erlang-p1-xmpp: Erlang/Elixir XMPP parsing and serialization library

 This 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 this 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.
 .
 This package should be used along with erlang-p1-xml, because it is
 only able to decode from and encode to structures generated by that
 library (that is, xmlel() elements).
 .
 This library was written for ejabberd which still uses it.
 It was split off into its own project to follow
 Erlang/OTP guidelines.

erlang-p1-xmpp-dbgsym: debug symbols for erlang-p1-xmpp