Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_roster: Hook stream-features event using new events API. | Waqas Hussain | 2010-02-12 | 1 | -6/+6 |
| | |||||
* | mod_roster: Ask remote server to remove pending subscription requests when ↵ | Waqas Hussain | 2009-11-26 | 1 | -7/+9 |
| | | | | removing roster items. | ||||
* | Removing tabs at the end of a line. | Tobias Markmann | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | mod_roster: Removed references to presencemanager and core_route_stanza | Waqas Hussain | 2009-06-14 | 1 | -2/+0 |
| | |||||
* | mod_roster: Using core_post_stanza in place of ↵ | Waqas Hussain | 2009-06-14 | 1 | -4/+3 |
| | | | | core.presencemanager.handle_presence | ||||
* | mod_roster: Add some comments for the error cases to improve readability | Matthew Wild | 2009-05-26 | 1 | -0/+6 |
| | |||||
* | mod_roster: Don't send a query element in roster response if roster is unchanged | Matthew Wild | 2009-05-26 | 1 | -2/+2 |
| | |||||
* | mod_roster: Advertize roster versioning support | Waqas Hussain | 2009-05-08 | 1 | -0/+8 |
| | |||||
* | Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57) | Waqas Hussain | 2009-03-30 | 1 | -11/+13 |
| | |||||
* | core.rostermanager/mod_roster: Support for roster versioning | Matthew Wild | 2009-03-23 | 1 | -12/+21 |
| | |||||
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
| | |||||
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | Changed mod_roster to use the newer presence manager API | Waqas Hussain | 2008-12-08 | 1 | -5/+6 |
| | |||||
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
| | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | ||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -2/+2 |
| | | | | though some more changes may be in store. | ||||
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -0/+2 |
| | |||||
* | Send unsubscribe and unsubscribed on roster item delete, and broadcast ↵ | Waqas Hussain | 2008-11-17 | 1 | -2/+13 |
| | | | | available resources' presence in reply to pre-approved subscription request | ||||
* | Fix mod_roster to use session.send for sending stanzas | Matthew Wild | 2008-11-15 | 1 | -10/+9 |
| | |||||
* | mod_roster fix | Waqas Hussain | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | Bug fixes and checks for presence subscriptions, etc | Waqas Hussain | 2008-10-26 | 1 | -9/+12 |
| | |||||
* | Roster updates | Waqas Hussain | 2008-10-23 | 1 | -0/+2 |
| | | | | | | - Added support for item.ask attribute in rostermanager and mod_roster - Updated roster docs - Removed old code from rostermanager | ||||
* | Added session property for interested resources | Waqas Hussain | 2008-10-23 | 1 | -0/+1 |
| | |||||
* | Fixed: Roster support | Waqas Hussain | 2008-10-22 | 1 | -4/+4 |
| | |||||
* | Added: More complete implementation for mod_roster | Waqas Hussain | 2008-10-17 | 1 | -14/+77 |
| | |||||
* | Fixed: mod_roster now outputs all roster data (instead of just the JIDs) | Waqas Hussain | 2008-10-12 | 1 | -1/+9 |
| | |||||
* | Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ↵ | Waqas Hussain | 2008-10-08 | 1 | -8/+0 |
| | | | | available for "c2s" session type. | ||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -0/+24 |
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface |