]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Retain XMPP filters across reconnections so external modules continue to function...
authorJoshua Colp <jcolp@digium.com>
Fri, 11 Jan 2013 23:04:53 +0000 (23:04 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 11 Jan 2013 23:04:53 +0000 (23:04 +0000)
commitcef6475eb081c4f7b1fcb3cab398c46007231292
tree92d5637e75f91e8f063a89f7117334f570fff7a2
parent48b3e46f00ead6ce3bd3b9d3fc46d5618f48536c
Retain XMPP filters across reconnections so external modules continue to function as expected.

Previously if an XMPP client reconnected any filters added by an external module were lost.
This issue exhibited itself with chan_motif not receiving and reacting to Jingle signaling.

(closes issue ASTERISK-20916)
Reported by: kuj

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@378917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_xmpp.c