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

Changelog

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

  * New upstream version 1.1.16
  * Updated Standards-Version: 4.1.1 (no changes needed)

 -- Philipp Huebner <email address hidden>  Mon, 27 Nov 2017 20:18:41 +0100

Upload details

Uploaded by:
Philipp Huebner
Uploaded to:
Sid
Original maintainer:
Philipp Huebner
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.1.16-1.dsc 2.1 KiB 5256d089f0ebf5af2333c5accf462030a482e85decac0c19222d89a106a823a4
erlang-p1-xmpp_1.1.16.orig.tar.gz 220.8 KiB c50a1d79d9e2bebbcca9af16b76ed45076864906f57d301fbf2171b23d5c2fb7
erlang-p1-xmpp_1.1.16-1.debian.tar.xz 3.3 KiB 965719a817e01a0546d855d0de5c185b2523584676b9c465e7635a23719575e6

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 it's own project to follow
 Erlang/OTP guidelines.

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