cburschka / ejabberd-auth-php

Extendable system of bridging ejabberd with PHP authentication systems.
21 stars 11 forks source link

What happend to phpBB support? #21

Open poVoq opened 7 years ago

poVoq commented 7 years ago

Somehow I remember this having phpBB support as by the readme.

Is this something that was cut, or do I have a bad memory?

Would it be difficult to get that working again?

cburschka commented 7 years ago

Hi, this was indeed included in 1.x: https://github.com/cburschka/ejabberd-auth-php/tree/1.0

I recently recreated the library with a new architecture; the phpBB plugin has not been ported yet. It's not in principle difficult to get it working again, but I haven't yet had time to get familiar with the latest phpBB code.

See also #20, which also describes how to create a plugin. :)

poVoq commented 7 years ago

Hmm, doesn't seem like REST API support has made it into phpBB yet... but direct database access through PDO is also still supported right?

cburschka commented 7 years ago

Yep. :)

I just made a start on some docs: https://github.com/cburschka/ejabberd-auth-php/blob/master/EXTEND.md