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

Changelog

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

  * Set Maintainer: Ejabberd Packaging Team <email address hidden>
  * Set Uploaders: Philipp Huebner <email address hidden>
  * Updated Vcs-* fields in debian/control for salsa.debian.org
  * Updated years in debian/copyright
  * Updated Standards-Version: 4.1.3 (no changes needed)
  * New upstream version 1.1.17
  * (Build-)Depend on erlang-p1-xml (>=1.1.26)

 -- Philipp Huebner <email address hidden>  Thu, 04 Jan 2018 11:38:02 +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.1.17-1.dsc 2.1 KiB 59d06562dccc78346e563cfce09047f4e3a19fcf875ed9bc521aa144d468ec2c
erlang-p1-xmpp_1.1.17.orig.tar.gz 235.7 KiB c3211ef2f48e6846d3959f876757d82accb454b5c11eafff1a1d1c7264400e1b
erlang-p1-xmpp_1.1.17-1.debian.tar.xz 3.5 KiB b04dfd26608cb9ce3df51d6c21cb21a384242a03c165da062d2c9beeeb5daf4f

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