summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2018-05-30 12:46:45 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2018-05-30 12:46:45 -0700
commitb6cf412d7ba723c90ceb653e802ca7c75a7928c2 (patch)
tree698b185e09236f7373c613a9c0bb799fe142d880
parent79740f1156f29a8940b93360242877fb7c828ad7 (diff)
downloadhangouts-xmpp-gateway-b6cf412d7ba723c90ceb653e802ca7c75a7928c2.tar.gz
Enable message carbons xep-0280
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--xmppthread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmppthread.py b/xmppthread.py
index 7a608e7..4edd3dd 100644
--- a/xmppthread.py
+++ b/xmppthread.py
@@ -33,7 +33,7 @@ class XMPPThread(ComponentXMPP):
self.registerPlugin('xep_0085') # chat state notification
self.registerPlugin('xep_0172') # user nick
self.registerPlugin('xep_0199') # XMPP Ping
- #self.registerPlugin('xep_0280') # carbons
+ self.registerPlugin('xep_0280') # carbons
self['xep_0030'].add_identity(category='gateway', itype='hangouts', name='Google Hangouts Transport')