Re: Virtual domains for jabberd2

2009-07-05 Thread Tomasz Sterna
; I cannot reproduce it. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

jabberd-2.2.9 release

2009-07-05 Thread Tomasz Sterna
ChangeLog see: http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.9/ChangeLog -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: jabberd-2.2.9 release

2009-07-06 Thread Tomasz Sterna
ether they work. Anyway - these should be easily adaptable to suit your needs. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: jabberd-2.2.9 release

2009-07-06 Thread Tomasz Sterna
ot plan to remove it unless it becomes unusabe. For now it lacks the count() feature, so roster items limiting etc. does not work with BDB. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a ma

Re: Send Announcements form the server

2009-07-06 Thread Tomasz Sterna
On pon, 2009-07-06 at 14:22 +0100, Augusto Campos wrote: > Can I send announcements to all on-line user from the server machine,[...] This is what mod_announce is for. Just add your (bot) user to in sm.xml and send message to 'your.server/announce/online' -- Tomasz Sterna Inst

Re: Virtual domains for jabberd2

2009-07-09 Thread Tomasz Sterna
bug/397343 -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: moving away from libudns ?

2009-07-29 Thread Tomasz Sterna
pt it of course. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: password hashes in /etc/jabberd/*.xml?

2009-07-30 Thread Tomasz Sterna
From: "John Schmitt" Could I just enter the plaintext password there? You enter the password, not the hash to the config file. Would that make my setup less secure? Why would that? -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.st

Re: moving away from libudns ?

2009-07-30 Thread Tomasz Sterna
Bug for more information. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493599 -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: password hashes in /etc/jabberd/*.xml?

2009-07-30 Thread Tomasz Sterna
ill be send plaintext over the wire. The jabberd2 server has hashing and encryption implemented and is perfectly able to hash secrets and encrypt the stream by itself. :-) -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.co

Re: password hashes in /etc/jabberd/*.xml?

2009-07-31 Thread Tomasz Sterna
jabberd secret I hope it's clear now what you should do. :-) -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: User management tools

2009-08-21 Thread Tomasz Sterna
(sm)? > tring db storage and SQLite storage. There is no support for live-editing user data in jabberd2. You may shutdown the server and edit DB tables data though. The schema is pretty self explanatory. One hint: "collection-owner" is user JID. -- Tomasz Sterna Instant Messaging

Re: Problem (bug?) with roster template

2009-08-30 Thread Tomasz Sterna
our roster. When you set "both" in your roster and it does not reflect reality (your contact roster), the subscription state gets synced during your login, so if your contact does not have your JID in roster with 'from' subscription state, your 'to' state gets remo

Re: Change client roster on a Shared roster.

2009-09-12 Thread Tomasz Sterna
s running. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Message logger

2009-09-23 Thread Tomasz Sterna
onent Protocol is a bit different than standard Client Protocol. The description is here: http://codex.xiaoka.com/wiki/_media/jabberd2:component.html -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send

Re: Problem with filtration rules in router-filter.xml

2009-09-29 Thread Tomasz Sterna
Dnia 2009-09-28, pon o godzinie 15:54 +0400, Mike pisze: > > > But nothing occurs. The rule of a filtration does not work. Probably an XPath parser bug. It's more XPath-like than full XPath. Please report the problem via Launchpad. -- Tomasz Sterna Instant Messaging & E

Re: Replace udns?

2009-09-29 Thread Tomasz Sterna
Dnia 2009-09-23, śro o godzinie 23:21 +0200, Harald Braumann pisze: > Are there chances that udns gets replaced by something else in > jabberd2? Please see http://www.mail-archive.com/jabberd2@lists.xiaoka.com/msg01282.html -- Tomasz Sterna Instant Messaging & EDI Consultant O

Re: Adding new contacts doesn't work properly

2009-10-12 Thread Tomasz Sterna
nl. _xmpp-client._tcp.mydomain.nl has no SRV record Lacking these causes the A record fallback and server connecting to the address of the domain itself. $ host -t A mydomain.nl. mydomain.nl has address 85.158.249.135 -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://t

Re: updated patch? append realm to ldap uid ("LDAP Rosters and vCards Patch")

2009-10-23 Thread Tomasz Sterna
Dnia 2009-10-22, czw o godzinie 11:09 -0700, Justin Pryzby pisze: > Is there an updated implementation of this feature (append @realm to > ldap usernames to get full JID)? > http://article.gmane.org/gmane.network.jabber.jabberd/1057 This patch is already integrated in 2.2 line. -

Re: bad logic for ldap roster display name?

2009-10-23 Thread Tomasz Sterna
Dnia 2009-10-23, pią o godzinie 11:02 -0700, Justin T Pryzby pisze: > The "display name" logic in storage_ldapvcard seems broken, no? Please report a Launchpad Bug and attach a patch there. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http:/

Re: Replace udns?

2009-11-19 Thread Tomasz Sterna
Dnia 2009-11-19, czw o godzinie 12:03 +0100, Jorge Salamero Sanz pisze: > On Tuesday 29 September 2009 20:52:29 Tomasz Sterna wrote: > > Dnia 2009-09-23, śro o godzinie 23:21 +0200, Harald Braumann pisze: > > > Are there chances that udns gets replaced by something else

Re: Jabberd2 with PostgreSQL storage support

2009-11-22 Thread Tomasz Sterna
x27;ve also checked with a php > script to > connect to the db. > What could it be? The user you're running jabberd2 with does not have permission to connect to PostgreSQL database. Update your pg_hba.conf. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer

Re: jabberd2 and jwchat

2009-11-24 Thread Tomasz Sterna
just fine. Well.. You should check http://punjab.sourceforge.net/jwchat.html :) -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Help with specific Jabber tuning

2009-11-27 Thread Tomasz Sterna
forbidden to users to edit the roasters You may use router-filter.xml to block corresponding IQ sets. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: session manager domains

2009-11-27 Thread Tomasz Sterna
authenticated and authorized to use the given JID. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Associate different IPs/domains with different authentication methods?

2009-12-02 Thread Tomasz Sterna
each configured differently. This will allow for total control over the domain/IP authentication options. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Associate different IPs/domains with different authentication methods?

2009-12-03 Thread Tomasz Sterna
2s-domain1.xml /usr/sbin/c2s -c /etc/jabberd2/c2s/domain2.xml etc. all connected to the same router process. Similarly for sm and s2s processes. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscr

Re: Associate different IPs/domains with different authentication methods?

2009-12-03 Thread Tomasz Sterna
ven ports. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: c2s service stops for no reason.

2009-12-14 Thread Tomasz Sterna
Dnia 2009-12-14, pon o godzinie 15:22 +, Augusto Campos pisze: > The service c2s service stops for no reason. Does this append to > anyone?? Which jabberd version? -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.

Re: c2s service stops for no reason.

2009-12-14 Thread Tomasz Sterna
Dnia 2009-12-14, pon o godzinie 19:43 +, Augusto Campos pisze: > 2.2.4 Latest is 2.2.9 and upgrade might fix your problem. > On 14/12/09 19:36, Tomasz Sterna wrote: > > Dnia 2009-12-14, pon o godzinie 15:22 +, Augusto Campos pisze: > > > >> The servi

Re: conversation logging

2010-01-04 Thread Tomasz Sterna
uld be able to get it working. http://ubuntuforums.org/showthread.php?t=67918 -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: conversation logging

2010-01-04 Thread Tomasz Sterna
Dnia 2010-01-04, pon o godzinie 21:55 +0100, Tomasz Sterna pisze: > Dnia 2010-01-04, pon o godzinie 12:12 -0700, Justin T Pryzby pisze: > > I don't mind writing some code, but it seems like often-requested > > functionality. Does anyone have a working implementation? &

Re: conversation logging

2010-01-04 Thread Tomasz Sterna
://sourceforge.net/projects/jabberd2logger/ Cool. :-) I added a link to the Wiki http://codex.xiaoka.com/wiki/jabberd2:#download -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Replace udns?

2010-01-05 Thread Tomasz Sterna
Dnia 2010-01-05, wto o godzinie 18:30 +0100, Jorge Salamero Sanz pisze: > On Thursday 19 November 2009 22:35:59 Tomasz Sterna wrote: > > Good find. I will definitely merge these fixes. :) > > Tomasz, do you have a roadmap for these merges ? when do you expect to make a > n

Re: SM crash (was: conversation logging)

2010-01-05 Thread Tomasz Sterna
aptured any logs, and it > causes jabberd2-sm (2.2.8) to segfault when I log out then in: Dispatched packets need to have 'to' field filled, so the logging component is doing something strange injecting such packets to router. Nevertheless SM should not crash then. SVN r886 commit should

Re: Re[2]: Help with specific Jabber tuning

2010-01-09 Thread Tomasz Sterna
chive.com/jabberd2@lists.xiaoka.com/msg01316.html > And does not allow to realise the necessary restrictions. Damn. I forgot about it. Will look at it today. It's a use-case that has to work. :-) -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.ste

Re: mod_announce is not working properly with clustered SM

2010-01-18 Thread Tomasz Sterna
her SM instances in cluster. Unfortunately I have more urgent things to take care of. -- Tomasz Sterna Xiaoka.com -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Which would better , Upgrade or (re-)Install ?

2010-01-24 Thread Tomasz Sterna
ossible to change database backend. The UPGRADE document is for the ones using the latest jabberd release. It would be very complicated to prepare upgrade procedure for every combination of from-version to-version of every jabberd ever released. -- Tomasz Sterna Instant Messaging &am

Re: --enable-debug in configure but resolver says not enabled ?

2010-01-30 Thread Tomasz Sterna
Dnia 2010-01-29, pią o godzinie 23:44 -0900, Mr. James W. Laferriere pisze: > --with-sasl=cyrus My guess is this is your problem. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: additional listen ports for c2s

2010-02-09 Thread Tomasz Sterna
chains to redirect port 80 traffic to port 5222. Additional bonus is that c2s does not need root rights to bind 80 port. -- Tomasz Sterna Xiaoka.com -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: additional listen ports for c2s

2010-02-09 Thread Tomasz Sterna
-p tcp --dport 80 -j REDIRECT --to-ports 5222 -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Jabberd2 MySQL data migration

2010-03-16 Thread Tomasz Sterna
Dnia 2010-03-16, wto o godzinie 19:18 +, Leslie G. Seigneur pisze: > We are authenticating against LDAP and do > not allow in band registration BTW. Also, I do have over 5000 > usenames in the authreg table so I am not sure why his > name is not there. What do you use authreg table for if y

RE: Jabberd2 MySQL data migration

2010-03-16 Thread Tomasz Sterna
Dnia 2010-03-16, wto o godzinie 21:14 +, Leslie G. Seigneur pisze: > Thanks for your reply. Hate to say but I guess that is something I > am unsure about myself at this point. We use PAM for authentication > to LDAP so maybe we do not use the data in authreg at all. Is it > possible that a

Re: Getting the list of connections for a given room...

2010-03-17 Thread Tomasz Sterna
Dnia 2010-03-17, śro o godzinie 01:26 +0100, StuFF mc pisze: > I need to "compute" how many seconds in total where "consumed" in a > room. That is, I need to know the "enter" and "leave" date of every > user. Is there a way to do that e.g. where would that info be? I assume you are using MUC compo

RE: Jabberd2 MySQL data migration

2010-03-17 Thread Tomasz Sterna
Dnia 2010-03-17, śro o godzinie 15:36 +, Leslie G. Seigneur pisze: > >So, if you intent to get JIDs of your users from DB, you should > better > >rely on "active" table. > > Good to know. Can you tell me by what mechanism the JIDs get entered > into the active table? > >

Re: jabberd stop working

2010-04-12 Thread Tomasz Sterna
Dnia 2010-04-12, pon o godzinie 16:21 +0400, Dmitry Banschikov pisze: > The problem is in libmysqlclient? The traces would suggest so. You may want to install libmysqlclient dbg package to get meaningfull backtrace. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Encrypted connection with SSL

2010-04-15 Thread Tomasz Sterna
Dnia 2010-04-14, śro o godzinie 20:16 +0200, Salvatore De Paolis pisze: > >pemfile='/usr/etc/pemfile.pem' > verify-mode='true' > register-enable='true' > password-change='true'>mysite.com > 0.0.0.0 > 5222 > verify-mode is a number, not boolean. http://codex.xiaoka.co

Re: pyicq-t transport question

2010-04-26 Thread Tomasz Sterna
Dnia 2010-04-26, pon o godzinie 15:42 +0400, Vasiliy G Tolstov pisze: > Now, with jabberd2, i need manually reconnect to > transport. Does this jabberd2 specific? You need a 'from' or 'both' subscription type for the transport contact on the roster. -- To unsubscribe send a mail to jabberd2+un

Re: pyicq-t transport question

2010-04-26 Thread Tomasz Sterna
Dnia 2010-04-26, pon o godzinie 16:53 +0400, Vasiliy G Tolstov pisze: > where i > can find minimal module development guide for jabberd2? I want to > write some code to support more xep... Surely. http://codex.xiaoka.com/svn/jabberd2/trunk/docs/ Use the source, Luke... ;-) -- To unsubscribe s

Re: pyicq-t transport question

2010-04-26 Thread Tomasz Sterna
Dnia 2010-04-26, pon o godzinie 15:42 +0400, Vasiliy G Tolstov pisze: > I'm try to use jabberd2 after ejabberd. P.S. It's nice to see I'm not the only one in the world, that replaced ejabberd with jabberd2. It's usually the other way around. ;-) -- To unsubscribe send a mail to jabberd2+unsubsc

Re: pyicq-t transport question

2010-04-26 Thread Tomasz Sterna
Dnia 2010-04-27, wto o godzinie 01:33 +0400, Vasiliy G Tolstov pisze: > If i need add virtualhost, can i'm use > database for that purpose? Dmitry Banschikov wrote a patch to feed SM domains from authreg table. See http://www.mail-archive.com/jabberd2@lists.xiaoka.com/msg01448.html > And how can

Re: How to start multiple instances, and how to login?

2010-05-18 Thread Tomasz Sterna
Dnia 2010-05-18, wto o godzinie 18:59 +0200, StuFF mc pisze: > The main reason why I want to do this is because of user conflicts. I > want to be able to create user "a" again on instance "b" and have it > be completely separate from user "a" on instance "a". You need to add additional domains to

Re: How to start multiple instances, and how to login?

2010-05-19 Thread Tomasz Sterna
Dnia 2010-05-19, śro o godzinie 10:18 +0200, StuFF mc pisze: > - what will be the username (and thus, what will be in the authreg > table): I'm guessing it cannot be only the username otherwhise we have > twice the same "a". JabberID (JID) consists of a a node part (username) and domain joined by

Re: How to only allow a client and reject all others

2010-05-19 Thread Tomasz Sterna
shouldn't be hard to write a module for SM implementing this, though. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: How to only allow a client and reject all others

2010-05-19 Thread Tomasz Sterna
Dnia 2010-05-19, śro o godzinie 19:46 +0200, StuFF mc pisze: > What about using a Certificate on the client and checking this one on > the server? Yes, it's a better idea than relying on arbitrary client-provided data. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: How to only allow a client and reject all others

2010-05-19 Thread Tomasz Sterna
Dnia 2010-05-19, śro o godzinie 20:16 +0200, StuFF mc pisze: > in a Ruby Script. I guess it means I can't have capabilities with > Jabberd2? :( Capabilities is a client feature, not a server feature. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Problem to install Jabberd with MySQL5.5

2010-05-26 Thread Tomasz Sterna
Dnia 2010-05-25, wto o godzinie 12:51 +, Efren Bravo pisze: > /usr/local/include/mysql/typelib.h:39: error: expected declaration > specifiers or '...' before 'uint' Looks like a problem in MySQL headers. Probably API change between 5.1 and 5.5. jabberd2 wasn't tested with 5.5 -- To unsubscr

Re: Problem to install Jabberd with MySQL5.5

2010-05-26 Thread Tomasz Sterna
Dnia 2010-05-26, śro o godzinie 17:49 +, Efren Bravo pisze: > > Looks like a problem in MySQL headers. > > Probably API change between 5.1 and 5.5. jabberd2 wasn't > > tested with 5.5 > > > Do you have in mind to check it soon? Not really. I don't use MySQL and have little experience with.

Re: Config help to run jabberd-2.2.9

2010-05-31 Thread Tomasz Sterna
Dnia 2010-05-31, pon o godzinie 16:24 +0530, Aniruddha A pisze: > ERROR: c2s died. Shutting down server. What does your C2S log say? -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Config help to run jabberd-2.2.9

2010-05-31 Thread Tomasz Sterna
Dnia 2010-05-31, pon o godzinie 19:30 +0530, Aniruddha A pisze: > and set path in in the XML config files > but I don't see the logs being generated The C2S daemon may not have rights to write in the directory you configured. This may be the cause of its termination. -- To unsubscribe send

Re: How to use SASL as the authentication module?

2010-06-01 Thread Tomasz Sterna
rocess SASL negotiation. Moreover Cyrus SASL does not play well in this scenario when system integrated, so Cyrus support was dropped in favor of GnuSASL, which is a standalone library. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http:/

jabberd-2.2.10 release

2010-06-11 Thread Tomasz Sterna
For a full ChangeLog see: http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.10/ChangeLog -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: s2s flooding

2010-07-07 Thread Tomasz Sterna
Dnia 2010-07-06, wto o godzinie 02:42 +0200, Aragon Gouveia pisze: > But I think it should be delaying between retries for the amount of > time set in check/interval? Please create a bug on launchpad. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: S2s to gmail?

2010-07-13 Thread Tomasz Sterna
Dnia 2010-07-12, pon o godzinie 14:41 -0600, Morgan Gangwere pisze: > in my s2s.xml i have > xmpp-server.l.google.com > talk.google.com > talk.gmail.com What gave you the idea to enter anything different than defaults here? The comment for says: xmpp-server jabber You should l

jabberd-2.2.11 release

2010-08-08 Thread Tomasz Sterna
namespace handling in NAD parser For a full ChangeLog see: http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.11/ChangeLog -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabb

Re: v2.2.11 log_debug triggering segfault

2010-08-10 Thread Tomasz Sterna
Dnia 2010-08-10, wto o godzinie 03:44 -0500, Ladar Levison pisze: > Attached is a patch to fix the troublesome line. Your patch is wrong, but thanks for pointing the problem. :-) Fixed in r910. -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Problems with 2.2.11 and connections to gmail.com

2010-10-24 Thread Tomasz Sterna
Dnia 2010-10-22, pią o godzinie 22:26 +0200, Bartłomiej Solarz-Niesłuchowski pisze: > PS-We use IPv6+IPv4. https://bugs.launchpad.net/jabberd2/+bug/616472 -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: jabberd 2.2.11 segfault

2010-11-22 Thread Tomasz Sterna
t make jabberd2 segfault :) Well... Components are really trusted, so they should not do anything nasty. But yes, the router shouldn't crash anyway. ;-) Fixed in SVN r920. P.S. It's better to submit bugs via Launchpad. -- Tomasz Sterna Instant Messaging & EDI Consultant Open

Re: Win32 build

2010-11-22 Thread Tomasz Sterna
the latest release will run on Windows. -- Tomasz Sterna Instant Messaging & EDI Consultant Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Questions about component protocol and multi-user chat without subdomain

2011-02-01 Thread Tomasz Sterna
f... Some elements of jabberd2 component protocol are on it's way to standardization. See XEP-0225 The rest is jabberd2 internal design specific and may not be that useful for other implementations. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna

Re: Berkeley DB failure

2011-02-11 Thread Tomasz Sterna
This should help nailing your problem. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

jabberd-2.2.12 release

2011-02-11 Thread Tomasz Sterna
Bug 627477 * Fixed horrible outgoing S2S bug * Removed some disambiguation from attributes values * Fixed incorrect order of arguments in debug call For a full ChangeLog see: http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.12/ChangeLog -- Tomasz Sterna Instant Messaging Consult

Re: jabberd-2.2.12 release

2011-02-11 Thread Tomasz Sterna
Dnia 2011-02-11, pią o godzinie 21:21 +0200, Aragon Gouveia pisze: > I don't suppose the above fixes this: > https://bugs.launchpad.net/jabberd2/+bug/602822 Nope. This one is not trivial to fix. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomas

Re: jabberd-2.2.12 release

2011-02-12 Thread Tomasz Sterna
Dnia 2011-02-13, nie o godzinie 00:42 +0300, Vasiliy G Tolstov pisze: > Realy bad, i have many users with google apps domain. They hosted on > google only mail boxes, but jabberd2 infinite tries to connect with > errors.. =( At least current one does not leak THAT bad. ;-) -- Toma

Re: jabberd-2.2.12 release

2011-02-13 Thread Tomasz Sterna
r testing lately... :-( -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: jabberd-2.2.12 release

2011-02-13 Thread Tomasz Sterna
Dnia 2011-02-13, nie o godzinie 13:19 +0100, Tomasz Sterna pisze: > > Bit of a shame that https://bugs.launchpad.net/jabberd2/+bug/716042 > > didn't make it into the release... > > I'm not sure about validity of this change by just looking at the > patch. &g

Re: Limit number of Messages send.

2011-02-16 Thread Tomasz Sterna
no packet-per-time limiter in jabberd2 yet. But there is a packet counter for every connection (used for packet count logging), so it should be fairly easy to implement one. Just copy the bytes-per-time limiter and change the field it uses from bytes to packets. :-) -- Tomasz Sterna Instant M

Re: Limit number of Messages send.

2011-02-16 Thread Tomasz Sterna
e counts should be almost identical. Oh yes. You're right. :-) There is a packet limiter already. So disregard what I said about. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a ma

Re: Logging messages volume?

2011-02-17 Thread Tomasz Sterna
smoku@localhost/Psi, packets: 19 -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

jabberd-2.2.13 release

2011-02-23 Thread Tomasz Sterna
ChangeLog see: http://codex.xiaoka.com/svn/jabberd2/tags/jabberd-2.2.13/ChangeLog -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Spinning sm.xml

2011-03-09 Thread Tomasz Sterna
Dnia 2011-03-09, śro o godzinie 11:14 +, Kristian Davies pisze: > SM is at 100% and no one can login. We have a massive roster list > i.e. 1090 * 1090... This may be a problem with MySQL. Try logging request time on mysqld to see whether it underperforms? > Anything I can do to? You m

Re: Spinning sm.xml

2011-03-09 Thread Tomasz Sterna
ed. Connecting user fetches all its data and data of all its contacts. And in case of such huge rosters, generates a lot of DB queries. And connection cannot proceed until all of this is fetched and resolved. That's why all your users are "hanging" waiting for the DB to push all this data.

Re: SM Clustering (Was: Spinning sm.xml)

2011-03-09 Thread Tomasz Sterna
uot; This documentation was written in jabberd 2.0 era. The most current jabberd2 documentation is in etc/*.xml comments. :-) -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Client connect chattyness

2011-03-15 Thread Tomasz Sterna
ption (request/approve/deny subscription), or change the name of the contact. But this should not happen for every roster item on every login. Does your client do something unusual like iterating over the whole roster on connect and manually "fixing" things? -- Tomasz Sterna Instant Mess

Re: Client connect chattyness

2011-03-16 Thread Tomasz Sterna
users each) and we do not experience such issues. The only difference is that we use PostgreSQL at the backend. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Server side message archiving (XEP-0136) solution ?

2011-03-22 Thread Tomasz Sterna
snatch > and jabberd2logger project, which also looks empty > http://sourceforge.net/projects/jabberd2logger/files/ jabberd2logger code is in CVS: http://jabberd2logger.cvs.sourceforge.net/jabberd2logger/ -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tom

Re: pipe-auth.pl and the c2s

2011-03-24 Thread Tomasz Sterna
able to use MySQL by its own authreg_mysql and storage_mysql modules. authreg_pipe is for very, very, very strange configurations where some havy lifted MAGIC is required and tools/pipe-auth.pl is just an example how you can write your own pipe authenticator. [1] https://bugs.launchpad.net/jab

Re: pipe-auth.pl and the c2s

2011-03-24 Thread Tomasz Sterna
omponents configured to log to files or syslogd. See section in your configuration xml files. No components output to stdout/err unless compiled --with-debug and started with -D flag. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://

Re: process "router" doesn't want to be killed

2011-03-25 Thread Tomasz Sterna
ion files to the default distribution to "hint" the preferred way of starting jabberd2 components? -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: process "router" doesn't want to be killed

2011-03-25 Thread Tomasz Sterna
Dnia 2011-03-25, pią o godzinie 14:52 +0100, Marcin Mirosław pisze: > > Maybe I should add upstart service description files to the default > > distribution to "hint" the preferred way of starting jabberd2 > > components? > This is good idea, it could be usefull.

Re: help finding a small-footprint XMPP server

2011-04-02 Thread Tomasz Sterna
SSL based. Writing an GnuTLS plugin should be easy. It's just no one did it yet. :) (It took me two evenings to replace SASL plugin with GnuTLS based one.) > I notice DB support for persistence...what about file system support? There is a filesystem based storage module. (See - ag

Re: User Registration

2011-04-10 Thread Tomasz Sterna
ext it does. So I suppose there's something I have to enable to allow > MD5 password to be decrypted by jabberd2. First of all - MD5 is not encryption. Possibly XWChat SASL implementation is broken. A lot of clients had problems in properly implementing CRAM-MD5. Test your installation

Re: User Registration

2011-04-10 Thread Tomasz Sterna
tly to CyrusSASL. Or uses multivalue fields where CyrusSASL implemented only single values. And some clients written against CyrusSASL bork. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a

Re: disconnect jid=unbound, packets: 0

2011-04-17 Thread Tomasz Sterna
Dnia 2011-04-17, nie o godzinie 02:14 -0700, S&S bay pisze: > ./configure --enable-mysql=/usr/local/mysql --enable-ssl add --enable-debug -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a

Re: disconnect jid=unbound, packets: 0

2011-04-17 Thread Tomasz Sterna
ent disconnected right after requesting the stream not even waiting for the stream response. What is your client? Does it report any error? -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: Spinning sm.xml

2011-04-28 Thread Tomasz Sterna
use a module > (sm.xml/c2s.xml) is busy ? I suggest running several SM instances for your domain. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

Re: jabberd2-c2s: undefined symbol: crypt

2011-04-29 Thread Tomasz Sterna
: [libmysqlclient-dev libmysqlclient16 > mysql-client mysql-client-5.1 mysql-client-core-5.1 mysql-common > mysql-server mysql-server-5.1 mysql-server-core-5.1]. Looks like crypt() support was removed from MySQL client library. See the package changelog for reason or ask the maintainer of the p

Re: jabberd2-c2s: undefined symbol: crypt

2011-05-05 Thread Tomasz Sterna
gDSOLinkChange -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ Index: configure.ac === --- configure.ac (wersja 934) +++ configure.ac (wersja 935) @@ -190,6 +190,7

Re: mu-conference: is the project alive?

2011-05-08 Thread Tomasz Sterna
Dnia 2011-05-08, nie o godzinie 12:41 +0400, Eugene Agafonov pisze: > But I need exactly jabberd2 + 'something_for_muc' Most other XMPP servers provide its own MUC components. Maybe it's time to adopt mu-conference to jabberd2 codebase? What do you think? -- Tomasz Sterna

Re: restoring / accessing MUC logs upon server reboot

2011-05-11 Thread Tomasz Sterna
should be directed to mu-conference mailing list. -- Tomasz Sterna Instant Messaging Consultant : Open Source Developer http://tomasz.sterna.tv/ http://www.xiaoka.com/ -- To unsubscribe send a mail to jabberd2+unsubscr...@lists.xiaoka.com

<    1   2   3   4   5   6   7   >