Skip to content

Commit

Permalink
seas: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent dad67d9 commit 047cdc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/modules/seas/doc/seas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<affiliation>
<orgname>VozTelecom Sistemas</orgname>
<orgdiv><ulink url="http://www.wesip.eu">www.wesip.eu</ulink></orgdiv>
<address>Ronda Can Fatjo, 9, 1p Parc Tecnologic del Valles Cerdanyola, 08520 (SPAIN)
Phone:+34 933968800
<address>Ronda Can Fatjo, 9, 1p Parc Tecnologic del Valles Cerdanyola, 08520 (SPAIN)
Phone:+34 933968800
www.voztele.com
<email>elias.baixas@voztele.com</email>
</address>
Expand All @@ -41,5 +41,5 @@
<!-- External Entity Refs -->
<xi:include href="seas_admin.xml"/>
<xi:include href="seas_devel.xml"/>

</book>
12 changes: 6 additions & 6 deletions src/modules/seas/doc/seas_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ modparam("seas", "listen_sockets","127.0.0.1:5080")

<programlisting format="linespecific">
...
if (!as_relay_t("app_server_1")) {
log("Error sending to app server");
t_reply("500","App Server not connected");
if (!as_relay_t("app_server_1")) {
log("Error sending to app server");
t_reply("500","App Server not connected");
}
...
</programlisting>
Expand Down Expand Up @@ -220,7 +220,7 @@ t_reply("500","App Server not connected");

<para><programlisting>public final class Hello extends HttpServlet {
protected void doGet(HttpServletRequest request,HttpServletResponse response)
throws IOException, ServletException
throws IOException, ServletException
{
response.setContentType("text/html");
PrintWriter writer = response.getWriter();
Expand Down Expand Up @@ -279,7 +279,7 @@ writer.println("&lt;/html&gt;");
<title>Typical Sip Servlet Example</title>

<para><programlisting>public class ProxyServlet extends SipServlet {
protected void doInvite(SipServletRequest req) throws
protected void doInvite(SipServletRequest req) throws
ServletException, IOException
{
if (req.isInitial()) {
Expand All @@ -295,7 +295,7 @@ ServletException, IOException
log("re-INVITE");
}
}
protected void doAck(SipServletRequest req) throws
protected void doAck(SipServletRequest req) throws
ServletException, IOException
{
log("doAck " + req.getRequestURI());
Expand Down
2 changes: 1 addition & 1 deletion src/modules/seas/doc/seas_devel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

]>
<chapter id="devel">


<title>&develguide;</title>

Expand Down

0 comments on commit 047cdc8

Please sign in to comment.