~tigase/tigase/dev

« back to all changes in this revision

Viewing changes to src/main/java/tigase/server/bosh/BoshIOService.java

  • Committer: phearnot
  • Date: 2009-01-21 12:52:44 UTC
  • Revision ID: phearnot@wa247-20090121125244-f9xcw68j3o7oculb
Find Bugs fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 */
22
22
package tigase.server.bosh;
23
23
 
24
 
import java.util.logging.Logger;
25
24
import java.io.IOException;
26
25
import java.util.UUID;
27
 
import tigase.xmpp.XMPPIOService;
 
26
import java.util.logging.Logger;
 
27
 
28
28
import tigase.server.Packet;
29
29
import tigase.xmpp.Authorization;
30
30
import tigase.xmpp.PacketErrorTypeException;
 
31
import tigase.xmpp.XMPPIOService;
31
32
 
32
33
/**
33
34
 * Describe class BoshIOService here.