Commit graph

40 commits

Author SHA1 Message Date
Matthew Wild
3d61988313 mod_vcard: Switch store name for MUC hosts (thanks lissine) 2025-02-06 17:37:59 +00:00
Matthew Wild
839498eb5d mod_vcard: Some support for handling vcards on components 2025-02-06 17:03:03 +00:00
Matthew Wild
eac45d938a mod_vcard: Fire event when vcard updated 2025-02-06 17:02:29 +00:00
Matthew Wild
810b59d50e mod_vcard: Add API to get hash of the vcard avatar 2025-02-06 17:02:02 +00:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Kim Alvefur
2d7c3d090b mod_vcard: Remove unused variable [luacheck] 2019-12-23 22:27:25 +01:00
Emmanuel Gil Peyrot
2dc6f58f0d mod_private, mod_vcard: Use the usual comment on non-get received iqs. 2018-08-24 20:36:06 +02:00
Matthew Wild
dc5a16d901 mod_vcard: Remove 0.8 COMPAT code 2018-08-19 23:44:01 +01:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Kim Alvefur
61e1281073 mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 2013-04-19 16:14:06 +02:00
Matthew Wild
37dbbe422e mod_vcard: Remove vcard_compatibility COMPAT (moved to mod_compat_vcard in prosody-modules), and add warning for those using the option 2012-07-26 15:16:52 +01:00
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Matthew Wild
220a7eefbd mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn't 2009-12-09 13:19:50 +00:00
Waqas Hussain
b6af612f7c mod_vcard: Cleaned up unused variables and global accesses. 2009-10-18 07:40:14 +05:00
Waqas Hussain
01b77c1527 mod_vcard: Removed stream feature. 2009-10-18 07:33:24 +05:00
Waqas Hussain
df08ef068e mod_vcard: Refactoring and cleanup. 2009-10-18 07:30:58 +05:00
Waqas Hussain
77412b780c mod_vcard: Moved completely to new event based hooks. 2009-10-18 07:05:56 +05:00
Waqas Hussain
17a29f5158 mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions. 2009-10-18 06:55:00 +05:00
Matthew Wild
2139dc47e4 mod_vcard: Hide me from the trailing-whitespace police 2009-10-16 00:11:55 +01:00
Matthew Wild
de0acfbe34 mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to the full JID by ejabberd MUC rooms 2009-10-15 23:21:55 +01:00
Waqas Hussain
6d05213bd0 mod_vcard: Handle vcard requests from local components. 2009-09-14 01:13:17 +05:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
ca9a9eb85e mod_*: Fix a load of global accesses 2009-04-22 21:32:23 +01:00
Matthew Wild
c80f91dc02 0.3->0.4 2009-03-20 20:16:25 +00:00
Matthew Wild
c5ee166aa9 Update copyright notices for 2009 2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f 0.2->0.3 2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d GPL->MIT! 2009-01-30 17:22:56 +00:00
Matthew Wild
d3ad4a5123 0.1 -> 0.2 2008-12-10 15:44:03 +00:00
Waqas Hussain
8ee9223d6a Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register 2008-12-05 00:16:03 +05:00
Waqas Hussain
2d2414f199 Change modules to use the new add_feature module API method.
This also fixes the bug causing disco features being added to every disco reply for every host.
2008-12-04 20:16:30 +05:00
Matthew Wild
0c5cc83112 Insert copyright/license headers 2008-12-03 14:39:07 +00:00
Matthew Wild
a153b3c267 Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. 2008-11-27 03:12:12 +00:00
Waqas Hussain
f68d335729 Modules now sending disco replies 2008-11-26 08:27:09 +05:00
Matthew Wild
5c7ec634b1 Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME. 2008-11-20 01:33:25 +00:00
Waqas Hussain
5ce66c1455 Fix mod_vcard to use session.send for sending stanzas 2008-11-16 04:28:37 +05:00
Matthew Wild
bc2809ddd9 vcards for s2s 2008-11-02 01:20:42 +00:00
Waqas Hussain
0e5389054a mod_vcard: Fixed to use new util.stanza.add_child 2008-10-26 21:21:38 +05:00
Matthew Wild
5ec7a9c8b4 Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these. 2008-10-09 00:50:45 +01:00
Waqas Hussain
ebf2876664 Fixed: incorrect auth check 2008-10-09 03:40:16 +05:00
Waqas Hussain
48750cfc60 Added: vCard plugin: mod_vcard 2008-10-09 02:59:57 +05:00