1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-26 13:34:51 +02:00

Added Support for Mute

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7644 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-22 04:32:07 +00:00 committed by thiago
parent 9c929fd9cd
commit 28be8ecb39

View file

@ -200,6 +200,14 @@ public abstract class JingleSession extends JingleNegotiator {
this.jingleMediaManager = jingleMediaManager;
}
/**
* Get the JingleMediaSession of this Jingle Session
* @return the JingleMediaSession
*/
public JingleMediaSession getJingleMediaSession() {
return jingleMediaSession;
}
/**
* Get the session responder
*