套件: golang-debian-mdosch-xmppsrv-dev (0.1.1-1)
golang-debian-mdosch-xmppsrv-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-debian-mdosch-xmppsrv:
- [golang-debian-mdosch-xmppsrv_0.1.1-1.dsc]
- [golang-debian-mdosch-xmppsrv_0.1.1.orig.tar.gz]
- [golang-debian-mdosch-xmppsrv_0.1.1-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Martin Dosch
外部的資源:
- 主頁 [salsa.debian.org]
相似套件:
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.