summaryrefslogtreecommitdiff
path: root/channels/chan_motif.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-09 15:58:36 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-09 15:58:36 +0000
commitfa0bcb6c70713ea80df43d08de104fc76a9c7edf (patch)
tree39b3a5c21c9325c76d8d2a266637da00e4e1f2a2 /channels/chan_motif.c
parent60bc927579187b3b86d1e51075d42b89d3533889 (diff)
Fix dependency to be on res_xmpp. Long ago in a galaxy far far away it used to use res_jabber.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_motif.c')
-rw-r--r--channels/chan_motif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_motif.c b/channels/chan_motif.c
index 619b353ad..60d201e06 100644
--- a/channels/chan_motif.c
+++ b/channels/chan_motif.c
@@ -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 @@ static struct jingle_session *jingle_alloc(struct jingle_endpoint *endpoint, con
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);