Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamSession
Package
Description
Smack's API for XEP-0047: In-Band Bytestreams.
-
Uses of InBandBytestreamSession in org.jivesoftware.smackx.bytestreams.ibb
Modifier and TypeMethodDescriptionInBandBytestreamRequest.accept()
Accepts the In-Band Bytestream open request and returns the session to send/receive data.InBandBytestreamManager.establishSession
(Jid targetJID) Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.InBandBytestreamManager.establishSession
(Jid targetJID, String sessionID) Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user.