Software /
code /
verse
Diff
doc/example.lua @ 108:c67ed3fc5571
doc/example.lua: Don't add sasl plugin, since it is enabled by default
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 24 Aug 2010 11:10:42 +0100 |
parent | 77:7af3e57501c2 |
child | 260:7f6df45a3d1f |
line wrap: on
line diff
--- a/doc/example.lua Sat Aug 21 15:53:16 2010 +0100 +++ b/doc/example.lua Tue Aug 24 11:10:42 2010 +0100 @@ -8,8 +8,7 @@ require "verse" -- Verse main library require "verse.client" -- XMPP client library -c = verse.new() -c:add_plugin("sasl"); +c = verse.new(); c:add_plugin("version"); -- Add some hooks for debugging