Jabberd2: Difference between revisions

From ArchWiki
(Update Interlanguage link)
(Archive page, flagged for more than a week)
Tag: Replaced
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:XMPP]]
[[es:Jabberd2]]
[[ja:Jabberd2]]
[[zh-hans:Jabberd2]]
[http://jabberd2.org/ jabberd2] is an [[Wikipedia:XMPP|XMPP]] server, written in the C language and licensed
as free software under the GNU General Public License. It was inspired by jabberd14.


== Installation ==
#redirect [[ArchWiki:Archive]]
 
[[Category:Archive]]
[[Install]] the {{AUR|jabberd2}} package.
 
== Configuration ==
 
Edit {{ic|/etc/jabberd/c2s.xml}} and change the content of the tag {{ic|1=<id register-enable='mu'>}} to your domain.
 
That is the line that will be added to your users id. (If you put there {{ic|example.com}}, your users id will be something like {{ic|user@example.com}}).
If the jabber service is going to be accessible over open internet (instead of a VPN or LAN), then that name '''SHOULD''' be resolved by DNS to your server.
 
The {{ic|1=register-enable='mu'}} part, allows the registration of accounts, using a standard jabber client.
 
Also set your server on {{ic|sm.xml}}:
{{hc|/etc/jabberd/sm.xml|
<id>mymachine.com</id>
}}
 
=== Daemon ===
 
Configure the {{ic|jabberd.service}} to start on boot.
 
Read [[Daemons]] for more information.
 
== See also ==
 
* [http://jabberd2.org/ Jabberd2 homepage]

Latest revision as of 20:21, 27 February 2023

Redirect to: