org.jivesoftware.messenger.server.ServerDialback Implementation of the Server Dialback method as defined by the RFC3920. The dialback method follows the following logic to validate the remote server: <ol> <li>The Originating Server establishes a connection to the Receiving Server.</li> <li>The Originating Server sends a ...
org.xmpp.packet.JID An XMPP address (JID). A JID is made up of a node (generally a username), a domain, and a resource. The node and resource are optional; domain is required. In simple ABNF form: <ul><tt>jid = [ node "@" ] domain [ "/" resource ]</tt></ul> Some sample JID's: <ul> < ...
org.alfresco.repo.content.transform.PoiHssfContentTransformer Makes use of the {@link http://jakarta.apache.org/poi/ POI} library to perform conversions from Excel spreadsheets to text (comma separated). <p> While most text extraction from spreadsheets only extract the first sheet of the workbook, the method used here extracts the text from <b>al ...
org.alfresco.web.bean.ErrorBean Bean used by the error page, holds the last exception to be thrown by the system @author gavinc