aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_pep: Fixed a traceback when non-local users send presence.Waqas Hussain2010-12-121-1/+1
* mod_pep: Handle the case where local contacts send directed presence with cap...Waqas Hussain2010-12-121-1/+2
* mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.Waqas Hussain2010-11-281-0/+10
* mod_pep: Fixed regression where PEP messages were not correctly being broadca...Waqas Hussain2010-11-281-2/+2
* mod_pep: Fixed a nil access (thanks Zash).Waqas Hussain2010-11-281-1/+1
* mod_pep: Optimised PEP requests for disco info on caps change (issue #150).Waqas Hussain2010-11-281-6/+19
* mod_pep: Updated disco#info result handler to use new event name format.Waqas Hussain2010-11-281-1/+1
* mod_pep: Use util.capsMatthew Wild2010-07-091-46/+1
* mod_pep: Fixed a possible traceback during disco#items queries on a user's ba...Waqas Hussain2010-06-241-2/+2
* mod_pep: Corrected and optimized handling of non-available presence stanzas.Waqas Hussain2010-06-021-17/+22
* mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to a...Matthew Wild2010-06-011-3/+2
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * mod_pep: Support item retrieval use casesPaul Aurich2009-12-051-19/+72
| * mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64...Paul Aurich2009-12-051-1/+1
* | mod_pep: Added a TODO.Waqas Hussain2009-12-211-1/+1
* | mod_pep: Handle service discovery queries for bare account JIDs (thanks darkr...Waqas Hussain2009-12-211-0/+18
* | mod_pep: Support item retrieval use casesPaul Aurich2009-12-051-19/+72
* | mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64...Paul Aurich2009-12-051-1/+1
|/
* PEP: Better reload support.Waqas Hussain2009-10-221-0/+9
* PEP: Send publish IQ result before broadcast.Waqas Hussain2009-10-221-1/+1
* PEP: Stricter checks on payload validity.Waqas Hussain2009-10-221-1/+1
* PEP: Clone payloads to allow plugins to reuse stanzas.Waqas Hussain2009-10-221-1/+1
* PEP: Fixed namespace for the <item> element in PEP broadcasts.Waqas Hussain2009-10-221-0/+1
* mod_pep: Added name 'Prosody' to the pubsub/pep identityWaqas Hussain2009-08-181-1/+1
* Fixed: IQ replies are not sent back on publishing a PEP eventWaqas Hussain2009-08-031-0/+1
* mod_pep: Added support for pubsub item retractionWaqas Hussain2009-07-291-1/+2
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* mod_pep: Escape + in patternMatthew Wild2009-07-021-1/+1
* mod_pep: Pass origin/session to publish_all()Matthew Wild2009-07-021-1/+1
* mod_pep: Fixed boolean indexing error while casting all messages for a userWaqas Hussain2009-07-021-2/+3
* mod_pep: Fixed a nil access errorWaqas Hussain2009-06-281-2/+4
* mod_pep: Use cached capsWaqas Hussain2009-06-281-14/+23
* mod_pep: Entity capabilitiesWaqas Hussain2009-06-281-11/+84
* mod_pep: Broadcast only to available recipients with capsWaqas Hussain2009-06-261-19/+14
* mod_pep: Ignore presence subscriptions when extractng hash informationWaqas Hussain2009-06-261-2/+5
* mod_pep: Added function get_caps_hash_from_presenceWaqas Hussain2009-06-261-0/+17
* mod_pep: Removed some YODO commentsWaqas Hussain2009-06-261-2/+2
* mod_pep: Added handler for disco responsesWaqas Hussain2009-06-261-0/+13
* mod_pep: Use new style eventsWaqas Hussain2009-06-241-2/+2
* mod_pep: Broadcast from the user's bare JID, not full JIDWaqas Hussain2009-06-241-2/+2
* mod_pep: Remove data when a user disables a nodeWaqas Hussain2009-06-241-2/+9
* mod_pep: Added some commentsWaqas Hussain2009-06-241-3/+3
* mod_pep: Fixed detection of contact presence changesWaqas Hussain2009-06-241-2/+2
* mod_pep: Add pubsub#publsih disco feature to hostWaqas Hussain2009-06-121-0/+1
* mod_pep: Add host identity pubsub/pepWaqas Hussain2009-06-121-0/+2
* mod_pep: Fix a nil index bugWaqas Hussain2009-06-121-1/+1
* mod_pep: Give the presence handler a higher than default priorityWaqas Hussain2009-06-071-1/+1
* mod_pep: Send items to contacts coming onlineWaqas Hussain2009-06-071-0/+27
* mod_pep: Fix undefined global accessWaqas Hussain2009-06-071-1/+1