mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-26 22:30:28 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -29,7 +29,7 @@ | |||||||
|  |  | ||||||
| /*** MODULEINFO | /*** MODULEINFO | ||||||
| 	<depend>iksemel</depend> | 	<depend>iksemel</depend> | ||||||
| 	<depend>res_jabber</depend> | 	<depend>res_xmpp</depend> | ||||||
| 	<use type="external">openssl</use> | 	<use type="external">openssl</use> | ||||||
| 	<support_level>core</support_level> | 	<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); | 	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 */ | 	 * that we want IPv4 */ | ||||||
| 	ast_sockaddr_parse(&tmp, "0.0.0.0", 0); | 	ast_sockaddr_parse(&tmp, "0.0.0.0", 0); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user