doc/example.lua: Don't add sasl plugin, since it is enabled by default

Tue, 24 Aug 2010 11:10:42 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 24 Aug 2010 11:10:42 +0100
changeset 108
c67ed3fc5571
parent 107
59c6f2deb8ab
child 109
60a03b2cabec

doc/example.lua: Don't add sasl plugin, since it is enabled by default

doc/example.lua file | annotate | diff | comparison | revisions
--- 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

mercurial