Scalability question on privacy policy implementation
2006-08-02 05:23:07 GMT
Adrian
_______________________________________________ jabberd mailing list jabberd <at> jabberstudio.org http://mail.jabber.org/mailman/listinfo/jabberd
_______________________________________________ jabberd mailing list jabberd <at> jabberstudio.org http://mail.jabber.org/mailman/listinfo/jabberd
tried it but I get a lot of errors (in the beginning dubble clicking would not enable edit and sending a messages keeps failing). It would be nice if you could link your account to an existing jabber account so you will receive the notifications in your jabber client also (add a link to the desktop on bottom of msg and you can easy login)
Regards,
Jordi
Hi,We have just made available our latest free web service to use XMPP for backend message routing. If you are interested, feel free to visit http://www.apowertouch.com and give us feedback.Per my understanding of XMPP spec, user (or server ??) can select privacy policy such that only the designated sender(s) can send messages to the user. All others will be blocked (or messages dropped) by the server. My questions are:(1) has anyone had experience implementing this policy?(2) if so, how does the server performance got impacted as it needs to inspect the blocking list per sent message)? Does anyone has any experience on the performance hit as related to number of users (or messages) using this service increases?(3) has anyone had experience in setting the block policy by default and incrementally opened by users as they choose to?I would like to hear from both developer and administrator's perspective. I amexperimenting with jabberd and wildfire and thought to ask if anyone has tried this before.Thanks
Adrian
_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
http://mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/about/jadminfaq.shtml
_______________________________________________
_______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Okay,
[
I’m testing wildfire out on a windows 2003 server box, before I get our Debian Linux box going.
One of the requirements from my boss is that we tie this into active directory.
The wildfire server starts fine, but after I edit the configuration files I can’t login to the web interface, and I’m unable to sign in via a jabber client as well.
The server has plenty of horsepower to get the job done. So I’m beginning to believe it’s my configuration (perhaps I’ve missed a couple of things)
So I’m posting the config file for you all to the look at.
Much Thanks in Advance
<jive>
<adminConsole>
<port>9090</port>
<securePort>9091</securePort>
</adminConsole>
<admin>
<authorizedUsernames>administrator, jabber, frank.lawler</authorizedUsernames>
<!-- <authorizedJIDs></authorizedJIDs> -->
</admin>
<locale>en</locale>
<!--
<network>
<interface></interface>
</network>
-->
<ldap>
<host>kittylitter</host>
<port>3268</port>
<usernameField>sAMAccountName</usernameField>
<nameField>displayName</nameField>
<emailField>mail</emailField>
<searchFilter><![CDATA[
(&
(objectCategory=Person)
(memberOf=ou=Users,dc=sandbox,dc=corp,dc=domain,dc=com)
(!(userAccountControl:1.2.840.113556.1.4.803:=2))
(sAMAccountName={0})
)
]]></searchFilter>
<!-- Group Settings -->
<groupSearchFilter><![CDATA[
(&
(objectClass=group)
(memberOf=cn=JabberAccess,ou=Groups,dc=example,dc=com)
(member={0})
)
]]></groupSearchFilter>
<baseDN>ou=users,DC=kittylitter,DC=sandbox,DC=corp,DC=wdsglobal,DC=com</baseDN>
<adminDN>jabber</adminDN>
<adminPassword>jabber1admin</adminPassword>
</ldap>
<provider>
<user>
<className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className>
</user>
<auth>
<className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className>
</auth>
<group>
<groupName>org.jivesoftware.wildfire.ldap.LdapGroupProvider</groupName>
</group>
</provider>
<connectionProvider>
<className>org.jivesoftware.database.EmbeddedConnectionProvider</className>
</connectionProvider>
<setup>true</setup>
</jive>
_______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Hi
I am facing problems setting up a Jabberd server 1.4.2 on linux AS. After installation when I give /etc/init.d/jabberd start it just excutes and the general prompt appears and I don’t' see any ' Starting Jabber Server…..' on the screen. I don’t' c any process running. When I give a restart command it says as
Stopping Jabberd: killing jabberd with pid 2604/etc/init.d/jabberd : line 94 : kill: (2604) - No such process
And also pl., suggest me the procedure of how to test a jabber client on Windows XP. Do I need to configure MySQL also on the server. Suggest
Regards,
Srinivas Goli
Presence Capability
BT - Service Execution Platform
tel: 01473 605668
mobile: 079553 17256
BT-Adastral Park, Ipswich, Suffolk
_______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Hey Frank, yeah the Active Directory setup for Wildfire is fairly specific, although not too complex. I run it on Sled9, but have been part of several of the Windows questions as well.. Go on over to www.jivesoftware.org and visit the forums, do a search on AD, Active Directory, etc and you will find a TON of information that will help you get it up and running. Good Choice for your IM server instance! Take Care, Jeff Frank Lawler wrote: > Okay, > > [ > > I’m testing wildfire out on a windows 2003 server box, before I get > our Debian Linux box going. > > One of the requirements from my boss is that we tie this into active > directory. > > The wildfire server starts fine, but after I edit the configuration > files I can’t login to the web interface, and I’m unable to sign in > via a jabber client as well. > > The server has plenty of horsepower to get the job done. So I’m > beginning to believe it’s my configuration (perhaps I’ve missed a > couple of things) > > So I’m posting the config file for you all to the look at. > > Much Thanks in Advance > > <jive> > > <adminConsole> > > <port>9090</port> > > <securePort>9091</securePort> > > </adminConsole> > > <admin> > > <authorizedUsernames>administrator, jabber, > frank.lawler</authorizedUsernames> > > <!-- <authorizedJIDs></authorizedJIDs> --> > > </admin> > > <locale>en</locale> > > <!-- > > <network> > > <interface></interface> > > </network> > > --> > > <ldap> > > <host>kittylitter</host> > > <port>3268</port> > > <usernameField>sAMAccountName</usernameField> > > <nameField>displayName</nameField> > > <emailField>mail</emailField> > > <searchFilter><![CDATA[ > > (& > > (objectCategory=Person) > > (memberOf=ou=Users,dc=sandbox,dc=corp,dc=domain,dc=com) > > (!(userAccountControl:1.2.840.113556.1.4.803:=2)) > > (sAMAccountName={0}) > > ) > > ]]></searchFilter> > > <!-- Group Settings --> > > <groupSearchFilter><![CDATA[ > > (& > > (objectClass=group) > > (memberOf=cn=JabberAccess,ou=Groups,dc=example,dc=com) > > (member={0}) > > ) > > ]]></groupSearchFilter> > > <baseDN>ou=users,DC=kittylitter,DC=sandbox,DC=corp,DC=wdsglobal,DC=com</baseDN> > > > <adminDN>jabber</adminDN> > > <adminPassword>jabber1admin</adminPassword> > > </ldap> > > <provider> > > <user> > > <className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className> > > </user> > > <auth> > > <className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className> > > </auth> > > <group> > > <groupName>org.jivesoftware.wildfire.ldap.LdapGroupProvider</groupName> > > </group> > > </provider> > > <connectionProvider> > > <className>org.jivesoftware.database.EmbeddedConnectionProvider</className> > > > </connectionProvider> > > <setup>true</setup> > > </jive> > > > _____________________________________________________________________________ > Scanned by Sanmina-SCI eShield > _____________________________________________________________________________ > >------------------------------------------------------------------------ > >_______________________________________________ >jadmin mailing list >jadmin <at> jabber.org >http://mail.jabber.org/mailman/listinfo/jadmin >FAQ: http://www.jabber.org/about/jadminfaq.shtml >_______________________________________________ > > -- Jeff Garner Network Administrator Sanmina-SCI, Allen Texas 469.675.2441 <office> 972.768.5913 <cell> jeff.garner <at> sanmina-sci.com CONFIDENTIALITY This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail message, you are hereby notified that any dissemination, distribution or copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have received this e-mail message in error, please immediately notify the sender and permanently delete the original and any copies of this email and any prints thereof. ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail message its contents, and any attachments hereto are not intended to represent an offer or acceptance to enter into a contract and are not otherwise intended to bind the sender, Sanmina-SCI Corporation (or any of its subsidiaries), or any other person or entity. _____________________________________________________________________________ Scanned by Sanmina-SCI eShield _____________________________________________________________________________ _______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Hey guys, I just wanted to add to the conversation that we're doing even more work on directory integration for the upcoming 3.1 release of Wildfire. Currently, configuration is through XML files. For 3.1, you'll also be able to use a GUI setup tool, which should make it much faster and easier to do the integration. We hope to have some screenshots of what this will look like up soon. Regards, Matt > -----Original Message----- > From: jadmin-bounces <at> jabber.org > [mailto:jadmin-bounces <at> jabber.org] On Behalf Of Jeff Garner > Sent: Friday, August 04, 2006 4:28 AM > To: Jabber server administration list > Subject: Re: [jadmin] AD Stuff > > Hey Frank, > yeah the Active Directory setup for Wildfire is fairly > specific, although not too complex. I run it on Sled9, but > have been part of several of the Windows questions as well.. > Go on over to www.jivesoftware.org and visit the forums, do a > search on AD, Active Directory, etc and you will find a TON > of information that will help you get it up and running. Good > Choice for your IM server instance! > > Take Care, > Jeff > > Frank Lawler wrote: > > > Okay, > > > > [ > > > > I'm testing wildfire out on a windows 2003 server box, before I get > > our Debian Linux box going. > > > > One of the requirements from my boss is that we tie this > into active > > directory. > > > > The wildfire server starts fine, but after I edit the configuration > > files I can't login to the web interface, and I'm unable to sign in > > via a jabber client as well. > > > > The server has plenty of horsepower to get the job done. So I'm > > beginning to believe it's my configuration (perhaps I've missed a > > couple of things) > > > > So I'm posting the config file for you all to the look at. > > > > Much Thanks in Advance > > > > <jive> > > > > <adminConsole> > > > > <port>9090</port> > > > > <securePort>9091</securePort> > > > > </adminConsole> > > > > <admin> > > > > <authorizedUsernames>administrator, jabber, > > frank.lawler</authorizedUsernames> > > > > <!-- <authorizedJIDs></authorizedJIDs> --> > > > > </admin> > > > > <locale>en</locale> > > > > <!-- > > > > <network> > > > > <interface></interface> > > > > </network> > > > > --> > > > > <ldap> > > > > <host>kittylitter</host> > > > > <port>3268</port> > > > > <usernameField>sAMAccountName</usernameField> > > > > <nameField>displayName</nameField> > > > > <emailField>mail</emailField> > > > > <searchFilter><![CDATA[ > > > > (& > > > > (objectCategory=Person) > > > > (memberOf=ou=Users,dc=sandbox,dc=corp,dc=domain,dc=com) > > > > (!(userAccountControl:1.2.840.113556.1.4.803:=2)) > > > > (sAMAccountName={0}) > > > > ) > > > > ]]></searchFilter> > > > > <!-- Group Settings --> > > > > <groupSearchFilter><![CDATA[ > > > > (& > > > > (objectClass=group) > > > > (memberOf=cn=JabberAccess,ou=Groups,dc=example,dc=com) > > > > (member={0}) > > > > ) > > > > ]]></groupSearchFilter> > > > > > <baseDN>ou=users,DC=kittylitter,DC=sandbox,DC=corp,DC=wdsglobal,DC=com > > </baseDN> > > > > > > <adminDN>jabber</adminDN> > > > > <adminPassword>jabber1admin</adminPassword> > > > > </ldap> > > > > <provider> > > > > <user> > > > > > <className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className> > > > > </user> > > > > <auth> > > > > > <className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className> > > > > </auth> > > > > <group> > > > > > <groupName>org.jivesoftware.wildfire.ldap.LdapGroupProvider</groupName > > > > > > > </group> > > > > </provider> > > > > <connectionProvider> > > > > > <className>org.jivesoftware.database.EmbeddedConnectionProvider</class > > Name> > > > > > > </connectionProvider> > > > > <setup>true</setup> > > > > </jive> > > > > > > > ______________________________________________________________________ > > _______ > > Scanned by Sanmina-SCI eShield > > > ______________________________________________________________________ > > _______ > > > >------------------------------------------------------------- > ---------- > >- > > > >_______________________________________________ > >jadmin mailing list > >jadmin <at> jabber.org > >http://mail.jabber.org/mailman/listinfo/jadmin > >FAQ: http://www.jabber.org/about/jadminfaq.shtml > >_______________________________________________ > > > > > > > -- > Jeff Garner > Network Administrator > Sanmina-SCI, Allen Texas > 469.675.2441 <office> > 972.768.5913 <cell> > jeff.garner <at> sanmina-sci.com > > > > CONFIDENTIALITY > This e-mail message and any attachments thereto, is intended > only for use by the addressee(s) named herein and may contain > legally privileged and/or confidential information. If you > are not the intended recipient of this e-mail message, you > are hereby notified that any dissemination, distribution or > copying of this e-mail message, and any attachments thereto, > is strictly prohibited. If you have received this e-mail > message in error, please immediately notify the sender and > permanently delete the original and any copies of this email > and any prints thereof. > ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS > E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. > Notwithstanding the Uniform Electronic Transactions Act or > the applicability of any other law of similar substance and > effect, absent an express statement to the contrary > hereinabove, this e-mail message its contents, and any > attachments hereto are not intended to represent an offer or > acceptance to enter into a contract and are not otherwise > intended to bind the sender, Sanmina-SCI Corporation (or any > of its subsidiaries), or any other person or entity. > ______________________________________________________________ > _______________ > Scanned by Sanmina-SCI eShield > ______________________________________________________________ > _______________ > _______________________________________________ > jadmin mailing list > jadmin <at> jabber.org > http://mail.jabber.org/mailman/listinfo/jadmin > FAQ: http://www.jabber.org/about/jadminfaq.shtml > _______________________________________________ > _______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Rock on Matt, The configuration via xml is a bit strange, but hell it works now. I've got 600 people happily yammering away using wildfire. So I am one happy admin. Thanks -----Original Message----- From: jadmin-bounces <at> jabber.org [mailto:jadmin-bounces <at> jabber.org] On Behalf Of Matt Tucker Sent: Friday, August 04, 2006 11:53 AM To: Jabber server administration list Subject: RE: [jadmin] AD Stuff Hey guys, I just wanted to add to the conversation that we're doing even more work on directory integration for the upcoming 3.1 release of Wildfire. Currently, configuration is through XML files. For 3.1, you'll also be able to use a GUI setup tool, which should make it much faster and easier to do the integration. We hope to have some screenshots of what this will look like up soon. Regards, Matt > -----Original Message----- > From: jadmin-bounces <at> jabber.org > [mailto:jadmin-bounces <at> jabber.org] On Behalf Of Jeff Garner > Sent: Friday, August 04, 2006 4:28 AM > To: Jabber server administration list > Subject: Re: [jadmin] AD Stuff > > Hey Frank, > yeah the Active Directory setup for Wildfire is fairly > specific, although not too complex. I run it on Sled9, but > have been part of several of the Windows questions as well.. > Go on over to www.jivesoftware.org and visit the forums, do a > search on AD, Active Directory, etc and you will find a TON > of information that will help you get it up and running. Good > Choice for your IM server instance! > > Take Care, > Jeff > > Frank Lawler wrote: > > > Okay, > > > > [ > > > > I'm testing wildfire out on a windows 2003 server box, before I get > > our Debian Linux box going. > > > > One of the requirements from my boss is that we tie this > into active > > directory. > > > > The wildfire server starts fine, but after I edit the configuration > > files I can't login to the web interface, and I'm unable to sign in > > via a jabber client as well. > > > > The server has plenty of horsepower to get the job done. So I'm > > beginning to believe it's my configuration (perhaps I've missed a > > couple of things) > > > > So I'm posting the config file for you all to the look at. > > > > Much Thanks in Advance > > > > <jive> > > > > <adminConsole> > > > > <port>9090</port> > > > > <securePort>9091</securePort> > > > > </adminConsole> > > > > <admin> > > > > <authorizedUsernames>administrator, jabber, > > frank.lawler</authorizedUsernames> > > > > <!-- <authorizedJIDs></authorizedJIDs> --> > > > > </admin> > > > > <locale>en</locale> > > > > <!-- > > > > <network> > > > > <interface></interface> > > > > </network> > > > > --> > > > > <ldap> > > > > <host>kittylitter</host> > > > > <port>3268</port> > > > > <usernameField>sAMAccountName</usernameField> > > > > <nameField>displayName</nameField> > > > > <emailField>mail</emailField> > > > > <searchFilter><![CDATA[ > > > > (& > > > > (objectCategory=Person) > > > > (memberOf=ou=Users,dc=sandbox,dc=corp,dc=domain,dc=com) > > > > (!(userAccountControl:1.2.840.113556.1.4.803:=2)) > > > > (sAMAccountName={0}) > > > > ) > > > > ]]></searchFilter> > > > > <!-- Group Settings --> > > > > <groupSearchFilter><![CDATA[ > > > > (& > > > > (objectClass=group) > > > > (memberOf=cn=JabberAccess,ou=Groups,dc=example,dc=com) > > > > (member={0}) > > > > ) > > > > ]]></groupSearchFilter> > > > > > <baseDN>ou=users,DC=kittylitter,DC=sandbox,DC=corp,DC=wdsglobal,DC=com > > </baseDN> > > > > > > <adminDN>jabber</adminDN> > > > > <adminPassword>jabber1admin</adminPassword> > > > > </ldap> > > > > <provider> > > > > <user> > > > > > <className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className> > > > > </user> > > > > <auth> > > > > > <className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className> > > > > </auth> > > > > <group> > > > > > <groupName>org.jivesoftware.wildfire.ldap.LdapGroupProvider</groupName > > > > > > > </group> > > > > </provider> > > > > <connectionProvider> > > > > > <className>org.jivesoftware.database.EmbeddedConnectionProvider</class > > Name> > > > > > > </connectionProvider> > > > > <setup>true</setup> > > > > </jive> > > > > > > > ______________________________________________________________________ > > _______ > > Scanned by Sanmina-SCI eShield > > > ______________________________________________________________________ > > _______ > > > >------------------------------------------------------------- > ---------- > >- > > > >_______________________________________________ > >jadmin mailing list > >jadmin <at> jabber.org > >http://mail.jabber.org/mailman/listinfo/jadmin > >FAQ: http://www.jabber.org/about/jadminfaq.shtml > >_______________________________________________ > > > > > > > -- > Jeff Garner > Network Administrator > Sanmina-SCI, Allen Texas > 469.675.2441 <office> > 972.768.5913 <cell> > jeff.garner <at> sanmina-sci.com > > > > CONFIDENTIALITY > This e-mail message and any attachments thereto, is intended > only for use by the addressee(s) named herein and may contain > legally privileged and/or confidential information. If you > are not the intended recipient of this e-mail message, you > are hereby notified that any dissemination, distribution or > copying of this e-mail message, and any attachments thereto, > is strictly prohibited. If you have received this e-mail > message in error, please immediately notify the sender and > permanently delete the original and any copies of this email > and any prints thereof. > ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS > E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. > Notwithstanding the Uniform Electronic Transactions Act or > the applicability of any other law of similar substance and > effect, absent an express statement to the contrary > hereinabove, this e-mail message its contents, and any > attachments hereto are not intended to represent an offer or > acceptance to enter into a contract and are not otherwise > intended to bind the sender, Sanmina-SCI Corporation (or any > of its subsidiaries), or any other person or entity. > ______________________________________________________________ > _______________ > Scanned by Sanmina-SCI eShield > ______________________________________________________________ > _______________ > _______________________________________________ > jadmin mailing list > jadmin <at> jabber.org > http://mail.jabber.org/mailman/listinfo/jadmin > FAQ: http://www.jabber.org/about/jadminfaq.shtml > _______________________________________________ > _______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________ _______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Frank,
make sure you sign up on the forums to join in the conversations.
We (Admins and Users) can use every AD guy that wants to chime in. The
*NIX guys are well entrenched, but there are always questions to be
answered for Active Dir that some of us *NIX guys don't know the answers to!
Jeff
CONFIDENTIALITY
This e-mail message and any attachments thereto, is intended only for use by the addressee(s) named herein
and may contain legally privileged and/or confidential information. If you are not the intended
recipient of this e-mail message, you are hereby notified that any dissemination, distribution or
copying of this e-mail message, and any attachments thereto, is strictly prohibited. If you have
received this e-mail message in error, please immediately notify the sender and permanently delete the
original and any copies of this email and any prints thereof.
ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A
WRITING. Notwithstanding the Uniform Electronic Transactions Act or the applicability of any other law
of similar substance and effect, absent an express statement to the contrary hereinabove, this e-mail
message its contents, and any attachments hereto are not intended to represent an offer or acceptance to
enter into a contract and are not otherwise intended to bind the sender, Sanmina-SCI Corporation (or any
of its subsidiaries), or any other person or entity.
_____________________________________________________________________________
Scanned by Sanmina-SCI eShield _____________________________________________________________________________
_______________________________________________
jadmin mailing list
jadmin <at> jabber.org
http://mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://www.jabber.org/about/jadminfaq.shtml
_______________________________________________
_______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
Hello, I have a jabberd2 server running on OpenBSD 3.9 server which responds for 3 local domains: example.tld, example2.tld, example3.tld. I want that jabberd2 handles the auth and connection on such domains, but when I try to log in with an user of example2.tld (for example), I got some errors. I tried Google but I cant found documentation about 'how authtenticate multiple domains with jabberd2'.. Anyone here can help me? Thanks in advance, _______________________________________________ jadmin mailing list jadmin <at> jabber.org http://mail.jabber.org/mailman/listinfo/jadmin FAQ: http://www.jabber.org/about/jadminfaq.shtml _______________________________________________
RSS Feed3 | |
|---|---|
1 | |
2 | |
1 | |
15 | |
7 | |
2 | |
1 | |
1 | |
1 | |
9 | |
17 | |
7 | |
1 | |
1 | |
4 | |
1 | |
1 | |
12 | |
7 | |
2 | |
3 | |
1 | |
2 | |
4 | |
15 | |
5 | |
9 | |
1 | |
14 | |
8 | |
1 | |
4 | |
8 | |
18 | |
11 | |
7 | |
6 | |
4 | |
8 | |
34 | |
15 | |
20 | |
19 | |
13 | |
19 | |
15 | |
27 | |
33 | |
10 | |
40 | |
24 | |
35 | |
142 | |
64 | |
32 | |
29 | |
145 | |
60 | |
96 | |
76 | |
38 | |
81 | |
59 | |
96 | |
62 | |
67 | |
189 | |
144 | |
95 | |
89 | |
116 | |
75 | |
102 | |
105 | |
111 | |
80 | |
68 | |
141 | |
155 | |
96 | |
193 | |
135 | |
196 | |
215 | |
257 | |
421 | |
240 | |
416 | |
333 | |
328 | |
486 | |
361 | |
421 | |
392 | |
432 | |
479 | |
484 | |
578 | |
686 | |
298 | |
414 | |
497 | |
480 | |
460 | |
612 | |
462 | |
490 | |
573 | |
482 | |
392 | |
392 | |
461 | |
421 | |
528 | |
485 | |
442 | |
379 | |
327 | |
498 | |
367 | |
321 | |
413 | |
456 | |
317 | |
551 | |
477 | |
537 | |
347 | |
364 | |
295 | |
212 | |
336 | |
281 | |
193 | |
188 | |
270 | |
432 | |
358 | |
322 | |
340 | |
1 | |
2 | |
1 |