mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Add JingleFileTransfer class
This commit is contained in:
parent
f783ecab4b
commit
46b352ef88
3 changed files with 61 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class JingleUtil {
|
|||
public IQ sendSessionPing(FullJid recipient, String sessionId)
|
||||
throws SmackException.NotConnectedException, InterruptedException,
|
||||
XMPPException.XMPPErrorException, SmackException.NoResponseException {
|
||||
|
||||
|
||||
Jingle.Builder jb = Jingle.getBuilder();
|
||||
jb.setSessionId(sessionId)
|
||||
.setAction(JingleAction.session_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue