Re: [jdev] XEP-0124 : polling meaning

2012-02-20 Thread Alexey Nezhdanov
Usually there are two methods of staying in-sync: polling and binding. For binding client sends [empty] request to server and server does not reply until he have something to respond with (or until timeout expires) For polling it is the same, just the server always replies instantly. So client ha

Re: [jdev] Echo outgoing chat messages back to myself

2012-01-05 Thread Alexey Nezhdanov
> Without that extra element, how's user1@mydomain/resource1b supposed to know > who they're chatting with? > > Dan > > PS I just also discovered XEP-0033. I will see if I can use that. Ejabberd > definitely does not support XEP-0280. > > On Thu, Jan 5, 2012 at

Re: [jdev] Echo outgoing chat messages back to myself

2012-01-05 Thread Alexey Nezhdanov
Just send stanza as is, no? You don't need any custom elements, all data is already there. On Jan 5, 2012 12:00 AM, "Daniel Dormont" wrote: > Hi XMPP-ers, > > I've noticed that certain clients (Gmail's web interface most notably) > automatically replicate my chat conversations in all windows I ha

Re: [jdev] mod_purple.erl

2009-11-02 Thread Alexey Nezhdanov
oject. On Mon, Nov 2, 2009 at 6:35 PM, Jonathan Schleifer wrote: > Am 04.10.2009 um 18:30 schrieb Alexey Nezhdanov: > > > On Sunday 04 October 2009 20:22:18 Alexey Nezhdanov wrote: >> >>> Hmm. >>> That's quite interesting suggestion. ... Thank you for an >

Re: [jdev] mod_purple.erl

2009-10-04 Thread Alexey Nezhdanov
On Sunday 04 October 2009 20:22:18 Alexey Nezhdanov wrote: > Hmm. > That's quite interesting suggestion. ... Thank you for an > idea. I'll look into it. Bad luck. I forgot that Miranda is win32-only. I target either for unix-only or cross-platform... That means that even if

Re: [jdev] mod_purple.erl

2009-10-04 Thread Alexey Nezhdanov
On Sunday 04 October 2009 18:04:07 Jonathan Schleifer wrote: > Alexey Nezhdanov wrote: > > The purpose of mod_purple is to integrate libpurple.so with ejabberd > > - so that xmpp/icq/msn/yahoo/aim/whatever can be bridged. IOW - that > > is an alternetive project to py-

[jdev] mod_purple.erl

2009-09-29 Thread Alexey Nezhdanov
Sincerely yours Alexey Nezhdanov ___ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: jdev-unsubscr...@jabber.org ___

Re: [jdev] Rajnish(Help)

2009-06-12 Thread Alexey Nezhdanov
this protocol while coding. > > If you know any web site that provides information about XMPP protocol or > any link please mail me i would be very much Obliged to you. -- Sincerely yours Alexey Nezhdanov ___ JDev mailing list Forum: http://www.j

Re: [jdev] XEP-0174 (Link-local) support in Smack

2009-02-13 Thread Alexey Nezhdanov
Sincerely yours Alexey Nezhdanov ___ JDev mailing list Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: jdev-unsubscr...@jabber.org ___

Re: [jdev] Regitering new users with external component

2008-11-21 Thread Alexey Nezhdanov
; Julien > > > -- > Julien Genestoux > http://www.ouvre-boite.com > http://blog.notifixio.us > > +1 (415) 254 7340 > +33 (0)9 70 44 76 29 -- Sincerely yours Alexey Nezhdanov ___ JDev mailing list FAQ: http://www.jabber.

Re: [jdev] Talk To Jabber Server Using Sockets

2008-11-10 Thread Alexey Nezhdanov
h several good advices of what to do. I recommend you re-reading them. -- Sincerely yours Alexey Nezhdanov ___ JDev mailing list FAQ: http://www.jabber.org/discussion-lists/jdev-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabbe

Re: [jdev] Presence leak test suite

2008-07-09 Thread Alexey Nezhdanov
ncluding directed presence? Why does it matter? Either someone got my presence or he didn't. So he either can query my client for something or he can't. If I am not mistaken - server remembers all presences that it sent to peers so when client disconnects - server automatically send offli

Re: [jdev] PyICQ-t branch / PyICQ-t fork?

2008-07-04 Thread Alexey Nezhdanov
it works, there is no such thing as 'official' or not. Just good code and bad code, live project and dead project, that's it. > > > P.S. I'm willing to host your version at > > http://jtransports.xiaoka.com/ > > Thanks for the offer, but I prefer Mercuria

Re: [jdev] Jabber presence traffic characterization

2008-06-08 Thread Alexey Nezhdanov
cterization and would like to share, it would be > really valuable. > > Thanks in advance, > > Fuad Abinader -- Respectfully Alexey Nezhdanov ___ JDev mailing list FAQ: http://www.jabber.org/discussion-lists/jdev-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [EMAIL PROTECTED] ___

Re: [jdev] Real world uses of a Resource Name in a JID

2008-05-15 Thread Alexey Nezhdanov
d way to send you offline message. Sending message to all contacts is not what people usually do and inconvenient. Sending it to just one or several may result in receiving the message much later than you may otherwise. -- Respectfully Alexey Nezhdanov

[jdev] Amasing jabber gadget

2008-02-08 Thread Alexey Nezhdanov
I think this one worths putting it into next jabber journal, isn't it? http://daubers.homelinux.net/?p=20 -- Respectfully Alexey Nezhdanov

Re: [jdev] Server suddenly closing on . Why?

2008-01-12 Thread Alexey Nezhdanov
that you are actually sending something different onto the wire. The best thing you can do to get a good reply to this list is to reproduce the problem with minimum number of packets possible and then send a dump of stream io here starting from the last packet that you got the answer for. You may use thing like tcpflow (may be ethereal too) for it if you do not use ssl/tls. -- Respectfully Alexey Nezhdanov

Re: [jdev] Collaboration on BOSH servlet?

2008-01-08 Thread Alexey Nezhdanov
y, then I'm happy to collaborate > with them. But then I'm also happy to create a totally new BOSH > implementation and would be keen to meet anybody interested in > Collaboration. Take a look at openfire. If you are both GPL and as you are both java - you may be able to share code. > cheers -- Respectfully Alexey Nezhdanov

Re: [jdev] Protecting IM From Big Brother

2007-11-27 Thread Alexey Nezhdanov
s resources to crack these unless you are highly wanted criminal (and even in this case it will be not too easy for him to crack it). -- Respectfully Alexey Nezhdanov

Re: [jdev] XEP-0060 Subscription Authorization

2007-11-09 Thread Alexey Nezhdanov
id is 1) server-specific 2) question of _your_ server configuration > > Thanks! > > Lindsay -- Respectfully Alexey Nezhdanov

