You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by be...@apache.org on 2007/05/29 08:21:35 UTC

svn commit: r542421 - in /labs/vysper: HOW-TO.txt STATUS.txt

Author: berndf
Date: Mon May 28 23:21:33 2007
New Revision: 542421

URL: http://svn.apache.org/viewvc?view=rev&rev=542421
Log:
[vysper] few more project info

Added:
    labs/vysper/HOW-TO.txt
Modified:
    labs/vysper/STATUS.txt

Added: labs/vysper/HOW-TO.txt
URL: http://svn.apache.org/viewvc/labs/vysper/HOW-TO.txt?view=auto&rev=542421
==============================================================================
--- labs/vysper/HOW-TO.txt (added)
+++ labs/vysper/HOW-TO.txt Mon May 28 23:21:33 2007
@@ -0,0 +1,31 @@
+** Hacking **
+
+Currently, all coding is done unit test driven.
+Before going to implement TCP endpoints, server service and so on,
+I personally focus on the implementation of core XMPP protocol features 
+and the architecture surrounding it.
+
+Here are the basics which are already there (at least as skeletons):
+
++ XML processing in an XMPP-affine way
++ building and reading "stanzas", the basic XMPP commands
++ processing stanzas in context
++ providing means of holding session state
+
+** Tools ** 
+
+Apache Ant is used as the build tool.
+
+** Compiling ** 
+
+ant compile.vysper
+
+** Running Unit Tests **
+
+ant run-unit-tests
+
+** Running the Server **
+
+Uh... what Server?? Server is not ready yet!
+Come on and get some 
+

Modified: labs/vysper/STATUS.txt
URL: http://svn.apache.org/viewvc/labs/vysper/STATUS.txt?view=diff&rev=542421&r1=542420&r2=542421
==============================================================================
--- labs/vysper/STATUS.txt (original)
+++ labs/vysper/STATUS.txt Mon May 28 23:21:33 2007
@@ -22,3 +22,4 @@
 User
 Kernel
 TCP Endpoints
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org