Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have installed ejabberd server locally (localhost:5280), now question is how to configure local ejabberd sever with pidgin ?

share|improve this question

1 Answer

up vote 1 down vote accepted

As usual jabber client, at first run pidgin, enter:

  • Protocol - XMPP
  • Domain - ejabberd host
  • Resource - 5280

username and password of user which you can create in ejabberd admin web page, http://192.168.0.1:5280/admin. Input all this data and click add.

Run ejabberd, and not you can connect with pidgin or other jabber client.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.