Remove obsolete comment from CapsExtension

This commit is contained in:
Florian Schmaus 2014-12-02 18:23:16 +01:00
parent 3cbd845df2
commit 96f8bee78e
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
/**
* A XEP-0115 Entity Capabilities extension.
* <p>
* Note that this is currently in smack-core as it's a potential stream feature.
* TODO: In feature versions of Smack, it should be possible to register
* "providers" for stream features too, so that this class can be moved back to
* smack-extensions.
* </p>
*/
public class CapsExtension implements PacketExtension {
public static final String NAMESPACE = "http://jabber.org/protocol/caps";