diff options
author | Waqas Hussain <waqas20@gmail.com> | 2008-10-23 19:53:02 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2008-10-23 19:53:02 +0500 |
commit | 7bf903298c9349bce933a942d7f8b74b1537da46 (patch) | |
tree | c1d537dfae620ec6a53d5457c3101c7deec6a7eb /doc | |
parent | 2b81d8a673f98895b5950884b0daba876bb62e3b (diff) | |
download | prosody-7bf903298c9349bce933a942d7f8b74b1537da46.tar.gz prosody-7bf903298c9349bce933a942d7f8b74b1537da46.zip |
Docs update
- 'ask' property available on roster items
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roster_format.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/roster_format.txt b/doc/roster_format.txt index 9094b5a1..73186c2b 100644 --- a/doc/roster_format.txt +++ b/doc/roster_format.txt @@ -9,6 +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
}
The roster is available as
|