1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 22:14:52 +02:00

Merge pull request #333 from adiaholic/docFix

DocFix in `NodeInformationProvider`
This commit is contained in:
Florian Schmaus 2019-08-22 15:16:00 +02:00 committed by GitHub
commit bf0c69c93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,7 @@ import org.jivesoftware.smackx.disco.packet.DiscoverItems;
/** /**
* The NodeInformationProvider is responsible for providing supported identities, features * The NodeInformationProvider is responsible for providing supported identities, features
* and hosted items (i.e. DiscoverItems.Item) about a given node. This information will be * and hosted items (i.e. DiscoverItems.Item) about a given node. This information will be
* requested each time this XMPPP client receives a disco info or items requests on the * requested each time this XMPP client receives a disco info or items requests on the
* given node. each time this XMPPP client receives a disco info or items requests on the
* given node. * given node.
* *
* @author Gaston Dombiak * @author Gaston Dombiak