mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01: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:
parent
44b8c1e981
commit
0614057cf2
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue