[JDEV] Patch for Jabber Server v1.4
Gerard BUNEL
gerard.bunel at ago.fr
Fri Jun 15 05:23:12 CDT 2001
Aurélien Gâteau a écrit :
> Hi !
>
> I'm pretty new to this list (I just subscribed five minutes ago :o), so please tell me if I don't do everything as I should.
>
> My company is developping a peer-to-peer application for genealogists and we are in the process of adding support for
> Instant Messaging, thanks to Jabber.
>
> Our server is running MS SQL Server 2000. As it doesn't seem possible to get Jabber use a SQL Server database for
> users yet, we decided to create/update/delete users on Jabber whenever the SQL Server database was modified. I
> created a tool to register user on the Jabber server when such changes happened and a tool to automatically recreate
> Jabber users from the SQL Server users to get the existing users up to date and to be able to resynchronize Jabber in
> case anything bad happens...
You could have used a modified version of xdb_sql so that you users should be retreived from your SQL Server.
Modified in the sense that it actually use specific SQL tables. You should modify the SQL requests to match your
own tables.
>
> This tool was often getting connection limited by the Jabber server. Therefore I modified the server to allow bypassing
> Karma for a specific address. In the xml config file, you need to do something like this :
> <jabber>
> ...
> <io>
> ...
> <karma>
> <bypass>12.13.14.15</bypass>
> ...
> </karma>
> ...
> </io>
> ...
> </jabber>
>
> It's a little rough right now (no multiple IP or masks) but it seems to work well.
> Could you tell me what you think about it ?
>
> Regards,
> Aurelien
>
> ------------------------------------------------------------------------
> Name: bypasskarma.diff
> bypasskarma.diff Type: type non spécifié (application/octet-stream)
> Encoding: Base64
--
gerard.bunel at ago.fr - Atlantide - http://www.ago.fr/atlantide/
Technopole Brest Iroise BP 80802 - Site du Vernis - 29608 Brest cedex - France
Tel. : +33 2 98 05 43 21 - Fax. : +33 2 98 05 20 34
e-mail: atlantide-brest at ago.fr
Centre Affaires Oberthur - 74D, rue de Paris - 35700 Rennes - France
Tel. : +33 2 99 84 15 84 - Fax : +33 2 99 84 15 85
e-mail: atlantide-rennes at ago.fr
More information about the JDev
mailing list