Re: [jdev] clients supporting ibb

2007-07-02 Thread Alexey Nezhdanov
e gajim do. Try it. > Thanks, > Mridul -- Respectfully Alexey Nezhdanov

Re: [jdev] gateway presence problem

2007-05-15 Thread Alexey Nezhdanov
ontact, gateway including. But do you ever send broadcast presence? I mean - after you did auth you must send broadcast presence once. After that any personal presences will go through. I am not sure if it should work before you announced your online status. -- Respectfully Alexey Nezhdanov

Re: [jdev] Presence Priority Guidelines

2007-05-10 Thread Alexey Nezhdanov
> implementations suck. Don't fire flames. You aren't clean enough too. It's funny that you have plaintext part of your mail at all. > > -JD > [1] > http://www.coversant.net/Coversant/Blogs/tabid/88/EntryID/39/Default.asp gives a 404 -- Respectfully Alexey Nezhdanov

Re: [jdev] jabber bot

2007-02-21 Thread Alexey Nezhdanov
ts sending and receiving jabber packets. You should first of all examine how your C jabber library should be used and check if box successfully connects and authorises to the server. You can use regular client like Psi to compare your bot packets with it. -- Respectfully Alexey Nezhdanov

Re: [jdev] how to program a jabber game server

2007-02-01 Thread Alexey Nezhdanov
/o problems. There can be very minor differences but component protocol is standartized so if component not works with particular server - that is usually enough reason to fix _server_. -- Respectfully Alexey Nezhdanov

Re: [jdev] message from NOVICE

2007-01-29 Thread Alexey Nezhdanov
On Tuesday 30 January 2007 03:43, Swapon wrote: > Hi >I am a newcomer in Jabber Protocol. Please tell me how to improve myself > in the arena of Jabber using Python http://www.jabber.org/software/libraries.shtml -- Respectfully Alexey Nezhdanov

