Search Criteria
Package Details: telepathy-gabble-cisco 0.18.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/telepathy-gabble-cisco.git (read-only, click to copy) |
---|---|
Package Base: | telepathy-gabble-cisco |
Description: | A Jabber/XMPP connection manager for Telepathy, patched to connect to Cisco Jabber servers |
Upstream URL: | https://telepathy.freedesktop.org |
Licenses: | LGPL2.1 |
Conflicts: | telepathy-gabble |
Provides: | telepathy-gabble |
Submitter: | K900 |
Maintainer: | None |
Last Packager: | micwoj92 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-03 16:35 (UTC) |
Last Updated: | 2021-06-12 05:58 (UTC) |
Dependencies (6)
- libnice
- libsoup (libsoup-gnome-git, libsoup-gnome)
- telepathy-glib
- gnome-common (make)
- libxslt (libxslt-git) (make)
- python (python38, python37, nogil-python, python39, python36, python32, python311) (make)
Required by (3)
- empathy (requires telepathy-gabble) (optional)
- empathy-git (requires telepathy-gabble) (optional)
- sugar-git (requires telepathy-gabble)
Latest Comments
languitar commented on 2021-01-07 12:06 (UTC)
Doesn't compile anymore.
K900 commented on 2018-12-17 19:37 (UTC)
It should work out of the box if you're using a new enough server version. For older versions you might still need the patch from this package, though it probably won't apply cleanly considering how old it is.
sylv1g commented on 2018-12-17 19:34 (UTC)
how do you configure your telepathy to work with cisco jabber? does it require a special configuration of the server? I could not connect to it with the upstream gabble
K900 commented on 2018-10-04 09:46 (UTC)
This is no longer relevant - latest versions of Cisco Jabber work fine with upstream Gabble.
julioc0 commented on 2018-02-08 04:56 (UTC) (edited on 2018-02-08 04:56 (UTC) by julioc0)
The error reported earlier happens due to OpenSSL (which telepathy-gabble depends on) having changed their headers after 1.0.
To fix this, you must have openssl-1.0 (from core) installed and add the following lines in the build() phase of PKGBUILD, right after the patch:
CFLAGS+=" -I/usr/include/openssl-1.0"
LDFLAGS+=" -L/usr/lib/openssl-1.0 -lssl"
rigelk commented on 2017-12-19 15:24 (UTC)
Same build failure in Archlinux with wocky-openssl.
FXOjafar commented on 2017-10-02 06:58 (UTC)