Reputation: 1953
I have a service with usernames and passwords already set up that I want to add a Jabber service to.
Is there any open source XMPP servers that I can customise to use my existing usernames and passwords in a Postgres DB?
Upvotes: 0
Views: 613
Reputation: 24282
You can do this with Openfire. You can either write your own extension to support a custom authentication mechanism, or you might be able to manage it with some simple configuration (check the section on Authentication Integration).
Upvotes: 2