plugins/adhoc.lua

changeset 308
2bcc97bc5f43
parent 250
a5ac643a7fd6
child 309
6297d658769f
--- a/plugins/adhoc.lua	Sun Jul 01 13:54:09 2012 +0200
+++ b/plugins/adhoc.lua	Wed Jul 04 03:34:12 2012 +0200
@@ -11,6 +11,7 @@
 local commands = {};
 
 function verse.plugins.adhoc(stream)
+	stream:add_plugin("disco");
 	stream:add_disco_feature(xmlns_commands);
 
 	function stream:query_commands(jid, callback)

mercurial