mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Remove obsolete comment from CapsExtension
This commit is contained in:
parent
3cbd845df2
commit
96f8bee78e
1 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue