]> git.evergreen-ils.org Git - OpenSRF.git/commit
added initial opensrf stack layer objects. more tuning/testing of the jabber layer
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 May 2007 02:51:51 +0000 (02:51 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 10 May 2007 02:51:51 +0000 (02:51 +0000)
commitd4167cf01d12034a0da5ec2e64909e995d606311
tree9180d7613afd1e25c6a3da4ab4a452d099cc87be
parent92e2e7c6788ce4e4ec382693578e4304f6a08bb9
added initial opensrf stack layer objects.  more tuning/testing of the jabber layer

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@880 9efc2488-bf62-4759-914b-345cdb29e865
src/java/org/opensrf/Message.java [new file with mode: 0644]
src/java/org/opensrf/Method.java [new file with mode: 0644]
src/java/org/opensrf/MethodException.java [new file with mode: 0644]
src/java/org/opensrf/Result.java [new file with mode: 0644]
src/java/org/opensrf/Session.java [new file with mode: 0644]
src/java/org/opensrf/net/xmpp/XMPPException.java
src/java/org/opensrf/net/xmpp/XMPPReader.java
src/java/org/opensrf/net/xmpp/XMPPSession.java
src/java/org/opensrf/test/TestJSON.java [new file with mode: 0644]
src/java/org/opensrf/util/JSON.java [new file with mode: 0644]
src/java/org/opensrf/util/Utils.java [new file with mode: 0644]