Uses of Class
org.jivesoftware.openfire.streammanagement.ResumeRequest
Packages that use ResumeRequest
-
Uses of ResumeRequest in org.jivesoftware.openfire.streammanagement
Methods in org.jivesoftware.openfire.streammanagement that return ResumeRequestModifier and TypeMethodDescriptionstatic ResumeRequestResumeRequest.from(org.dom4j.Element resumeElement) Parses a (traditional, top-level) XEP-0198<resume/>element.static ResumeRequestResumeRequest.fromSasl2Authenticate(org.dom4j.Element authenticateElement) Parses the inline XEP-0198<resume/>content of a SASL2<authenticate/>element.Methods in org.jivesoftware.openfire.streammanagement with parameters of type ResumeRequestModifier and TypeMethodDescriptionStreamManager.processSasl2Resume(ResumeRequest request) Attempts to process (validate and perform) an inline SASL2 (XEP-0388) resume request, as defined by XEP-0198 ยง 9.2 ("Inline Stream Resumption").