]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix Jabber/XMPP distributed MWI
authorKinsey Moore <kmoore@digium.com>
Fri, 6 Sep 2013 19:28:16 +0000 (19:28 +0000)
committerKinsey Moore <kmoore@digium.com>
Fri, 6 Sep 2013 19:28:16 +0000 (19:28 +0000)
commit2d902e728fd2cd9aac723f3d416d2d1b9ad403e1
treef15339ccd0eace832038bf97c49ae94c0537ba36
parent7644d7b8e25dd82d36e6ad9ad08d60a6f10cf7b1
Fix Jabber/XMPP distributed MWI

The mailbox and context are swapped on the receiving end for all users
of Jabber and XMPP distributed MWI in Asterisk 1.8 and all more recent
versions. This swaps those values to be correct when publishing to the
internal event system from Jabber/XMPP distributed MWI state.

(closes issue ASTERISK-22435)
Reported by: abelbeck
Tested by: Michael Keuter
Patches:
    asterisk-1.8-res_jabber-aji_handle_pubsub_event.patch uploaded by abelbeck
    asterisk-11-res_xmpp-xmpp_pubsub_handle_event.patch uploaded by abelbeck
........

Merged revisions 398523 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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