|
Deprecated Methods |
tigase.server.AbstractMessageReceiver.addTimerTask(TimerTask, long)
|
tigase.server.AbstractMessageReceiver.addTimerTask(TimerTask, long, TimeUnit)
|
tigase.server.xmppserver.S2SConnectionManager.addTimerTask(TimerTask, long, TimeUnit)
|
tigase.xmpp.XMPPImplIfc.concurrentThreadsPerQueue()
|
tigase.xmpp.XMPPProcessor.concurrentThreadsPerQueue()
|
tigase.db.DummyRepository.digestAuth(BareJID, String, String, String)
|
tigase.db.AuthRepositoryPool.digestAuth(BareJID, String, String, String)
|
tigase.db.AuthRepository.digestAuth(BareJID, String, String, String)
|
tigase.db.AuthRepositoryMDImpl.digestAuth(BareJID, String, String, String)
|
tigase.db.AuthRepositoryImpl.digestAuth(BareJID, String, String, String)
|
tigase.db.ldap.LdapAuthProvider.digestAuth(BareJID, String, String, String)
|
tigase.db.xml.XMLRepository.digestAuth(BareJID, String, String, String)
|
tigase.db.jdbc.DrupalWPAuth.digestAuth(BareJID, String, String, String)
|
tigase.db.jdbc.TigaseCustomAuth.digestAuth(BareJID, String, String, String)
|
tigase.db.jdbc.TigaseAuth.digestAuth(BareJID, String, String, String)
|
tigase.db.jdbc.JDBCRepository.digestAuth(BareJID, String, String, String)
|
tigase.server.Packet.getAttribute(String)
Consider using Packet.getAttributeStaticStr(java.lang.String) instead. |
tigase.server.Packet.getAttribute(String[], String)
use Packet.getAttributeStaticStr(java.lang.String[], java.lang.String)
instead, if possible, if not, contact us so we preserve the API. |
tigase.server.Packet.getAttribute(String, String)
use Packet.getAttributeStaticStr(java.lang.String[], java.lang.String)
instead, if possible, or Packet.getAttribute(java.lang.String[], java.lang.String) |
tigase.server.BasicComponent.getDiscoFeatures()
|
tigase.server.BasicComponent.getDiscoInfo(String, JID)
|
tigase.server.BasicComponent.getDiscoItems(String, JID)
|
tigase.server.Packet.getElemCData(String)
use Packet.getElemCDataStaticStr(java.lang.String[]) instead,
if possible, or Packet.getElemCData(java.lang.String[]) |
tigase.server.Packet.getElemCData(String[])
use Packet.getElemCDataStaticStr(java.lang.String[]) instead,
if possible, if not, contact us so we preserve the API. |
tigase.server.Packet.getElemChildren(String)
use Packet.getElemChildrenStaticStr(java.lang.String[]) instead,
if possible, or Packet.getElemChildren(java.lang.String[]). |
tigase.server.Packet.getElemChildren(String[])
use Packet.getElemChildrenStaticStr(java.lang.String[]) instead,
if possible, if not, contact us so we preserve the API. |
tigase.server.Packet.getElemFrom()
use getStanzaFrom() instead. |
tigase.server.Packet.getElemTo()
use getStanzaTo() instead |
tigase.cluster.strategy.SMNonCachingAllNodes.getInternalCacheData()
|
tigase.cluster.strategy.ClusteringStrategyIfc.getInternalCacheData()
|
tigase.xmpp.XMPPResourceConnection.getUserId()
|
tigase.xmpp.XMPPImplIfc.isSupporting(String, String)
|
tigase.xmpp.XMPPProcessor.isSupporting(String, String)
|
tigase.server.Packet.isXMLNS(String[], String)
use Packet.isXMLNSStaticStr(String[], String) instead,
if possible, if not contact us so we preserve the API. |
tigase.server.Packet.isXMLNS(String, String)
use Packet.isXMLNSStaticStr(String[], String) instead,
if possible, or Packet.isXMLNS(String[], String) |
tigase.xmpp.RepositoryAccess.loginDigest(BareJID, String, String, String)
|
tigase.xmpp.XMPPResourceConnection.loginDigest(String, String, String, String)
|
tigase.xmpp.RepositoryAccess.loginOther(Map)
|
tigase.xmpp.XMPPResourceConnection.loginOther(Map)
|
tigase.xmpp.RepositoryAccess.loginPlain(BareJID, String)
|
tigase.xmpp.XMPPResourceConnection.loginPlain(String, String)
|
tigase.xmpp.RepositoryAccess.loginToken(BareJID, String, String)
|
tigase.db.DummyRepository.plainAuth(BareJID, String)
|
tigase.db.AuthRepositoryPool.plainAuth(BareJID, String)
|
tigase.db.AuthRepository.plainAuth(BareJID, String)
use method
AuthRepository.otherAuth(Map)
because this method is preferred. In a long term plans all authentication
methods should use otherAuth(...) calls. |
tigase.db.AuthRepositoryMDImpl.plainAuth(BareJID, String)
|
tigase.db.AuthRepositoryImpl.plainAuth(BareJID, String)
|
tigase.db.ldap.LdapAuthProvider.plainAuth(BareJID, String)
|
tigase.db.xml.XMLRepository.plainAuth(BareJID, String)
|
tigase.db.jdbc.DrupalWPAuth.plainAuth(BareJID, String)
|
tigase.db.jdbc.TigaseCustomAuth.plainAuth(BareJID, String)
|
tigase.db.jdbc.TigaseAuth.plainAuth(BareJID, String)
|
tigase.db.jdbc.JDBCRepository.plainAuth(BareJID, String)
|
tigase.server.AbstractMessageReceiver.processingThreads()
|
tigase.xmpp.RepositoryAccess.register(String, String, String)
|
tigase.xmpp.XMPPImplIfc.supElements()
|
tigase.xmpp.XMPPProcessor.supElements()
|
tigase.server.Packet.swapElemFromTo()
Use swapStanzaFromTo() instead. |
tigase.server.Packet.swapElemFromTo(StanzaType)
Use swapStanzaFromTo() instead. |