Changeset

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
parents 267:d30897e4f5c2
children 269:a15ede6b9ca1
files plugins/pep.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 = {};