Browse Source

Documentation updates

Olle E. Johansson 13 years ago
parent
commit
6135c98b47
3 changed files with 6 additions and 6 deletions
  1. 2 2
      modules_k/xcap_server/xcap_misc.h
  2. 2 2
      modules_k/xmpp/README
  3. 2 2
      modules_k/xmpp/doc/openser-xmpp.cfg

+ 2 - 2
modules_k/xcap_server/xcap_misc.h

@@ -7,12 +7,12 @@
  *
  * This file is part of kamailio, a free SIP server.
  *
- * openser is free software; you can redistribute it and/or modify
+ * Kamailo is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * openser is distributed in the hope that it will be useful,
+ * Kamailo is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.

+ 2 - 2
modules_k/xmpp/README

@@ -391,7 +391,7 @@ alias=sip-xmpp.kamailio.org
 
 # ------------------ module loading ----------------------------------
 
-mpath="/usr/local/openser-1.1.0-xmpp/lib/kamailio/modules/"
+mpath="/usr/local/lib/kamailio/modules/"
 loadmodule "sl.so"
 loadmodule "tm.so"
 loadmodule "rr.so"
@@ -415,7 +415,7 @@ modparam("xmpp", "backend", "server")
 
 # -- mi_fifo params --
 
-modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo_xmpp")
+modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo_xmpp")
 
 # -- usrloc params --
 

+ 2 - 2
modules_k/xmpp/doc/openser-xmpp.cfg

@@ -28,7 +28,7 @@ alias=sip-xmpp.kamailio.org
 
 # ------------------ module loading ----------------------------------
 
-mpath="/usr/local/openser-1.1.0-xmpp/lib/kamailio/modules/"
+mpath="/usr/local/lib/kamailio/modules/"
 loadmodule "sl.so"
 loadmodule "tm.so"
 loadmodule "rr.so"
@@ -52,7 +52,7 @@ modparam("xmpp", "backend", "server")
 
 # -- mi_fifo params --
 
-modparam("mi_fifo", "fifo_name", "/tmp/openser_fifo_xmpp")
+modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo_xmpp")
 
 # -- usrloc params --