Package: ejabberd Version: 23.04~git20230414.1114a35-0.1~bpo11+1 Architecture: amd64 Maintainer: Ejabberd Packaging Team Installed-Size: 9976 Pre-Depends: init-system-helpers (>= 1.54~), openssl Depends: adduser, ucf, debconf (>= 0.5) | debconf-2.0, erlang-base, erlang-abi (= 17.0), erlang-asn1 (>= 1:23.2.6+dfsg), erlang-base (>= 1:23.2.6+dfsg) | erlang-base-hipe (>= 1:23.2.6+dfsg), erlang-crypto (>= 1:23.2.6+dfsg), erlang-inets (>= 1:23.2.6+dfsg), erlang-mnesia (>= 1:23.2.6+dfsg), erlang-odbc (>= 1:23.2.6+dfsg), erlang-os-mon (>= 1:23.2.6+dfsg), erlang-public-key (>= 1:23.2.6+dfsg), erlang-ssl (>= 1:23.2.6+dfsg), erlang-syntax-tools (>= 1:23.2.6+dfsg), erlang-base64url (>= 1.0.1), erlang-goldrush (>= 0.1.9), erlang-idna (>= 6.0.0), erlang-jiffy (>= 1.1.1), erlang-jose (>= 1.11.5), erlang-lager (>= 3.9.1), erlang-p1-acme (>= 1.0.22), erlang-p1-cache-tab (>= 1.0.30), erlang-p1-eimp (>= 1.0.22), erlang-p1-mqtree (>= 1.0.15), erlang-p1-pkix (>= 1.0.9), erlang-p1-stringprep (>= 1.0.29), erlang-p1-stun (>= 1.2.7), erlang-p1-tls (>= 1.1.16), erlang-p1-utils (>= 1.0.25), erlang-p1-xml (>= 1.1.49), erlang-p1-xmpp (>= 1.6.1+git202304~), erlang-p1-yaml (>= 1.0.36), erlang-p1-yconf (>= 1.0.15), erlang-p1-zlib (>= 1.0.12), erlang-unicode-util-compat (>= 0.3.1), erlang-xmerl Suggests: apparmor, apparmor-utils, libunix-syslog-perl, imagemagick, yamllint, ejabberd-contrib, erlang-luerl, erlang-p1-oauth2 (>= 0.6.11), erlang-p1-mysql (>= 1.0.21), erlang-p1-pam (>= 1.0.14), erlang-p1-pgsql (>= 1.1.20), erlang-p1-sip (>= 1.0.49), erlang-p1-sqlite3 (>= 1.1.14), erlang-redis-client (>= 1.2.0) Provides: mqtt-broker, stun-server, turn-server, xmpp-server Multi-Arch: allowed Homepage: https://www.ejabberd.im Priority: optional Section: net Filename: pool/main/e/ejabberd/ejabberd_23.04~git20230414.1114a35-0.1~bpo11+1_amd64.deb Size: 4751428 SHA256: 42f5ec7c93e12ebf6d378a77e1268d517074dc4f994b2a16c9c4676c9109d0a7 SHA1: d28ab0a9c6092f39be046347ee4db61767912bfe MD5sum: c6958a7478737bba1f6c847535a15933 Description: extensible realtime platform (XMPP server + MQTT broker + SIP service) ejabberd is a Jabber/XMPP + MQTT + SIP server written in Erlang, featuring: * distributed operation with load-balancing across a cluster; * fault-tolerant database replication and storage on multiple nodes, allowing nodes to be added or replaced "on the fly"; * virtual hosting (several virtual domains can be served using a single ejabberd instance); * XMPP compliance; * MQTT 5 compliance; * SIP service; * web-based administration; * SSL/TLS support; * conferencing via Multi-User Chat; * Jabber Users Directory, based on users' vCards; * service discovery; * shared roster. Package: erlang-p1-xmpp Version: 1.6.1+git20230414.46b6c19-0.1~bpo11+1 Architecture: amd64 Maintainer: Ejabberd Packaging Team Installed-Size: 2923 Depends: libc6 (>= 2.14), erlang-base, erlang-abi (= 17.0), erlang-asn1 (>= 1:23.2.6+dfsg), erlang-base (>= 1:23.2.6+dfsg) | erlang-base-hipe (>= 1:23.2.6+dfsg), erlang-crypto (>= 1:23.2.6+dfsg), erlang-syntax-tools (>= 1:23.2.6+dfsg), erlang-idna (>= 6.0.0), erlang-p1-xml (>= 1.1.49), erlang-p1-stringprep (>= 1.0.29), erlang-p1-tls (>= 1.1.16), erlang-unicode-util-compat (>= 0.3.1), erlang-p1-utils (>= 1.0.25), erlang-p1-zlib (>= 1.0.12) Multi-Arch: allowed Homepage: https://github.com/processone/xmpp Priority: optional Section: libs Filename: pool/main/e/erlang-p1-xmpp/erlang-p1-xmpp_1.6.1+git20230414.46b6c19-0.1~bpo11+1_amd64.deb Size: 1685988 SHA256: 599754aafdef948e29958d436f619f5063e0614cbe249ce3deb91644c722183e SHA1: 0a92854f368e4a2717abd2cbccdf33534c013d01 MD5sum: a0a9b2cd5dc51413607bb60e8d5b444d Description: 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. Package: erlang-p1-xmpp-dbgsym Source: erlang-p1-xmpp Version: 1.6.1+git20230414.46b6c19-0.1~bpo11+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ejabberd Packaging Team Installed-Size: 58 Depends: erlang-p1-xmpp (= 1.6.1+git20230414.46b6c19-0.1~bpo11+1) Priority: optional Section: debug Filename: pool/main/e/erlang-p1-xmpp/erlang-p1-xmpp-dbgsym_1.6.1+git20230414.46b6c19-0.1~bpo11+1_amd64.deb Size: 28912 SHA256: f4c5cef60bd7bfab0d183a62e110c6af927a028f47676d4ee8a19802de913faf SHA1: 9a2be1d9e0aa0e901a0e44396fb5d9ec67029e82 MD5sum: 4cf74079022b06896112f022305102c2 Description: debug symbols for erlang-p1-xmpp Build-Ids: 2ee4cbef00d2f361419e3f465267441a44bf5d8d b5df1c28f20d8239d92ecec5b4bd51cfca0be0bd dcc2fcc9f48f9f04bc82e98ec889861dcb982df3