aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_roster.lua
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Changed mod_roster to use the newer presence manager APIWaqas Hussain2008-12-081-5/+6
|
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-2/+2
| | | | though some more changes may be in store.
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
|
* Send unsubscribe and unsubscribed on roster item delete, and broadcast ↵Waqas Hussain2008-11-171-2/+13
| | | | available resources' presence in reply to pre-approved subscription request
* Fix mod_roster to use session.send for sending stanzasMatthew Wild2008-11-151-10/+9
|
* mod_roster fixWaqas Hussain2008-11-021-0/+1
|
* Bug fixes and checks for presence subscriptions, etcWaqas Hussain2008-10-261-9/+12
|
* Roster updatesWaqas Hussain2008-10-231-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 resourcesWaqas Hussain2008-10-231-0/+1
|
* Fixed: Roster supportWaqas Hussain2008-10-221-4/+4
|
* Added: More complete implementation for mod_rosterWaqas Hussain2008-10-171-14/+77
|
* Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Waqas Hussain2008-10-121-1/+9
|
* Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ↵Waqas Hussain2008-10-081-8/+0
| | | | available for "c2s" session type.
* Huge commit to:Matthew Wild2008-09-301-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