~tigase/tigase/dev

« back to all changes in this revision

Viewing changes to src/main/java/tigase/xmpp/XMPPImplIfc.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.xmpp;
23
23
 
 
24
import tigase.db.TigaseDBException;
24
25
import tigase.db.UserRepository;
25
 
import tigase.db.TigaseDBException;
26
26
import tigase.xml.Element;
27
27
 
28
28
/**