Uses of Class
org.jivesoftware.openfire.net.UserAgentInfo
Packages that use UserAgentInfo
-
Uses of UserAgentInfo in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return UserAgentInfoModifier and TypeMethodDescriptionstatic UserAgentInfoUserAgentInfo.extract(org.dom4j.Element userAgentElement) Extracts and validates user agent information from the authentication element.Methods in org.jivesoftware.openfire.net with parameters of type UserAgentInfoModifier and TypeMethodDescriptionBind2Request.generateResourceString(UserAgentInfo userAgentInfo) Generates a resource string using the user agent information or defaults. -
Uses of UserAgentInfo in org.jivesoftware.openfire.sasl.task
Methods in org.jivesoftware.openfire.sasl.task that return UserAgentInfoModifier and TypeMethodDescriptionSasl2TaskContext.getUserAgentInfo()The user agent information (XEP-0388 ยง 2.2) that the peer supplied in its<authenticate/>element.