Re: [jdev] AIM and Yahoo now open?

2006-12-11 Thread Alexey Nezhdanov
ox. So it seemed more natural for me that, say, Yahoo provide SIP/SIMPLE interface and IBM uses it. Yahoo is already integrated with MSN. So they have to have some sort of internal protocol. That may be just the same interface that is used for sametime. -- Respectfully Alexey Nezhdanov

[jdev] AIM and Yahoo now open?

2006-12-08 Thread Alexey Nezhdanov
. Anybody knows if it is equal to just 'any IP' and as a consequence - can't we have now native xmpp transports to these two networks? -- Respectfully Alexey Nezhdanov

Re: [jdev] Gateways.. (snimmer, ircgate)

2006-11-09 Thread Alexey Nezhdanov
On Thursday 09 November 2006 22:36, Carlo v. Loesch wrote: > Alexey Nezhdanov typeth: > | Huh? You probably misread it. We have positive experience with serving > | 800 simultaneous sessions with each sending and receiving messages every > | second. And it was all running on the

Re: [jdev] Gateways.. (snimmer, ircgate)

2006-11-09 Thread Alexey Nezhdanov
On Thursday 09 November 2006 12:03, Carlo v. Loesch wrote: > Alexey Nezhdanov typeth: > | This is the first public version of SNIMMER. You can download it here: > | http://www.snimmer.com/snimmer/snimmer-1.0.tar.gz > > Hey cool hehe nice.. We tried that too, we had a generic gatew

Re: [jdev] Announcement of SNIMMER aplication

2006-11-08 Thread Alexey Nezhdanov
stallation instructions -- Respectfully Alexey Nezhdanov

[jdev] Announcement of SNIMMER aplication

2006-08-14 Thread Alexey Nezhdanov
iated with some particular url. You can find some more info here: http://www.snimmer.com/ http://www.snimmer.com/message_board.html/technology/SNIMMER_Blog/ http://www.snimmer.com/messages/viewmessage.html/technology/SNIMMER_Blog/214 -- Respectfully Alexey Nezhdanov

[jdev] Announcement of SNIMMER aplication

2006-08-14 Thread Alexey Nezhdanov
http://www.snimmer.com/message_board.html/technology/SNIMMER_Blog/ http://www.snimmer.com/messages/viewmessage.html/technology/SNIMMER_Blog/214 -- Respectfully Alexey Nezhdanov

Re: [jdev] Are there any clients supporting SASL authorization identities?

2006-07-24 Thread Alexey Nezhdanov
re using telnet and sending the XML myself. > > > Matthias -- Respectfully Alexey Nezhdanov

Re: [jdev] Question

2006-07-06 Thread Alexey Nezhdanov
gt; > > > Yes, and yes. There are gateways that can connect to the legacy IM > > networks which would suit your purposes. Check jabber.org and > > jabberstudio.org for references to .NET XMPP libraries, that should > > get you started. > > > > > > > > -- > > Psi webmaster (http://psi-im.org) > > im:[EMAIL PROTECTED] > > http://halr9000.com -- Respectfully Alexey Nezhdanov

Re: [jdev] sms2jabber - beta

2006-06-09 Thread Alexey Nezhdanov
On Thursday 08 June 2006 19:48 Marco Balmer wrote: > Alexey Nezhdanov schrieb: > > Not works from Russia/SMARTS (network 250-07-05). I tried both gsm > > 7bit encoded and ucs-2 messages. > > Works only for networks which are listed here > http://www.aspsms.com/supportedn

Re: [jdev] sms2jabber - beta

2006-06-08 Thread Alexey Nezhdanov
network 250-07-05). I tried both gsm 7bit encoded and ucs-2 messages. > > /maba > > [1] http://web.swissjabber.ch/index.php/Sms2jabber -- Respectfully Alexey Nezhdanov

Re: [jdev] is this a legal XMPP packet? - server edits it!?

2006-05-14 Thread Alexey Nezhdanov
t incorrectly. > If you run tcpdump or similar, you should be able to see what the > server is actually sending. "tcpflow -c" is much more suitable for this purpose. It do not prints out IP headers or hex data, just IPs, port numbers and stream contents. > TX -- Respectfully Alexey Nezhdanov

