March 25, 2016

Pidgin with XEP-0280 Message Carbons

If you have multiple clients connected to a jabber server with XEP-0280 enabled, you may want to receive all messages on all clients. ATM, Pidgin does not support this, but there’s a patch available. I’m just picking up this comment on how to build it: mkdir -p ~/pidgin docker run --rm -ti -v ~/pidgin:/pidgin -w /pidgin ubuntu:xenial /bin/bash apt-get update apt-get install curl dpkg-dev -y apt-get source pidgin apt-get -y build-dep pidgin cd pidgin-* curl -O https://developer. Read more