Diff

plugins/pep.lua @ 268:06e6c6de6438

plugins.pep: Load disco, since PEP depends on it
author Kim Alvefur <zash@zash.se>
date Fri, 16 Dec 2011 22:04:03 +0100
parent 250:a5ac643a7fd6
child 380:0891b4e27766
line wrap: on
line diff
--- a/plugins/pep.lua	Fri Dec 16 22:01:29 2011 +0100
+++ b/plugins/pep.lua	Fri Dec 16 22:04:03 2011 +0100
@@ -4,6 +4,7 @@
 local xmlns_pubsub_event = xmlns_pubsub.."#event";
 
 function verse.plugins.pep(stream)
+	stream:add_plugin("disco");
 	stream:add_plugin("pubsub");
 	stream.pep = {};