Re: [jdev] IM Implementation in application

2006-03-28 Thread Alexey Nezhdanov
ement mentioned features in > my application > > Doesn't sound like much work, does it? It sounds like "letter about nothing". What is your question? > > Thank you! > > With respect, > Franjo Stipanovic -- Respectfully Alexey Nezhdanov

Re: [jdev] Question about resource binding to server implementors

2006-03-28 Thread Alexey Nezhdanov
resource identifier. > > > > > > Yes, that seems to be implied. I'd really like it to be more direct > > > though. > > > > Sorry! This is extremely clear as well. Just re-read it. There > > mustn't be more than 1 active resource of a given name at any time. > > Anyways, the point to be clarified that remains is - > > In case of a connected resource, a new resource with the same resource > identifier is to be returned a , whereas in the case of an > active resource, a new resource with the same resource identifer is > recommended to be allowed to login, returning a to the old > resource. Unclear at least for me. How first case differs from the second? > Regards, > Vinod. -- Respectfully Alexey Nezhdanov

Re: [jdev] Re: Question about resource binding to server implementors

2006-03-28 Thread Alexey Nezhdanov
a remote client, then you should use > JEP-0146: Remote Controlling Clients. Only if it still live. If connection died and waiting for timeout - you are out of luck. > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ -- Respectfully Alexey Nezhdanov

Re: [jdev] Question about resource binding to server implementors

2006-03-28 Thread Alexey Nezhdanov
В сообщении от Вторник 28 Март 2006 10:45 Vinod Panicker написал(a): > On 3/28/06, Alexey Nezhdanov <[EMAIL PROTECTED]> wrote: > > В сообщении от Вторник 28 Март 2006 09:06 Vinod Panicker написал(a): > > > Hi, > > > > > > Just wanted to check w

Re: [jdev] Question about resource binding to server implementors

2006-03-27 Thread Alexey Nezhdanov
sed to the > full jid of the user. > > If no, how do you handle it when a client connects with a resource > identifier that is already in use? xmppd.py not allows that and drops previous connection with stream error. > Regards, > Vinod. -- Respectfully Alexey Nezhdanov

Re: [jdev] Privacy feature

2006-02-05 Thread Alexey Nezhdanov
В сообщении от Воскресенье 05 Февраль 2006 15:42 Trejkaz написал(a): > On Sunday 05 February 2006 22:54, Alexey Nezhdanov wrote: > > В сообщении от Воскресенье 05 Февраль 2006 14:09 Trejkaz написал(a): > > > On Sunday 05 February 2006 21:52, Michal Vaner (Vorner) wrote: > >

Re: [jdev] Privacy feature

2006-02-05 Thread Alexey Nezhdanov
e only 100% XMPP compliant servers can declare "version='1.0'" in the stream header so decide on it. If there _is_ such attribute then privacy lists are supported. 2) If server have no "version='1.0'" attribute - then look to advertised features. This

Re: [jdev] Session Manager crashed

2006-01-26 Thread Alexey Nezhdanov
we could be in the > presence of a bug and some more skillfull dev could find something out. > Thanks in advance. It's better to report such things in jabberd2 maillist. Or as the last resort - in the jadmin list. -- Respectfully Alexey Nezhdanov

Re: [jdev] Proxy in Jabber (PHP)

2006-01-22 Thread Alexey Nezhdanov
Respectfully Alexey Nezhdanov

Re: [jdev] MOTD Question

2006-01-06 Thread Alexey Nezhdanov
org/software/libraries.shtml > Thanks in advance, > > Jon Scottorn -- Respectfully Alexey Nezhdanov

Re: [jdev] what is a jabber 'service'?

2006-01-05 Thread Alexey Nezhdanov
rry if this is OT for this list- I'm a total jabber > newbie. > > > > Send instant messages to your online friends http://au.messenger.yahoo.com -- Respectfully Alexey Nezhdanov

Re: [jdev] QQ gateway?

2006-01-03 Thread Alexey Nezhdanov
o python lines to configuration. -- Respectfully Alexey Nezhdanov

Re: [jdev] Unicode Patch for JIT (Jabber ICQ Gateway)

2005-11-25 Thread Alexey Nezhdanov
receiving unicode messages (version 1.1.7). I didn't added _sending_ unicode messages because considered this as strategically bad. Usually users blame clients that fails to correctly _display_ message. So in this case _ICQ_ clients will be blamed :) -- Respectfully Alexey Nezhdanov

