public final class StreamFeatures extends Object implements StreamElement
<stream:features/> element.
This class is immutable (if all features are immutable, too).
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
http://etherx.jabber.org/streams
|
| Constructor and Description |
|---|
StreamFeatures(Collection<Object> features) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFeatures()
Gets the features, i.e. the child elements of the
<stream:features/> element. |
public static final String NAMESPACE
public StreamFeatures(Collection<Object> features)
Copyright © 2014–2015 XMPP.rocks. All rights reserved.