public final class StreamInitiation extends Object
<open/> element in the http://jabber.org/protocol/ibb namespace.| Constructor and Description |
|---|
StreamInitiation(FeatureNegotiation featureNegotiation) |
StreamInitiation(String id,
String profile,
String mimeType,
Object profileElement,
FeatureNegotiation featureNegotiation) |
| Modifier and Type | Method and Description |
|---|---|
FeatureNegotiation |
getFeatureNegotiation()
Gets the feature negotiation element.
|
String |
getId()
The "id" attribute is an opaque identifier.
|
String |
getMimeType()
The "mime-type" attribute identifies the MIME-type for the data across the stream.
|
String |
getProfile()
The "profile" attribute defines the SI profile in use.
|
Object |
getProfileElement()
Gets the profile element, e.g.
|
public static final String NAMESPACE
public StreamInitiation(FeatureNegotiation featureNegotiation)
public StreamInitiation(String id, String profile, String mimeType, Object profileElement, FeatureNegotiation featureNegotiation)
public String getId()
public String getMimeType()
public String getProfile()
public Object getProfileElement()
SIFileTransferOffer.public FeatureNegotiation getFeatureNegotiation()
Copyright © 2014 XMPP.rocks. All rights reserved.