Re: [jdev] IQ handling. Was: Directed presence + presence probe result

2005-11-23 Thread Alexey Nezhdanov
В сообщении от Среда 23 Ноябрь 2005 15:58 Vinod Panicker написал(a): > On 11/23/05, Alexey Nezhdanov <[EMAIL PROTECTED]> wrote: > > В сообщении от Среда 23 Ноябрь 2005 14:59 Vinod Panicker написал(a): > > > On 11/23/05, Ralph Meijer <[EMAIL PROTECTED]> wrote: >

Re: [jdev] IQ handling. Was: Directed presence + presence probe result

2005-11-23 Thread Alexey Nezhdanov
Anyways user will very rarely delete several contacts at once... What is the benefit from doing it in your way? > > Regards, > Vinod. -- Respectfully Alexey Nezhdanov

Re: [jdev] how to gain jabberd's Current Status like 'status.jabber.org'

2005-11-14 Thread Alexey Nezhdanov
On Tuesday, 15 November 2005 10:03 xujb wrote: > Hi,jdev! >We are modifying jabberd server for test,but i want to know how to > test it. i saw following data from status.jabber.org: jabber.org AFAIK uses XCP, not jabberd14 -- Respectfully Alexey Nezhdanov

Re: [jdev] Resource-to-Resource Messaging and priorities

2005-11-10 Thread Alexey Nezhdanov
is resource. I.e. ensure that your outgoing packet contains not bare JID to="[EMAIL PROTECTED]" but full JID: to="[EMAIL PROTECTED]/specific resource" > Regards, > > Roel Spruit -- Respectfully Alexey Nezhdanov

Re: [jdev] Initial release of Shutup, the AccessGrid-over-Jabber client

2005-11-07 Thread Alexey Nezhdanov
http://people.vislab.usyd.edu.au/~ssmith/apac05/ > > Cheers, > Steve -- Respectfully Alexey Nezhdanov

[jdev] pyGAIM-t attempt

2005-11-02 Thread Alexey Nezhdanov
do it anymore but may be someone will be interested in looking to it or trying it. For these ones here is the link to instructions: http://www.penza-gsm.ru/snake/pyGAIM-t.git/README.git -- Respectfully Alexey Nezhdanov

Re: [jdev] Java library recomendation

2005-09-16 Thread Alexey Nezhdanov
day's (or may be yesterday) list archives. There was already some discussions on this topic. -- Respectfully Alexey Nezhdanov

Re: [jdev] Re: Determining a user's presence information

2005-09-16 Thread Alexey Nezhdanov
> > Please, can you kindly explain this? He means that as long as user authorised you to see his presence status - you will get presence updates automatically (as long as you available yourself). > > Thank you :) > > Roberto -- Respectfully Alexey Nezhdanov

Re: [jdev] Suggestions on a new IM

2005-09-15 Thread Alexey Nezhdanov
ttp://www.saint-andre.com/blog/2005-09.html#2005-09-13T12:11 -- Respectfully Alexey Nezhdanov

Re: [jdev] Jabber File System !!!!

2005-09-15 Thread Alexey Nezhdanov
de (gaim transport in perl) stagnated this way (i.e. lack of publishing). -- Respectfully Alexey Nezhdanov

Re: [jdev] Hosting issues

2005-09-14 Thread Alexey Nezhdanov
pplication does any verification > at all. Fortunately, the applications let the user through after a > warning. > > I'd like to avoid the warning. Any thoughts on how to proceed? I do not know - may be key may be assigned to several host names? > Thank you for any help that you can give me. Also, if there are other > Jabber hosting services out there, I'd appreciate any pointers. I'd > like to learn from examples. -- Respectfully Alexey Nezhdanov

Re: [jdev] Clock system to fallow discussion

2005-09-04 Thread Alexey Nezhdanov
Monday, 05 Spetember 2005 09:02 Trejkaz wrote: > Quoting Alexey Nezhdanov <[EMAIL PROTECTED]>: > >> There is a feature I would really like to see in jabber, it's a "clock > >> system" to specify to which message you reply to. This system has been >

Re: [jdev] Clock system to fallow discussion

