# HG changeset patch # User Matthew Wild # Date 1244803054 -3600 # Node ID 7d77f92f94c91f02febb4978a996421b3f64720e # Parent 0bfc8d8664790efd9bf9c0ec46d9719d816144f1# Parent 16c5aa4696ca9d26332b731397a04124332e4712 Automated merge with http://waqas.ath.cx:8000/ diff -r 16c5aa4696ca -r 7d77f92f94c9 plugins/mod_pep.lua --- a/plugins/mod_pep.lua Fri Jun 12 11:36:32 2009 +0100 +++ b/plugins/mod_pep.lua Fri Jun 12 11:37:34 2009 +0100 @@ -12,6 +12,7 @@ local recipients = {}; module:add_identity("pubsub", "pep"); +module:add_feature("http://jabber.org/protocol/pubsub#publish"); local function publish(session, node, item) local stanza = st.message({from=session.full_jid, type='headline'})