Uses of Class
rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream
-
Packages that use InBandByteStream Package Description rocks.xmpp.extensions.bytestreams.ibb.model Provides XML schema implementations of XEP-0047: In-Band Bytestreams. -
-
Uses of InBandByteStream in rocks.xmpp.extensions.bytestreams.ibb.model
Subclasses of InBandByteStream in rocks.xmpp.extensions.bytestreams.ibb.model Modifier and Type Class Description static class
InBandByteStream.Close
The implementation of the<close/>
element in thehttp://jabber.org/protocol/ibb
namespace.static class
InBandByteStream.Data
The implementation of the<data/>
element in thehttp://jabber.org/protocol/ibb
namespace.static class
InBandByteStream.Open
The implementation of the<open/>
element in thehttp://jabber.org/protocol/ibb
namespace.
-