diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-10 16:07:31 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-10 16:12:37 (GMT) |
commit | 3760140b77f1cf568a7cdf824502ff6568e62fc1 (patch) | |
tree | ac1f463a3283310923233582177b15f479a430bf /Swiften/SConscript | |
parent | d1e7e135f41a9c7ad2188c93de911555ad4a3513 (diff) | |
download | swift-3760140b77f1cf568a7cdf824502ff6568e62fc1.zip swift-3760140b77f1cf568a7cdf824502ff6568e62fc1.tar.bz2 |
Client refactoring.
Removing inheritance from StanzaChannel to trim down the public API.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index ace9ab7..981b714 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -29,6 +29,7 @@ if env["SCONS_STAGE"] == "build" : "Chat/ChatStateTracker.cpp", "Chat/ChatStateNotifier.cpp", "Chat/ChatStateMessageSender.cpp", + "Client/ClientSessionStanzaChannel.cpp", "Client/Client.cpp", "Client/ClientSession.cpp", "Compress/ZLibCodecompressor.cpp", |