ejabberd - Comments for "Installation Guide" https://www.ejabberd.im/node/3788 en Thnaks :) https://www.ejabberd.im/node/3788#comment-55009 <p>Thank you very much; I really appreciate your thorough answer.</p> <p>Ziv</p> Sat, 12 Dec 2009 15:11:55 +0000 ronziv comment 55009 at https://www.ejabberd.im Quote: What are the necessary https://www.ejabberd.im/node/3788#comment-55003 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>What are the necessary steps for installing and configuring ejabberd server on my local network?</p></div> <p>One of the many ways to install ejabberd is using the binary installers for Windows, Linux or Mac. This video is old, for Linux, but it is still valid for current versions and Windows.<br /> <noindex><a href="http://www.process-one.net/tutorials/ejabberd_setup_linux_en_viewlet_swf.html" title="http://www.process-one.net/tutorials/ejabberd_setup_linux_en_viewlet_swf.html" rel="nofollow" >http://www.process-one.net/tutorials/ejabberd_setup_linux_en_viewlet_swf...</a></noindex></p> <p>For learning purposes, you should experiment using a well known and good Jabber client, like Psi, Gajim, Jabbim, or Tkabber.</p> <p>BTW: if you are new to Jabber and ejabberd, try to learn slowly, one thing at a time, because there are many new concepts and you could get a headache. Try also to learn from your own experience, from the ejabberd Guide, <noindex><a href="http://xmpp.org/protocols/" title="http://xmpp.org/protocols/" rel="nofollow" >http://xmpp.org/protocols/</a></noindex> ...</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>How do I add IM users?</p></div> <p>The default configuration has In-Band Registration enabled, so anybody can register accounts using his Jabber client. You may want to disable this in a corporate server.</p> <p>The admin (you), can also register accounts using the WebAdmin, or Ad-hoc commands, or sending XMPP stanzas, or in the shell console using ejabberdctl. You can also install other modules that allow to register accounts using XML-RPC (ejabberd_xmlrpc), REST calls (mod_rest). Also mod_register_web provides a web page where your users can create accounts.</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>Is it possible to add user also programmatically?</p></div> <p>Yes, using some of the methods mentioned before.</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>Can I use agsXMPP (C# lib), for the client side, to work with ejabberd?</p></div> <p>You can use whatever library or client you want, as long as it's XMPP compliant. That library seems to be correct for the task.</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>How can I connect my new IM client to the new installed server?</p></div> <p>During installation, you can specify the Jabber domain you want to use for your Jabber server. If you only want to test, you can set "localhost". If you want it for your local network, call it "mymachinewhatever". If you want it to be accesed from Internet, you will have to call it "mycompany.com" or whatever.</p> <p>Then tell the Jabber client the username and the server (the Jabber domain).</p> Fri, 11 Dec 2009 21:55:02 +0000 mfoss comment 55003 at https://www.ejabberd.im