# Installer gloox avec Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gloox pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:gloox
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gloox
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gloox
```

  Preuve: MacPorts ports tree: net/gloox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gloox
```

  Preuve: Alpine Linux edge package indexes: gloox from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install gloox
```

  Preuve: Fedora Rawhide package metadata: gloox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gloox
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gl/gloox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gloox
```

  Preuve: Arch Linux sync databases: gloox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libgloox-dev
```

  Preuve: Debian stable package indexes: libgloox-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install gloox-devel
```

  Preuve: openSUSE Tumbleweed package metadata: gloox-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:gloox
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.28
- **Résumé source:** C++ Jabber/XMPP library that handles the low-level protocol
- **Page d'accueil:** <https://camaya.net/gloox/>
- **Dernière mise à jour:** 2026-06-22T14:03:34-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gloox-config (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.0.28
## Historique du projet et usages

gloox is a portable ANSI C++ Jabber/XMPP client library. It provides protocol-level building blocks for XMPP clients, components, authentication, roster handling, messaging, file transfer, proxy support, and extension support.

### Historique du projet

The official Camaya site presents gloox as a full-featured XMPP engine maintained by Jakob Schroeter, with stable tarball releases, API documentation, a changelog, and anonymous SVN access. The site copyright range runs from 2002 to 2023, and the latest stable version listed there is 1.0.28.

### Historique d'adoption

gloox became useful to developers who wanted a C++ library rather than a complete XMPP client. The official site lists several product users, and the supplied package metadata shows packaging across Alpine, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE.

### Modes d'utilisation

Developers embed gloox in C++ clients, bots, and components. The official documentation points users to feature documentation, API references, examples, FAQ material, and source installation using configure, make, and make install.

### Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, gloox is a classic C++ networking library package: tarball releases, optional TLS and compression dependencies, a `gloox-config` helper, pkg-config-style integration, and ABI-sensitive releases used by downstream XMPP software.

### Chronologie

- 2002: Official Camaya site copyright range begins.
- 2020: gloox 1.0.24 released.
- 2023: gloox 1.0.25, 1.0.26, 1.0.27, and 1.0.28 released.
- 2023: Official API documentation for gloox 1.0.28 published.

### Related projects

- gloox is related to Jabber/XMPP clients, bots, components, XMPP Extension Protocol implementations, and the related glooxd server project hosted on the same Camaya site.

### Sources

- <https://camaya.net/api/gloox-1.0.28/>
- <https://camaya.net/gloox/>
- <https://camaya.net/gloox/changelog/>
- <https://camaya.net/gloox/doc/>
- <https://camaya.net/gloox/download/>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gloox. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Debian apt - libgloox-dev - 1.0.28-1+b3: normalized package name match | Debian stable package indexes: libgloox-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C++ jabber/xmpp library (devel) | https://camaya.net/gloox/
- Debian apt - libgloox-doc - 1.0.28-1: normalized package name match | Debian stable package indexes: libgloox-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C++ jabber/xmpp library (API documentation) | https://camaya.net/gloox/
- Debian apt - libgloox18 - 1.0.28-1+b3: normalized package name match | Debian stable package indexes: libgloox18 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C++ jabber/xmpp library | https://camaya.net/gloox/
- Nix - gloox: normalized package name match | nixpkgs package indexes: pkgs/by-name/gl/gloox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libgloox-dev - 1.0.28-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgloox-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C++ jabber/xmpp library (devel) | https://camaya.net/gloox/
- Ubuntu apt - libgloox-doc - 1.0.28-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgloox-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C++ jabber/xmpp library (API documentation) | https://camaya.net/gloox/
- Ubuntu apt - libgloox18 - 1.0.28-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgloox18 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C++ jabber/xmpp library | https://camaya.net/gloox/
- apk - gloox - 1.0.28-r0: normalized package name match | Alpine Linux edge package indexes: gloox from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | C++ Jabber/XMPP client library | https://camaya.net/gloox/
- apk - gloox-dev - 1.0.28-r0: normalized package name match | Alpine Linux edge package indexes: gloox-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | C++ Jabber/XMPP client library (development files) | https://camaya.net/gloox/
- dnf - gloox - 1.0.28-8.fc45: normalized package name match | Fedora Rawhide package metadata: gloox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A rock-solid, full-featured Jabber/XMPP client C++ library | https://camaya.net/gloox
- dnf - gloox-devel - 1.0.28-8.fc45: normalized package name match | Fedora Rawhide package metadata: gloox-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for gloox | https://camaya.net/gloox
- pacman - gloox - 1.0.28-1: normalized package name match | Arch Linux sync databases: gloox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | C++ libraries for development of Jabber client/component/server | https://camaya.net/gloox
- zypper - gloox-devel - 1.0.28-1.9: normalized package name match | openSUSE Tumbleweed package metadata: gloox-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | High-level XMPP Library for C++ | https://camaya.net/gloox
- zypper - libgloox18 - 1.0.28-1.9: normalized package name match | openSUSE Tumbleweed package metadata: libgloox18 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | High-level XMPP Library for C++ | https://camaya.net/gloox
- MacPorts - gloox: normalized package name match | MacPorts ports tree: net/gloox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gloox.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gloox.yml)


## Sources

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
