deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Description: |-
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,
LookupXmppClientandLookupXmppsClient`
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.
Homepage: https://salsa.debian.org/mdosch/xmppsrv
Installed-Size: '33'
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Multi-Arch: foreign
Package: golang-debian-mdosch-xmppsrv-dev
Priority: optional
Section: golang
Source: golang-debian-mdosch-xmppsrv
Version: 0.2.4-1
srcpkg_name: golang-debian-mdosch-xmppsrv
srcpkg_version: 0.2.4-1