mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Modifies comments for javadoc
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2323 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
31729059f6
commit
4f4f8c62d3
2 changed files with 58 additions and 12 deletions
|
@ -65,9 +65,9 @@ import java.util.Iterator;
|
|||
public interface NodeInformationProvider {
|
||||
|
||||
/**
|
||||
* Returns an Iterator on the Items (@see DiscoverItems.Item) defined in the node. For example,
|
||||
* the MUC protocol specifies that an XMPP client should answer an Item for each joined room
|
||||
* when asked for the rooms where the use has joined.
|
||||
* Returns an Iterator on the Items {@link org.jivesoftware.smackx.packet.DiscoverItems.Item}
|
||||
* defined in the node. For example, the MUC protocol specifies that an XMPP client should
|
||||
* answer an Item for each joined room when asked for the rooms where the use has joined.
|
||||
*
|
||||
* @return an Iterator on the Items defined in the node.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue