org.lantern
Class LanternXmppUtils

java.lang.Object
  extended by org.lantern.LanternXmppUtils

public class LanternXmppUtils
extends Object


Constructor Summary
LanternXmppUtils()
           
 
Method Summary
static boolean isLanternJid(String from)
           
static String jidToEmail(String jid)
           
static String jidToInstanceId(String fullId)
           
static String jidToUserId(String fullId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanternXmppUtils

public LanternXmppUtils()
Method Detail

jidToUserId

public static String jidToUserId(String fullId)

jidToInstanceId

public static String jidToInstanceId(String fullId)

isLanternJid

public static boolean isLanternJid(String from)

jidToEmail

public static String jidToEmail(String jid)


Copyright © 2010-2013 Team Lantern. All Rights Reserved.