2005-09-04 Thread Alexey Nezhdanov
t; what to do for this. So I post here, after having a brief discussion > on [EMAIL PROTECTED] > > I hope it's the right place. I have looked for both sites but didn't understand how it wors. Why you need two timestamps? -- Respectfully Alexey Nezhdanov

Re: [jdev] transport to ICQ via Net::Jabber

2005-08-29 Thread Alexey Nezhdanov
ccounts. > > Thanx. > > -- > JP > ___ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Offline messages to users on transports

2005-08-04 Thread Alexey Nezhdanov
> > /Johan > _______ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Google Summer of Code participants

2005-06-27 Thread Alexey Nezhdanov
erstood this and applicated :) Though I was rejected since "there are too many proposals". -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] about IRC transport

2005-06-21 Thread Alexey Nezhdanov
thon2.3/site-packages/xmpp/client.py", line 239, in > connect if self.typ=='jabberd2' or not self.typ and > self.Dispatcher.Stream.features != None: AttributeError: Component instance > has no attribute 'Dispatcher' > > ______

Re: [jdev] JIT-ICQ transport

2005-06-20 Thread Alexey Nezhdanov
___ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Security in jabber

2005-06-19 Thread Alexey Nezhdanov
ks. > > Regards, > Umesh. > ___ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Organizational IM

2005-06-16 Thread Alexey Nezhdanov
. Also googling can be useful, especially in discovering existing examples of such scripts. > > Peter > > ___ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov

Re: [jdev] Python Yahoo Transport

2005-06-02 Thread Alexey Nezhdanov
gia.com' id='2' > from='[EMAIL PROTECTED]/Psi'>\n xmlns='http://jabber.org/protocol/disco#info'>\n var='http://jabber.org/protocol/bytestreams'/>\n var='http://jabber.org/protocol/si'/>\n var='http://jabber.org/protocol/si/prof

Re: [jdev] my own xml in body tag

2005-05-14 Thread Alexey Nezhdanov
could include your own xml in properly namespaced x node: -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Inputting arbitrary XML for testing

2005-05-07 Thread Alexey Nezhdanov
ng the attached python script to discuss directly with my server. no attach :) > > Should be easy to adapt to your needs. > > Hope it helps, > > Snark on #gnomemeeting -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] How to handle AIM/external protocol users with "@" in buddy name

2005-04-28 Thread Alexey Nezhdanov
_ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Please help me update my address book on Ringo

2005-04-26 Thread Alexey Nezhdanov
service where I put in my contact info for you, you > put in your contact info for me, and everyone stays up to date > automatically. It's surprisingly easy and useful. How can _this_ be here? -- Respectfully Alexey Nezhdanov ___ jdev mailin

Re: [jdev] xmppd.py 0.2 released, xmpppy 0.2-pre1 released

2005-04-24 Thread Alexey Nezhdanov
В сообщении от Пятница 22 Апрель 2005 17:23 Jesus Cea написал(a): > Alexey Nezhdanov wrote: > > I have just released 0.2 version of xmpppd.py - the XMPP protocol server > > written in python. > > Alexey, is xmppd.py still alive?. I'm fairly interested to join a python &g

Re: [jdev] help me plzzzzzzzzzzzzzzzzzzzzzzzz

2005-04-14 Thread Alexey Nezhdanov
ne will help such person for free. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Jabber Spoofing on unique server

2005-04-04 Thread Alexey Nezhdanov
ous and may be your task can be solved with more correct (jabber-way) methods... -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Jabber Spoofing on unique server

2005-04-01 Thread Alexey Nezhdanov
> > but when I read that : > http://mail.jabber.org/pipermail/jdev/2005-February/020258.html, it doesn't > appear so complicated So - just do it if it so easy. I have never hacked jabberd2 so probably my point may be wrong. -- Respectfully Alexey Nezhdanov

Re: [jdev] Jabber Spoofing on unique server

2005-04-01 Thread Alexey Nezhdanov
to do that within your and only in your server. You will need to modify server code probably, so read the docs that come along with server and read source code. > > Thanks > MichaÃl -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Is the list moderated?

2005-03-23 Thread Alexey Nezhdanov
king functionality And this list is not moderated AFAIK. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] why does ..Linux throws errors for the Resorce part of the JID?

