5

When I have multiple Facebook Chat or Google Hangouts official clients connected to the same account, all messages that I type in one client appear on the other.

But if one of this clients is Pidgin, pidgin won't display the messages typed in other clients connected to the same account. Is there any way to enable this behavior? If not is it technically possible to implement this on an XMPP client?

1 Answer 1

3

The relevant XMPP extension is XEP-0280: Message Carbons:

In order to keep all IM clients for a user engaged in a conversation, outbound messages are carbon-copied to all interested resources.

It needs to be enabled by your XMPP server and supported by your XMPP client.

I don’t use Pidgin, but according to their list of supported XEPs, XEP-0280 is not supported.

There is a ticket about implementing it: Support for XEP-0280: Message Carbons. Several people report that the patch works for them, but it doesn’t seem to be implemented yet.

1
  • FWIW, a few days ago a bounty was offered for implementing this feature.
    – unor
    Commented Feb 23, 2015 at 9:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .