]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_xmpp: Buddies are always auto-registered when processing the roster
authorMatthew Jordan <mjordan@digium.com>
Wed, 25 Mar 2015 15:29:39 +0000 (15:29 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 25 Mar 2015 15:29:39 +0000 (15:29 +0000)
commite1b35138b9c7c15496505578ba50a4d7cca57615
treefd461e7a045c4716e6e670b1dcb2eed5e25b77ce
parent0fe50b9b3521d7fd1e1a20665327759b61836b07
res_xmpp: Buddies are always auto-registered when processing the roster

Due to a quirk in the configuration handling of res_xmpp, the 'autoregister'
setting was never actually processed. This was due to not properly copying
over the global settings to the client settings when applying the
configuration to the run-time object.

ASTERISK-14233
ASTERISK-24780 #close
Reported by: Simon Arlott
patches:
  asterisk-13.1.0-24780 uploaded by Simon Arlott (License 5756)

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