diff options
author | Tobias Markmann <tm@ayena.de> | 2014-12-18 15:24:07 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2014-12-18 15:24:59 (GMT) |
commit | 60b15814caa60b555d75848e921df2525c51d766 (patch) | |
tree | c6aef1eaa6aef5061655eaa888afbab1082ca218 /Swiften/Examples/SConscript | |
parent | b26bad1500ffc22e6fc36f316d3eb0d0ed1e869f (diff) | |
download | swift-60b15814caa60b555d75848e921df2525c51d766.zip swift-60b15814caa60b555d75848e921df2525c51d766.tar.bz2 |
Add example showing how to login, list rooms at a MUC service, join the
first result and show incoming messages.
Test-Information:
Tested on OS X 10.9.5 with a Prosody MUC service.
Change-Id: If64e80bf4fc70366fabb3fd86d6da67a6f307280
Diffstat (limited to 'Swiften/Examples/SConscript')
-rw-r--r-- | Swiften/Examples/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Examples/SConscript b/Swiften/Examples/SConscript index fb568fc..8a0a48f 100644 --- a/Swiften/Examples/SConscript +++ b/Swiften/Examples/SConscript @@ -10,4 +10,5 @@ SConscript(dirs = [ "NetworkTool", "ParserTester", "BenchTool", + "MUCListAndJoin", ]) |