Software /
code /
prosody
Changeset
1339:7d77f92f94c9
Automated merge with http://waqas.ath.cx:8000/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 12 Jun 2009 11:37:34 +0100 |
parents | 1338:0bfc8d866479 (diff) 1337:16c5aa4696ca (current diff) |
children | 1340:f707d0957155 |
files | |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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'})