summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Planas <roger.planas@isode.com>2016-10-27 12:54:40 (GMT)
committerTobias Markmann <tm@ayena.de>2016-11-07 10:27:34 (GMT)
commit41c771ec02682c2b344263d29f68eb6452c42dbe (patch)
tree34aa3b366e56f0e529454a8d7f9d53a136062383 /Sluift/ElementConvertors/SConscript
parent7eab2eb9de931236b7bbc10265b963a9948492f0 (diff)
downloadswift-41c771ec02682c2b344263d29f68eb6452c42dbe.zip
swift-41c771ec02682c2b344263d29f68eb6452c42dbe.tar.bz2
Sluift: Added Carbons element convertors
Sluift was showing payloads coming from a carbon copied message as a series of dom payloads, which was not really usable. With these ElementConvertors, the payload is translated into a much more sensible table Also a minor update to both presence/message events, which now will report the 'to' as well. Seemed handy to have. Test-information: Carbons sent/received messages are formated into a meaningful table now. Change-Id: I5b8943636e09e5377bde76d16970c01df29164d6
Diffstat (limited to 'Sluift/ElementConvertors/SConscript')
-rw-r--r--Sluift/ElementConvertors/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/Sluift/ElementConvertors/SConscript b/Sluift/ElementConvertors/SConscript
index b67c65b..0bf8022 100644
--- a/Sluift/ElementConvertors/SConscript
+++ b/Sluift/ElementConvertors/SConscript
@@ -48,6 +48,8 @@ convertors = [
env.File("MAMResultConvertor.cpp"),
env.File("MAMQueryConvertor.cpp"),
env.File("MAMFinConvertor.cpp"),
+ env.File("CarbonsReceivedConvertor.cpp"),
+ env.File("CarbonsSentConvertor.cpp"),
env.File("SubjectConvertor.cpp"),
env.File("IsodeIQDelegationConvertor.cpp")
]