| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | mod_pep: Support item retrieval use cases | Paul Aurich | 2009-12-05 | 1 | -19/+72 |
| * | mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64... | Paul Aurich | 2009-12-05 | 1 | -1/+1 |
* | | mod_pep: Added a TODO. | Waqas Hussain | 2009-12-21 | 1 | -1/+1 |
* | | mod_pep: Handle service discovery queries for bare account JIDs (thanks darkr... | Waqas Hussain | 2009-12-21 | 1 | -0/+18 |
* | | mod_pep: Support item retrieval use cases | Paul Aurich | 2009-12-05 | 1 | -19/+72 |
* | | mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64... | Paul Aurich | 2009-12-05 | 1 | -1/+1 |
|/ |
|
* | PEP: Better reload support. | Waqas Hussain | 2009-10-22 | 1 | -0/+9 |
* | PEP: Send publish IQ result before broadcast. | Waqas Hussain | 2009-10-22 | 1 | -1/+1 |
* | PEP: Stricter checks on payload validity. | Waqas Hussain | 2009-10-22 | 1 | -1/+1 |
* | PEP: Clone payloads to allow plugins to reuse stanzas. | Waqas Hussain | 2009-10-22 | 1 | -1/+1 |
* | PEP: Fixed namespace for the <item> element in PEP broadcasts. | Waqas Hussain | 2009-10-22 | 1 | -0/+1 |
* | mod_pep: Added name 'Prosody' to the pubsub/pep identity | Waqas Hussain | 2009-08-18 | 1 | -1/+1 |
* | Fixed: IQ replies are not sent back on publishing a PEP event | Waqas Hussain | 2009-08-03 | 1 | -0/+1 |
* | mod_pep: Added support for pubsub item retraction | Waqas Hussain | 2009-07-29 | 1 | -1/+2 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | mod_pep: Escape + in pattern | Matthew Wild | 2009-07-02 | 1 | -1/+1 |
* | mod_pep: Pass origin/session to publish_all() | Matthew Wild | 2009-07-02 | 1 | -1/+1 |
* | mod_pep: Fixed boolean indexing error while casting all messages for a user | Waqas Hussain | 2009-07-02 | 1 | -2/+3 |
* | mod_pep: Fixed a nil access error | Waqas Hussain | 2009-06-28 | 1 | -2/+4 |
* | mod_pep: Use cached caps | Waqas Hussain | 2009-06-28 | 1 | -14/+23 |
* | mod_pep: Entity capabilities | Waqas Hussain | 2009-06-28 | 1 | -11/+84 |
* | mod_pep: Broadcast only to available recipients with caps | Waqas Hussain | 2009-06-26 | 1 | -19/+14 |
* | mod_pep: Ignore presence subscriptions when extractng hash information | Waqas Hussain | 2009-06-26 | 1 | -2/+5 |
* | mod_pep: Added function get_caps_hash_from_presence | Waqas Hussain | 2009-06-26 | 1 | -0/+17 |
* | mod_pep: Removed some YODO comments | Waqas Hussain | 2009-06-26 | 1 | -2/+2 |
* | mod_pep: Added handler for disco responses | Waqas Hussain | 2009-06-26 | 1 | -0/+13 |
* | mod_pep: Use new style events | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_pep: Broadcast from the user's bare JID, not full JID | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_pep: Remove data when a user disables a node | Waqas Hussain | 2009-06-24 | 1 | -2/+9 |
* | mod_pep: Added some comments | Waqas Hussain | 2009-06-24 | 1 | -3/+3 |
* | mod_pep: Fixed detection of contact presence changes | Waqas Hussain | 2009-06-24 | 1 | -2/+2 |
* | mod_pep: Add pubsub#publsih disco feature to host | Waqas Hussain | 2009-06-12 | 1 | -0/+1 |
* | mod_pep: Add host identity pubsub/pep | Waqas Hussain | 2009-06-12 | 1 | -0/+2 |
* | mod_pep: Fix a nil index bug | Waqas Hussain | 2009-06-12 | 1 | -1/+1 |
* | mod_pep: Give the presence handler a higher than default priority | Waqas Hussain | 2009-06-07 | 1 | -1/+1 |
* | mod_pep: Send items to contacts coming online | Waqas Hussain | 2009-06-07 | 1 | -0/+27 |
* | mod_pep: Fix undefined global access | Waqas Hussain | 2009-06-07 | 1 | -1/+1 |
* | mod_pep: Maintain user nodes for delayed delivery | Waqas Hussain | 2009-06-06 | 1 | -1/+9 |
* | mod_pep: Initial commit (extremely basic implementation) | Waqas Hussain | 2009-05-08 | 1 | -0/+48 |