golang-debian-mdosch-xmppsrv 0.2.6-2 source package in Ubuntu

Changelog

golang-debian-mdosch-xmppsrv (0.2.6-2) unstable; urgency=medium

  * d/control: Fix typo.

 -- Martin Dosch <email address hidden>  Sat, 17 Feb 2024 16:37:01 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-debian-mdosch-xmppsrv_0.2.6-2.dsc 2.2 KiB cd98a16bfdd184bc19b8b0f4317eb71fdc10483f20a14441c68254cda20e5409
golang-debian-mdosch-xmppsrv_0.2.6.orig.tar.gz 4.6 KiB 650083948653a292d303e54cd82fb9036814d34e92c1f156b353b561acaa066e
golang-debian-mdosch-xmppsrv_0.2.6-2.debian.tar.xz 2.5 KiB eb11cb7c6b49d5fd2725cda2c0461bd079eca5c331f355d83f828472ea1b3bcc

Available diffs

No changes file available.

Binary packages built by this source

golang-debian-mdosch-xmppsrv-dev: Look up XMPP SRV records (library)

 All functions return []SRV with SRV being the following struct:
 .
 type SRV struct {
         Type string
         Target string
         Port uint16
         Priority uint16
         Weight uint16
 }
 .
 Type is either xmpp-client, xmpps-client, xmpp-server or xmpps-server.
 .
 The functions LookupXmppServer, LookupXmppsServer, LookupXmppClient
 and LookupXmppsClient` are called with the server name and return the
 respective SRV records.
 .
 The function LookupClient and LookupServer are also called with the
 server name but return xmpp and xmpps SRV records ordered by priority
 and weight.