mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Heavy reworking in progress
This commit is contained in:
parent
7658369d63
commit
6818a52da7
108 changed files with 2117 additions and 1229 deletions
|
@ -35,7 +35,7 @@ import org.jivesoftware.smackx.jingle.nat.FixedTransportManager;
|
|||
import org.jivesoftware.smackx.jingle.nat.RTPBridge;
|
||||
import org.jivesoftware.smackx.jingle.nat.TransportCandidate;
|
||||
import org.jivesoftware.smackx.jingle.packet.Jingle;
|
||||
import org.jivesoftware.smackx.jingle.provider.JingleProvider;
|
||||
import org.jivesoftware.smackx.jingle3.provider.JingleProvider;
|
||||
|
||||
import java.net.DatagramPacket;
|
||||
import java.net.DatagramSocket;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.jivesoftware.smackx.jingle.provider;
|
||||
package org.jivesoftware.smackx.jingle3.provider;
|
||||
|
||||
import org.jivesoftware.smack.StanzaCollector;
|
||||
import org.jivesoftware.smack.SmackConfiguration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue