mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
S5B session-initiate and -accept
This commit is contained in:
parent
a8f172c66b
commit
eda7859aa7
3 changed files with 50 additions and 11 deletions
|
@ -54,7 +54,7 @@ public abstract class AbstractJingleTransportManager<D extends JingleContentTran
|
|||
|
||||
public abstract Jingle createSessionInitiate(FullJid targetJID, JingleContentDescription application, String sessionId) throws XMPPException, IOException, InterruptedException, SmackException;
|
||||
|
||||
public abstract Jingle createSessionAccept(Jingle request);
|
||||
public abstract Jingle createSessionAccept(Jingle request) throws XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException, SmackException.NoResponseException;
|
||||
|
||||
public abstract BytestreamSession outgoingInitiatedSession(Jingle jingle) throws Exception;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue