Mercurial > prosody-hg
diff plugins/mod_privacy.lua @ 3453:fba130c16818
mod_privacy: Fix typo causing <active/> to never be send
| author | Florian Zeitz <florob@babelmonkeys.de> |
|---|---|
| date | Thu, 12 Aug 2010 20:44:01 +0200 |
| parents | 8d09b21aeaa9 |
| children | a99f82db692a |
line wrap: on
line diff
--- a/plugins/mod_privacy.lua Sat Aug 14 15:15:35 2010 +0100 +++ b/plugins/mod_privacy.lua Thu Aug 12 20:44:01 2010 +0200 @@ -203,7 +203,7 @@ if name == nil then if privacy_lists.lists then - if origin.ActivePrivacyList then + if origin.activePrivacyList then reply:tag("active", {name=origin.activePrivacyList}):up(); end if privacy_lists.default then