2005-03-20 Thread Alexey Nezhdanov
is not found ... > But there is no problem with windows machine > am i missing something.. > > expecting an early reply from all of u , > Thanks a lot > Merwin -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Re: How can I verify the JID validity?

2005-03-17 Thread Alexey Nezhdanov
lid entries from time to time. Just give up. Treat this as e-mail address - usually you can not know if email is valid or not until you will got a reply from remote user. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Re: How can I verify the JID validity?

2005-03-17 Thread Alexey Nezhdanov
ossible names can be used for compiling SPIM-list. > AN> BTW even the servers with opened IBR presening such info in different > AN> formats. > > It's not so important for this task, I just chech a "type" attr to be an > "error"

Re: [jdev] Re: How can I verify the JID validity?

2005-03-16 Thread Alexey Nezhdanov
registration turned off) should not present such info. BTW even the servers with opened IBR presening such info in different formats. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Unable to connect to client

2005-03-16 Thread Alexey Nezhdanov
Any name can be used as long as box is achievable by that name. > > Florian. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Unable to connect to client

2005-03-16 Thread Alexey Nezhdanov
it > here for reference. Try to reset your configuration files to the distributions one (i.e. working localhost config) and then just replace _all_ "localhost" entries with appropriate name. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Jabberd2 - start up error

2005-03-13 Thread Alexey Nezhdanov
It was a TERM. Shut it all down! > --log ends- > ___ > jdev mailing list > jdev@jabber.org > http://mail.jabber.org/mailman/listinfo/jdev -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] My outgoing jabber packet

2005-03-13 Thread Alexey Nezhdanov
t; > > > > > On Fri, 11 Mar 2005 18:49:39 -0800, JD Conley > > > > <[EMAIL PROTECTED]> > > > > > wrote: > > > > Don't forget: > > > > > > > > [Packet 1] > > > > > > > > > >

Re: [jdev] Registered User Listing Automatically Displayed in Client

2005-02-28 Thread Alexey Nezhdanov
e if you'll prefer use sql storage it can be done via concurrent connetion to auth and roster databases and submitting appropriate queries. > > mb > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Alexey Nezhdanov Sent:

Re: [jdev] Registered User Listing Automatically Displayed in Client

2005-02-28 Thread Alexey Nezhdanov
hiring! It is not labor-intensive, at least when you are used to read docs and write scripts. Though if you will find the process frustrating - I can help (as the many other on this list, I believe). -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] newbie: where to start using jabber as IPC mechanism?

2005-02-20 Thread Alexey Nezhdanov
.3-jabber, libxml2-python2.3, > libxslt1-python2.3 I'd recommend switching from python-jabber to python-xmpp. python-jabber is currently unsupported since upstream is dead for a long time already and the python-xmpp is a replacement library (though not a drop-in replacement unfortunately).

Re: [jdev] SIP and Jabber

2005-02-10 Thread Alexey Nezhdanov
ormer can be learned by playing with the library of your choice (see http://www.jabber.org/software/libraries.shtml ) and reading protocol docs (JEPs). Probably same for the latter. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jab

Re: [jdev] anonymous login

2005-02-08 Thread Alexey Nezhdanov
op. Probably due to inter-resource presences that become a very big amount on every resource connect. > > TX -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Port to use for external components

2005-01-31 Thread Alexey Nezhdanov
. Usually there are either router port or special transport-only port. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Client support for advanced MUC

2005-01-19 Thread Alexey Nezhdanov
jabber. > It would be a good feature for those migrating from Exchange Messenger and > looking for as many comparable features as their previous solution. > > Peter -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Re: [jadmin] Re: One million concurrent user

2005-01-07 Thread Alexey Nezhdanov
t to setup one big mail server to make 1M users exchange their mails. This solution brings an additional benefit - failure proof. Small server can be much easily replaced than big one. -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Re: Parsing XMPP/Jabber protocol

2004-12-29 Thread Alexey Nezhdanov
t; > >> > >> it is not getting  . > >> How  possible to parse this packet at this stage? > > > > expat parsers allow that > > Well, if I am using java? Do not know. Consider using existing jabber java library http://www.jabber.org/software/libraries.ph

Re: [jdev] Parsing XMPP/Jabber protocol

2004-12-29 Thread Alexey Nezhdanov
o parse this packet at this stage? expat parsers allow that -- Respectfully Alexey Nezhdanov ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

  1   2   >