[svn-commits] file: trunk r369811 - /trunk/channels/chan_motif.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 9 10:58:38 CDT 2012


Author: file
Date: Mon Jul  9 10:58:36 2012
New Revision: 369811

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369811
Log:
Fix dependency to be on res_xmpp. Long ago in a galaxy far far away it used to use res_jabber.

Modified:
    trunk/channels/chan_motif.c

Modified: trunk/channels/chan_motif.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_motif.c?view=diff&rev=369811&r1=369810&r2=369811
==============================================================================
--- trunk/channels/chan_motif.c (original)
+++ trunk/channels/chan_motif.c Mon Jul  9 10:58:36 2012
@@ -29,7 +29,7 @@
 
 /*** MODULEINFO
 	<depend>iksemel</depend>
-	<depend>res_jabber</depend>
+	<depend>res_xmpp</depend>
 	<use type="external">openssl</use>
 	<support_level>core</support_level>
  ***/
@@ -579,7 +579,7 @@
 
 	ast_format_cap_copy(session->cap, endpoint->cap);
 
-	/* While we rely on res_jabber for communication we still need a temporary ast_sockaddr to tell the RTP engine
+	/* While we rely on res_xmpp for communication we still need a temporary ast_sockaddr to tell the RTP engine
 	 * that we want IPv4 */
 	ast_sockaddr_parse(&tmp, "0.0.0.0", 0);
 




More information about the svn-commits mailing list