1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00

Small changes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1805 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-01-17 18:25:19 +00:00 committed by mtucker
parent 44b8c1e981
commit 0614057cf2

View file

@ -55,12 +55,13 @@ package org.jivesoftware.smack;
import java.util.*; import java.util.*;
/** /**
* NOTE: this class is not yet implemented.
* *
* @author Matt Tucker * @author Matt Tucker
*/ */
public class Roster { public class Roster {
public Map presenceMap = new HashMap(); private Map presenceMap = new HashMap();
private XMPPConnection connection; private XMPPConnection connection;