mod_pep: Fix comparison between incoming hash and the cached hash for a JID, fixes repeated PEP events on presence (fixes #225)
|
Matthew Wild |
2011-02-25 |
mod_pep: Fixed a traceback when non-local users send presence.
|
Waqas Hussain |
2010-12-12 |
mod_pep: Handle the case where local contacts send directed presence with caps hash.
|
Waqas Hussain |
2010-12-12 |
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed a nil access (thanks Zash).
|
Waqas Hussain |
2010-11-28 |
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).
|
Waqas Hussain |
2010-11-28 |
mod_pep: Updated disco#info result handler to use new event name format.
|
Waqas Hussain |
2010-11-27 |
mod_pep: Use util.caps
|
Matthew Wild |
2010-07-09 |
mod_pep: Fixed a possible traceback during disco#items queries on a user's bare JID by remote users.
|
Waqas Hussain |
2010-06-23 |
mod_pep: Corrected and optimized handling of non-available presence stanzas.
|
Waqas Hussain |
2010-06-01 |
mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to avoid unnecessary roster loads)
|
Matthew Wild |
2010-06-01 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_pep: Added a TODO.
|
Waqas Hussain |
2009-12-21 |
mod_pep: Handle service discovery queries for bare account JIDs (thanks darkrain).
|
Waqas Hussain |
2009-12-21 |
mod_pep: Support item retrieval use cases
|
Paul Aurich |
2009-12-05 |
mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)
|
Paul Aurich |
2009-12-05 |
PEP: Better reload support.
|
Waqas Hussain |
2009-10-21 |
PEP: Send publish IQ result before broadcast.
|
Waqas Hussain |
2009-10-21 |
PEP: Stricter checks on payload validity.
|
Waqas Hussain |
2009-10-21 |
PEP: Clone payloads to allow plugins to reuse stanzas.
|
Waqas Hussain |
2009-10-21 |
PEP: Fixed namespace for the <item> element in PEP broadcasts.
|
Waqas Hussain |
2009-10-21 |
mod_pep: Added name 'Prosody' to the pubsub/pep identity
|
Waqas Hussain |
2009-08-18 |
Fixed: IQ replies are not sent back on publishing a PEP event
|
Waqas Hussain |
2009-08-03 |
mod_pep: Added support for pubsub item retraction
|
Waqas Hussain |
2009-07-29 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
mod_pep: Escape + in pattern
|
Matthew Wild |
2009-07-02 |
mod_pep: Pass origin/session to publish_all()
|
Matthew Wild |
2009-07-02 |
mod_pep: Fixed boolean indexing error while casting all messages for a user
|
Waqas Hussain |
2009-07-01 |