| ||||||||
|
- display(); ?> | -|||||||
From linuxwolf at jabber.org Sun Sep 1 00:10:35 2002 From: linuxwolf at jabber.org (Matthew A. Miller) Date: Fri Jul 9 09:52:48 2004 Subject: [cvslog] cvs commit: jso/src/net/outer_planes/jso AbstractPacket.java Message-ID: <20020901051035.6609763D0B@hades.jabber.org> linuxwolf 02/09/01 00:10:35 Modified: src/net/outer_planes/jso AbstractPacket.java Log: - Updated attribute name "constants" to be more consistent with the rest of JSO Revision Changes Path 1.15 +4 -4 jso/src/net/outer_planes/jso/AbstractPacket.java Index: AbstractPacket.java =================================================================== RCS file: /home/cvs/jso/src/net/outer_planes/jso/AbstractPacket.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- AbstractPacket.java 1 Sep 2002 04:48:18 -0000 1.14 +++ AbstractPacket.java 1 Sep 2002 05:10:35 -0000 1.15 @@ -40,10 +40,10 @@ */ public abstract class AbstractPacket extends AbstractElement implements Packet { //"Constants" - public static final NSI ATTRIBUTE_TYPE = new NSI("type", ""); - public static final NSI ATTRIBUTE_ID = new NSI("id", ""); - public static final NSI ATTRIBUTE_FROM = new NSI("from", ""); - public static final NSI ATTRIBUTE_TO = new NSI("to", ""); + public static final NSI ATTRIBUTE_TYPE = new NSI("type", null); + public static final NSI ATTRIBUTE_ID = new NSI("id", null); + public static final NSI ATTRIBUTE_FROM = new NSI("from", null); + public static final NSI ATTRIBUTE_TO = new NSI("to", null); //Fields private StreamElement _Parent; From linuxwolf at jabber.org Sun Sep 1 02:09:17 2002 From: linuxwolf at jabber.org (Matthew A. Miller) Date: Fri Jul 9 09:52:48 2004 Subject: [cvslog] cvs commit: jso/doc CHANGELOG Message-ID: <20020901070917.DD49D63D0B@hades.jabber.org> linuxwolf 02/09/01 02:09:17 Modified: doc CHANGELOG Log: - Updates for building to 0.2-PRE Revision Changes Path 1.3 +3 -0 jso/doc/CHANGELOG Index: CHANGELOG =================================================================== RCS file: /home/cvs/jso/doc/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- CHANGELOG 31 Aug 2002 23:37:01 -0000 1.2 +++ CHANGELOG 1 Sep 2002 07:09:17 -0000 1.3 @@ -8,8 +8,11 @@ - Implemented Stream - Implemented StreamSource for Sockets - Implemented StreamSource for "arbitrary I/O" + - Enabled more global and accurate namespace support + - Changed Packet builders to understand "all attributes" - Added "example" demo/test application - Changed Extension "semantics to allow "primitive functionality" + - - (BUG) Modified PacketError impl to follow "XMPP CORE" spec 0.1.3-PRE2 (2002-08-07) From linuxwolf at jabber.org Sun Sep 1 02:09:19 2002 From: linuxwolf at jabber.org (Matthew A. Miller) Date: Fri Jul 9 09:52:48 2004 Subject: [cvslog] cvs commit: jso/prj jso.ant-version.properties Message-ID: <20020901070919.38A3163D0B@hades.jabber.org> linuxwolf 02/09/01 02:09:19 Modified: prj jso.ant-version.properties Log: - Updates for building to 0.2-PRE Revision Changes Path 1.14 +1 -1 jso/prj/jso.ant-version.properties Index: jso.ant-version.properties =================================================================== RCS file: /home/cvs/jso/prj/jso.ant-version.properties,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jso.ant-version.properties 1 Sep 2002 00:38:57 -0000 1.13 +++ jso.ant-version.properties 1 Sep 2002 07:09:19 -0000 1.14 @@ -1,2 +1,2 @@ # Sample ResourceBundle properties file -project.version=0.2 \ No newline at end of file +project.version=0.2-PRE \ No newline at end of file From linuxwolf at jabber.org Sun Sep 1 02:09:20 2002 From: linuxwolf at jabber.org (Matthew A. Miller) Date: Fri Jul 9 09:52:48 2004 Subject: [cvslog] cvs commit: jso/src/net/outer_planes/jso InfoQueryPacket.java Message-ID: <20020901070920.A6B4D63D0B@hades.jabber.org> linuxwolf 02/09/01 02:09:20 Modified: src/net/outer_planes/jso InfoQueryPacket.java Log: - Updates for building to 0.2-PRE Revision Changes Path 1.5 +1 -1 jso/src/net/outer_planes/jso/InfoQueryPacket.java Index: InfoQueryPacket.java =================================================================== RCS file: /home/cvs/jso/src/net/outer_planes/jso/InfoQueryPacket.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- InfoQueryPacket.java 30 Aug 2002 06:36:06 -0000 1.4 +++ InfoQueryPacket.java 1 Sep 2002 07:09:20 -0000 1.5 @@ -83,7 +83,7 @@ throw new IllegalArgumentException("Name must be 'iq'"); super.setName(name); } - + /**
* Creates an "almost-exact" duplicate of this StreamNode,
* using the given parent StreamElement. By "almost-exact",
From stpeter at jabber.org Sun Sep 1 10:51:25 2002
From: stpeter at jabber.org (Peter Saint-Andre)
Date: Fri Jul 9 09:52:48 2004
Subject: [cvslog] cvs commit: JabberManual/adminguide - New directory
Message-ID: <20020901155125.999DA63CFD@hades.jabber.org>
stpeter 02/09/01 10:51:25
JabberManual/adminguide - New directory
From stpeter at jabber.org Sun Sep 1 10:51:33 2002
From: stpeter at jabber.org (Peter Saint-Andre)
Date: Fri Jul 9 09:52:48 2004
Subject: [cvslog] cvs commit: JabberManual/techover - New directory
Message-ID: <20020901155133.A96D963CFD@hades.jabber.org>
stpeter 02/09/01 10:51:33
JabberManual/techover - New directory
From stpeter at jabber.org Sun Sep 1 10:51:50 2002
From: stpeter at jabber.org (Peter Saint-Andre)
Date: Fri Jul 9 09:52:48 2004
Subject: [cvslog] cvs commit: JabberManual/userguide - New directory
Message-ID: <20020901155150.7B01E63CFD@hades.jabber.org>
stpeter 02/09/01 10:51:50
JabberManual/userguide - New directory
From linuxwolf at jabber.org Sun Sep 1 13:07:19 2002
From: linuxwolf at jabber.org (Matthew A. Miller)
Date: Fri Jul 9 09:52:48 2004
Subject: [cvslog] cvs commit: jso/www download.php faq.php index.php main.css status.php
Message-ID: <20020901180719.AE72C63CFD@hades.jabber.org>
linuxwolf 02/09/01 13:07:19
Modified: www download.php faq.php index.php main.css status.php
Log:
- Updated website (attempting to meet standards compliance)
Revision Changes Path
1.9 +4 -2 jso/www/download.php
Index: download.php
===================================================================
RCS file: /home/cvs/jso/www/download.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- download.php 31 Aug 2002 02:00:10 -0000 1.8
+++ download.php 1 Sep 2002 18:07:19 -0000 1.9
@@ -4,7 +4,7 @@
function listFiles($title, $curr_path) {
$base_path = "/var/projects/jso/files/";
$file_path = "$base_path/$curr_path";
- $file_handle = opendir($file_path);
+ $file_handle = opendir($file_path);
$file_idx = 0;
?>
| =$file_dt?> | - } + } + + closedir($file_handle); ?>
-
JSO is only known to work with Java 2 Standard Edition (J2SE) version 1.4. A number of "special features" from -this version of J2SE are utilized, most notably "nested exceptions". -
+this version of J2SE are utilized, most notably "nested exceptions". + ++Any developers that wish to build Jabber applications in Java, such as clients (user clients, bots, etc.), +components, or even stand-alone servers.
+ ++Not really. JSO is a "low-level" library, in that it provides a "core" object model and some XML-stream logic. +It does not "hide" the details of JABBER/XMPP from the developer.
+ ++JSO is licensed under the terms of the JABBER Open-Source License (JOSL). A copy of this license can be obtained +from either the Open Source Initiative or +Jabber, Inc..
+ ++Yes. As long as a "stream" of XML is available (in both directions), communications are possible with the existing +servers.
} ?> 1.7 +29 -30 jso/www/index.php Index: index.php =================================================================== RCS file: /home/cvs/jso/www/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.php 16 Aug 2002 21:56:26 -0000 1.6 +++ index.php 1 Sep 2002 18:07:19 -0000 1.7 @@ -6,7 +6,7 @@ if ($current != $url) { $link_html = "$name"; } else { - $link_html = "$name"; + $link_html = "
| ||||||||
|
- display(); ?> | -|||||||
JSO © 2002, Matthew "Linuxwolf" Miller. All rights reserved under the terms of the JOSL
Jabber is a registered trademark of Jabber, Inc.
Basic specifaction and implementation release. Includes the JSO "Stream Object Model" and W3C DOM Import/Export functionality. This release may include @@ -23,9 +23,9 @@ 0.4
Extended Specification and Implementation release. Includes specifications -and implementations for all the Extensions ("jabber:iq:*" and "jabber:x:*" -namespaces) defined in the IETF Internet Drafts. This release may be the most -suitable for general usage.
+and implementations for many of the Extensions ("jabber:iq:*" and "jabber:x:*" +namespaces) currently defined. This release may be the most suitable for general +usage.| =$title?> |
|---|
JSO © 2002, Matthew "Linuxwolf" Miller. All rights reserved under the terms of the JOSL
-Jabber is a registered trademark of Jabber, Inc.
+JSO © 2002, Matthew "Linuxwolf" Miller. All rights reserved under the terms of the JOSL
+Jabber™ is a registered trademark of Jabber, Inc.