Software /
code /
prosody
Diff
plugins/mod_pep.lua @ 5013:ab693eea0869
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 26 Jul 2012 04:33:17 +0200 |
parent | 5004:047f6621e709 |
child | 5170:3eaf4fc58902 |
line wrap: on
line diff
--- a/plugins/mod_pep.lua Thu Jul 26 04:30:30 2012 +0200 +++ b/plugins/mod_pep.lua Thu Jul 26 04:33:17 2012 +0200 @@ -17,6 +17,7 @@ local next = next; local type = type; local calculate_hash = require "util.caps".calculate_hash; +local core_post_stanza = prosody.core_post_stanza; local NULL = {}; local data = {};