diff options
author | Waqas Hussain <waqas20@gmail.com> | 2008-10-23 20:02:30 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2008-10-23 20:02:30 +0500 |
commit | 869f2859c3538ca67758cbfe10c57eefd6e09899 (patch) | |
tree | 97c8d73bafad9246d6e1f1c38eadfe9ad0456a2e /doc | |
parent | 7bf903298c9349bce933a942d7f8b74b1537da46 (diff) | |
download | prosody-869f2859c3538ca67758cbfe10c57eefd6e09899.tar.gz prosody-869f2859c3538ca67758cbfe10c57eefd6e09899.zip |
Roster updates
- Added support for item.ask attribute in rostermanager and mod_roster
- Updated roster docs
- Removed old code from rostermanager
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roster_format.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/roster_format.txt b/doc/roster_format.txt index 73186c2b..132dbf4e 100644 --- a/doc/roster_format.txt +++ b/doc/roster_format.txt @@ -9,7 +9,7 @@ table roster_item { string subscription = "none" | "to" | "from" | "both"
string name = Opaque string set by client. (optional)
set groups = a set of opaque strings set by the client
- boolean ask = nil | true - a value of true indicates subscription is pending
+ boolean ask = nil | "subscribe" - a value of true indicates subscription is pending
}
The roster is available as
|