aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* mod_pep: Split long line [luacheck]Kim Alvefur2017-04-241-1/+2
|
* mod_pep: Add some additional debug loggingKim Alvefur2017-01-281-0/+7
|
* mod_pep: Use correct field for full JID (thanks Milan*)Kim Alvefur2016-06-101-1/+1
|
* mod_pep: Include the bare user jid in eventKim Alvefur2016-06-091-3/+2
|
* Merge 0.9->0.10Matthew Wild2015-09-251-0/+16
|\
| * mod_pep: Don't store contacts' subscriptions to a user's nodes when that ↵Matthew Wild2015-09-251-0/+12
| | | | | | | | user is offline
| * mod_pep: Document data structures, so I don't have to spend time remembering ↵Matthew Wild2015-09-041-0/+4
| | | | | | | | every time I work on this module
* | mod_pep: Fire an event when an item is publishedKim Alvefur2014-12-201-3/+7
| |
* | Merge 0.9->trunkMatthew Wild2013-08-241-1/+1
|\|
| * mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this ↵Matthew Wild2013-08-241-1/+1
| | | | | | | | issue (thanks Lonnie Abelbeck)
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
| |
* | Merge 0.9->trunkMatthew Wild2013-06-131-2/+3
|\|
| * mod_pep: When a client supplies no id on a published item, reflect our ↵Florian Zeitz2013-06-131-2/+3
| | | | | | | | generated id back to it
* | mod_disco: Emit events for disco requests, which contain a node, on user ↵Florian Zeitz2013-05-171-6/+6
|/ | | | accounts
* mod_pep: Remove unused importsKim Alvefur2012-10-141-3/+1
|
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, ↵Kim Alvefur2012-07-261-0/+1
| | | | mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
* 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 ↵Waqas Hussain2011-10-131-1/+2
| | | | local clients (compatibility fix for OneTeam).
* mod_pep: Fix comparison between incoming hash and the cached hash for a JID, ↵Matthew Wild2011-02-251-1/+1
| | | | fixes repeated PEP events on presence (fixes #225)
* 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 ↵Waqas Hussain2010-12-121-1/+2
| | | | caps hash.
* 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 ↵Waqas Hussain2010-11-281-2/+2
| | | | broadcasted on caps hash change.
* 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 ↵Waqas Hussain2010-06-241-2/+2
| | | | bare JID by remote users.
* 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 ↵Matthew Wild2010-06-011-3/+2
| | | | avoid unnecessary roster loads)
* 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 ↵Paul Aurich2009-12-051-1/+1
| | | | | | | | base64 data)
* | mod_pep: Added a TODO.Waqas Hussain2009-12-211-1/+1
| |
* | mod_pep: Handle service discovery queries for bare account JIDs (thanks ↵Waqas Hussain2009-12-211-0/+18
| | | | | | | | darkrain).
* | 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 ↵Paul Aurich2009-12-051-1/+1
|/ | | | base64 data)
* 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
|