<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ejabberd-auth-php.git/plugins/session/install.php, branch master</title>
<subtitle>Fork of pluggable PHP-based extauth module for ejabberd
</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/'/>
<entry>
<title>Okay, the last patch was actually rubbish.</title>
<updated>2014-01-17T15:10:10+00:00</updated>
<author>
<name>Christoph Burschka</name>
</author>
<published>2014-01-17T15:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.hackerposse.com/ejabberd-auth-php.git/commit/?id=045012f9b7619d441d8c5b5800519cb7ac6891b6'/>
<id>045012f9b7619d441d8c5b5800519cb7ac6891b6</id>
<content type='text'>
It turns out that you can't hope to bootstrap more
than one PHP-based software without messing stuff
up, particularly because they rely on global variables
without exception. If it is risky and unpredictable for
different systems, it is completely impossible with multiple
instances of the same.

Therefore, the ability to use multiple plugins (and the
accompanying config.php structure) has been removed. The
only plugin that can be used in conjunction with another
is session.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that you can't hope to bootstrap more
than one PHP-based software without messing stuff
up, particularly because they rely on global variables
without exception. If it is risky and unpredictable for
different systems, it is completely impossible with multiple
instances of the same.

Therefore, the ability to use multiple plugins (and the
accompanying config.php structure) has been removed. The
only plugin that can be used in conjunction with another
is session.
</pre>
</div>
</content>
</entry>
</feed>
