From ca8d6cb0d26dcee2b4bad1b030cc83541b077c1b Mon Sep 17 00:00:00 2001
From: Matt Tucker
Date: Fri, 25 Apr 2003 20:23:45 +0000
Subject: [PATCH] Small note about roster.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1904 b35dd754-fafc-0310-a699-88a17e54d16e
---
documentation/gettingstarted.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/documentation/gettingstarted.html b/documentation/gettingstarted.html
index d2247c560..2997af5e4 100644
--- a/documentation/gettingstarted.html
+++ b/documentation/gettingstarted.html
@@ -60,7 +60,9 @@ new Chat or GroupChat objects.
Working with the Roster
-CONTENT COMING SOON
+Retrieve a roster using the XMPPConnection.getRoster() method. The roster
+class allows you to find all the roster entries, the groups they belong to, and the
+current presence status each entry.