]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Use addPlugin! (esp. XMPP folks should do this)
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Oct 2013 11:25:01 +0000 (12:25 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 30 Oct 2013 11:28:39 +0000 (12:28 +0100)
commite45edd6ae20042df2931f6c01fba9111e387741c
tree98632997098a7a2763bcbe82839f20ddc6a1f736
parent8dafce34c39c20161abb1ed2688678c3d18ad566
Use addPlugin! (esp. XMPP folks should do this)

If you're using XMPP by setting $config['xmpp'][*] then you should do:

    addPlugin('Xmpp', $config['xmpp']);

because setting it directly in $config[''] won't do anything.

Also, default resource for XMPP is now 'gnusocial'. If you want something
more random, set it in your addPlugin config array.
lib/default.php
lib/statusnet.php
plugins/Xmpp/XmppPlugin.php