<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/main/docbook/beyond/telco-support.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,12 @@
-#Wed Mar 25 16:46:10 EDT 2009
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+#Tue Apr 07 21:06:06 CEST 2009
 eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6</diff>
      <filename>.settings/org.eclipse.jdt.core.prefs</filename>
    </modified>
    <modified>
      <diff>@@ -83,6 +83,10 @@
         &lt;listitem&gt;
           &lt;para&gt;Web-specific configuration&lt;/para&gt;
         &lt;/listitem&gt;
+
+        &lt;listitem&gt;
+          &lt;para&gt;Sip-specific configuration&lt;/para&gt;
+        &lt;/listitem&gt;
       &lt;/orderedlist&gt;
 
       &lt;sect3&gt;
@@ -173,6 +177,22 @@
       &lt;/sect3&gt;
 
       &lt;sect3&gt;
+        &lt;title&gt;SIP-specific configuration&lt;/title&gt;
+
+        &lt;para&gt;The sip configuration section allows you to define the appname
+        (application name) of the SIP Servlets application (mandatory) and the
+        name of the class that will handle the SIP messages :&lt;/para&gt;
+
+        &lt;para&gt;&lt;example&gt;
+            &lt;title&gt;SIP configuration in *-rails.yml&lt;/title&gt;
+
+            &lt;para&gt;&lt;screen&gt;sip:
+  appName: DummyApplication
+  rubycontroller: SipHandler&lt;/screen&gt;&lt;/para&gt;
+          &lt;/example&gt;&lt;/para&gt;
+      &lt;/sect3&gt;
+
+      &lt;sect3&gt;
         &lt;title&gt;Complete *-rails.yml Deployment Descriptor Example&lt;/title&gt;
 
         &lt;para&gt;&lt;screen&gt;application:
@@ -180,7 +200,10 @@
   RAILS_ENV:   development
 web:
   host:    www.mycorp.com
-  context: /app-one&lt;/screen&gt;&lt;/para&gt;
+  context: /app-one
+sip: 
+  appName: DummyApplication
+  rubycontroller: SipHandler&lt;/screen&gt;&lt;/para&gt;
       &lt;/sect3&gt;
     &lt;/sect2&gt;
   &lt;/sect1&gt;</diff>
      <filename>src/main/docbook/basics/deploying.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,65 +1,61 @@
-&lt;?xml version='1.0' encoding=&quot;iso-8859-1&quot;?&gt;
-&lt;!DOCTYPE book PUBLIC &quot;-//OASIS//DTD DocBook XML V4.4//EN&quot; 
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?&gt;
+&lt;!DOCTYPE book PUBLIC &quot;-//OASIS//DTD DocBook XML V4.4//EN&quot;
 &quot;http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd&quot;&gt;
 &lt;!--
 Id
 Generate html using:   mvn docbkx:generate-html
 --&gt;
 &lt;book lang=&quot;en&quot;&gt;
-    &lt;bookinfo&gt;
-      &lt;title&gt;JBoss Rails Manual&lt;/title&gt;
-      &lt;subtitle&gt;Go beyond Rails with JBoss&lt;/subtitle&gt;
-      &lt;releaseinfo&gt;pre-1.0.0&lt;/releaseinfo&gt;
-      &lt;authorgroup&gt;
-        &lt;author&gt;
-          &lt;firstname&gt;Bob&lt;/firstname&gt;
-          &lt;surname&gt;McWhirter&lt;/surname&gt;
-        &lt;/author&gt;
-      &lt;/authorgroup&gt;
-    &lt;/bookinfo&gt;
-    
-    &lt;toc/&gt;
-
-    &lt;part&gt;
-      &lt;title&gt;Basics&lt;/title&gt;
-      &lt;xi:include href=&quot;basics/introduction.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-      &lt;xi:include href=&quot;basics/deployer-installation.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
- 
-      &lt;xi:include href=&quot;basics/preparing-your-rails-app.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-      &lt;xi:include href=&quot;basics/deploying.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-      &lt;xi:include href=&quot;basics/managing-jboss-as.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-    &lt;/part&gt;
-
-    &lt;part&gt;
-      &lt;title&gt;Beyond&lt;/title&gt;
-
-      &lt;xi:include href=&quot;beyond/task-queues.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-      &lt;xi:include href=&quot;beyond/scheduled-jobs.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-      &lt;xi:include href=&quot;beyond/soap-endpoints.xml&quot;
-         xml:base=&quot;./&quot;
-         xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot;/&gt;
-
-    &lt;/part&gt;
+  &lt;bookinfo&gt;
+    &lt;title&gt;JBoss Rails Manual&lt;/title&gt;
 
+    &lt;subtitle&gt;Go beyond Rails with JBoss&lt;/subtitle&gt;
 
+    &lt;releaseinfo&gt;pre-1.0.0&lt;/releaseinfo&gt;
+
+    &lt;authorgroup&gt;
+      &lt;author&gt;
+        &lt;firstname&gt;Bob&lt;/firstname&gt;
+
+        &lt;surname&gt;McWhirter&lt;/surname&gt;
+      &lt;/author&gt;
+    &lt;/authorgroup&gt;
+  &lt;/bookinfo&gt;
+
+  &lt;toc&gt;&lt;/toc&gt;
+
+  &lt;part&gt;
+    &lt;title&gt;Basics&lt;/title&gt;
+
+    &lt;xi:include href=&quot;basics/introduction.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;basics/deployer-installation.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;basics/preparing-your-rails-app.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;basics/deploying.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;basics/managing-jboss-as.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+  &lt;/part&gt;
+
+  &lt;part&gt;
+    &lt;title&gt;Beyond&lt;/title&gt;
+
+    &lt;xi:include href=&quot;beyond/task-queues.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;beyond/scheduled-jobs.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;beyond/soap-endpoints.xml&quot;
+                xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;
+
+    &lt;xi:include href=&quot;beyond/telco-support.xml&quot;
+		xmlns:xi=&quot;http://www.w3.org/2001/XInclude&quot; /&gt;	
+  &lt;/part&gt;
 &lt;/book&gt;</diff>
      <filename>src/main/docbook/master.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f8e0774291f80dd7ac8e32f2430d955ade9ff81</id>
    </parent>
  </parents>
  <author>
    <name>Jean Deruelle</name>
    <email>jean.deruelle@gmail.com</email>
  </author>
  <url>http://github.com/bobmcwhirter/jboss-rails/commit/c0809da9a4ee8afad56b37547fafce25e2bc1232</url>
  <id>c0809da9a4ee8afad56b37547fafce25e2bc1232</id>
  <committed-date>2009-05-04T04:08:12-07:00</committed-date>
  <authored-date>2009-05-04T04:08:12-07:00</authored-date>
  <message>Adding docbook documentation for sip.</message>
  <tree>7889c66fbefb661c46a0dad4d0d4ccc05e7d6949</tree>
  <committer>
    <name>Jean Deruelle</name>
    <email>jean.deruelle@gmail.com</email>
  </committer>
</commit>
