User Tools

Site Tools


jabberd2:jabberd2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jabberd2:jabberd2 [2008/04/29 11:10] devajabberd2:jabberd2 [2008/12/13 16:35] (current) deva
Line 3: Line 3:
  
 For sqlite info I have skewet at this on http://jabberd2.xiaoka.com/wiki/InstallGuide/QuickStartGuide . For sqlite info I have skewet at this on http://jabberd2.xiaoka.com/wiki/InstallGuide/QuickStartGuide .
 +
 +The basic conf has been taken from http://jabberd2.xiaoka.com/wiki/InstallGuide/CommonConfigurationTasks .
  
 Put the following line in /etc/portage/package.use Put the following line in /etc/portage/package.use
-  net-im/jabberd2 -mysql -postgres sqlite+  net-im/jabberd2 -mysql -postgres sqlite sasl
  
 Put the following lines in /etc/portage/package.keywords Put the following lines in /etc/portage/package.keywords
Line 12: Line 14:
  
  
-This will, when calling ``emerge jabberd2``, install the following:+This will, when calling ''emerge jabberd2'', install the following:
   myserver ~ # emerge -vp jabberd2   myserver ~ # emerge -vp jabberd2
      
Line 20: Line 22:
   [ebuild  N    ] net-libs/libgsasl-0.2.21  USE="nls -idn -kerberos -static" 756 kB    [ebuild  N    ] net-libs/libgsasl-0.2.21  USE="nls -idn -kerberos -static" 756 kB 
   [ebuild  N    ] dev-db/sqlite-3.5.6  USE="threadsafe -debug -doc -soundex -tcl" 2,485 kB    [ebuild  N    ] dev-db/sqlite-3.5.6  USE="threadsafe -debug -doc -soundex -tcl" 2,485 kB 
-  [ebuild  N    ] net-im/jabberd2-2.1.23  USE="ipv6 pam sqlite -debug -ldap -memdebug -mysql -pipe -postgres -sasl" 631 kB +  [ebuild  N    ] net-im/jabberd2-2.1.23  USE="ipv6 pam sasl sqlite -debug -ldap -memdebug -mysql -pipe -postgres" 631 kB 
      
   Total: 3 packages (3 new), Size of downloads: 3,871 kB   Total: 3 packages (3 new), Size of downloads: 3,871 kB
 +
 +Unpack the default sqlite config
 +  bzcat /usr/share/doc/jabberd2-2.1.23/tools/db-setup.sqlite.bz2 | sqlite3 /mnt/docs/data/jabber/sqlite.db
 +
 +Open the following port in the firewall, and portforward them to the jabber server:
 +  * port 5222 -- non-SSL client communication
 +  * port 5223 -- SSL client communication
 +  * port 5269 -- server to server communication 
 +
 +====Transports====
 +  net-im/pyicq-t
 +  net-im/pymsn-t
 +
 +http://delx.net.au/projects/pymsnt/docs/server.html
 +
  
jabberd2/jabberd2.1209460251.txt.gz · Last modified: 2008/04/29 11:10 by deva