aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this ...Matthew Wild2013-08-241-1/+1
* mod_pep: When a client supplies no id on a published item, reflect our genera...Florian Zeitz2013-06-131-2/+3
* mod_pep: Remove unused importsKim Alvefur2012-10-141-3/+1
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-0/+1
* mod_pep: Allow configurable service discovery identity (Fix)IRON2012-07-251-1/+1
* mod_pep: Allow configurable service discovery identityIRON2012-07-251-1/+1
* mod_pep: Always include a 'from' attribute on service discovery requests to l...Waqas Hussain2011-10-131-1/+2
* mod_pep: Fix comparison between incoming hash and the cached hash for a JID, ...Matthew Wild2011-02-251-1/+1
* 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