Module: XCAPClient

Defined in:
lib/xcapclient.rb,
lib/xcapclient/client.rb,
lib/xcapclient/errors.rb,
lib/xcapclient/document.rb,
lib/xcapclient/application.rb

Defined Under Namespace

Classes: Application, ArgumentError, Client, ConfigError, ConnectionError, Document, DocumentError, HTTPAuthenticationError, HTTPBadRequest, HTTPConflictError, HTTPDocumentNotFound, HTTPDocumentNotModified, HTTPError, HTTPForbidden, HTTPNoMatchingETag, HTTPNotImplemented, HTTPServerError, HTTPUnknownError, HTTPWrongContentType, WrongAUID, XCAPClientError, XMLParsingError

Constant Summary collapse

VERSION =
"1.2.2"
RUBY_VERSION_CORE =
case RUBY_VERSION
when /^1\.9\./
	:RUBY_1_9
when /^1\.8\./
	:RUBY_1_8
end