开发者

How to share username+password between 2 server?

开发者 https://www.devze.com 2023-01-22 04:36 出处:网络
I need to create for my blog in PHP, a chat like facebook-chat in erlang.开发者_开发技巧 But I don\'t know how to share the username+password between APACHE and Ejabberd.

I need to create for my blog in PHP, a chat like facebook-chat in erlang.开发者_开发技巧

But I don't know how to share the username+password between APACHE and Ejabberd.

How do I do this ?


Store the username and password in a Mysql Database. PHP can access Mysql easily. I don't know much about Ejabbert, but from this article here it looks like you can access Mysql from Ejabbert. Good luck.

0

精彩评论

暂无评论...
验证码 换一张
取 消