Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |