Software /
code /
prosody
Diff
doc/session.txt @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 01:51:25 +0100 |
parent | 7535:4a3a3098d9bb |
line wrap: on
line diff
--- a/doc/session.txt Thu Apr 05 19:37:32 2018 +0200 +++ b/doc/session.txt Sun Feb 04 01:51:25 2018 +0100 @@ -15,7 +15,7 @@ full_jid -- convenience for the above 3 as string in username@host/resource form (not defined before resource binding) priority -- the resource priority, default: 0 presence -- the last non-directed presence with no type attribute. initially nil. reset to nil on unavailable presence. - interested -- true if the resource requested the roster. Interested resources recieve roster updates. Initially nil. + interested -- true if the resource requested the roster. Interested resources receive roster updates. Initially nil. roster -- the user's roster. Loaded as soon as the resource is bound (session becomes a connected resource). -- methods --