Re: [jdev] Net::Jabber Process() blocking

2005-06-02 Thread Jeremy Lunn
hough I did try it anyway and it doesn't help. Thanks, Jeremy -- Jeremy Lunn Melbourne, Australia http://www.jabber.org.au/ - the next generation of Instant Messaging. ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] Net::Jabber Process() blocking

2005-06-01 Thread Jeremy Lunn
On Sun, May 29, 2005 at 08:01:55PM +1000, Jeremy Lunn wrote: > Here's a quick and nasty script I wrote to quickly return a list of > users logged in, using service discovery (using it with jabberd 2.0s8). > It works fine 80% of the time, but sometimes it blocks at the Process >

[jdev] Net::Jabber Process() blocking

2005-05-29 Thread Jeremy Lunn
me=>'jabber.org.au') or die "Server connect failed!\n"; $con->AuthSend(username=>'jeremy', password=>'secret', resource=>'sessions') and die "Login failed!\n"; my $req = new Net::Jabber::IQ();

[jdev] Janchor headline service

2005-05-23 Thread Jeremy Nickurak
be able to look at adding things like service discovery support. Thanks, Jeremy Nickurak signature.asc Description: This is a digitally signed message part ___ jdev mailing list jdev@jabber.org http://mail.jabber.org/mailman/listinfo/jdev

Re: [jdev] my own xml in body tag

2005-05-14 Thread Jeremy Nickurak
On dim, 2005-05-15 at 08:25 +0400, Alexey Nezhdanov wrote: > No. But you could include your own xml in properly namespaced x node: > > > > > > Why not just: signature.asc Description: This is a digitally signed message part ___

Re: [jdev] deferred delivery

2005-03-07 Thread Jeremy Nickurak
On lun, 2005-02-28 at 21:04 +0100, Tijl Houtbeckers wrote: >Jabber is instant, near real time. So this means you're get a near real >time "instant failure", if your message can not be delivered. This opposed >to email where failure isn't "instant" at all, if you send a message it >can stay in

[jdev] Implementing searchable jabber profiles

2005-01-03 Thread Jeremy Lunn
the users 'profile' is their profile and so they don't have to update it in several different places (e.g. vcard/JUD/forums). Anyone got any suggestions? All in all, profiles in Jabber is something that will be hitting the tablesoon anyway. So guess we might see some changes.

Re: [JDEV] utf8

2003-12-04 Thread Jeremy Nickurak
st, I convert to UTF8 using the Encode module: > > use Encode qw(encode); > my $string = encode("utf", $string); So how and where do you set this utf flag? Before or after the encoding conversion? -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- I would rather spend 10 ho

Re: [JDEV] utf8

2003-12-03 Thread Jeremy Nickurak
> >>[EMAIL PROTECTED] > > >>http://mailman.jabber.org/listinfo/jdev > > >> > > >> > > > > > >___ > > >jdev mailing list > > >[EMAIL PROTECTED] > > >http://mailma

Re: [JDEV] Public Serverlist page

2003-10-25 Thread Jeremy Lunn
tralia aims to do just that. Though we still have a bit to do. Need more coders. :P As it is we have forums and jabberd using the same accounts (still haven't officially gone public with jabberd though forum regulars can test it out and all). -- Jeremy Lunn Melbourne, Australia http://ww

Re: [JDEV] Jabber to Jabber gateway and other questions

2003-10-24 Thread Jeremy Nickurak
x27;s not possible to register with more than one ICQ# on a single icq transport. Correct me if I'm wrong, but wouldn't that pose a substantial problem for our current transport registration scheme? -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin signature.asc Description: This is a digitally signed message part

Re: [JDEV] Best way to drive Jabber adoption?

2003-06-15 Thread Jeremy Nickurak
who want to work on legacy connectivity help the gaim project... -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- signature.asc Description: This is a digitally signed message part

Re: [JDEV] Re: order of messages

2003-04-03 Thread Jeremy Nickurak
ng" to a particular conversation, you probabbly want to be using the "thread" child tag. As for a way to track what message a given message is in response to... I'm not aware of a current solution for that. -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- signature.asc Description: This is a digitally signed message part

Re: [JDEV] Problem on Net::Perl

2003-02-19 Thread Jeremy Nickurak
ut i don't know how > to do it. > please help me! > -- Jeremy Nickurak <[EMAIL PROTECTED]> ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Advocacy 2: Why do you jabber?

2003-02-01 Thread Jeremy Nickurak
th other systems. -- Jeremy Nickurak <[EMAIL PROTECTED]> ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] JEP-0060 pubsub implementation?

2002-12-22 Thread Jeremy Nickurak
html#anchor6 ). In this sense, I think it's probabbly either poorly named, or perhaps entirely unneccesary, IMHO. -- Jeremy Nickurak <[EMAIL PROTECTED]> ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Net::Jabber

2002-12-04 Thread Jeremy Nickurak
nything _else" message=mention the alert > message>some > string > > > > now how can i retrieve the data in namespace? > > Best regards, > tsa -- Jeremy Nickurak <[EMAIL PROTECTED]> ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

RE: [JDEV] jabber extensions available for handlinglocationinformation

2002-11-27 Thread Jeremy Nickurak
naging subscriptions.. Or whatever else you feel would work appropriately. On Wed, 2002-11-27 at 02:14, Arjan Peddemors wrote: > > From: Jeremy Nickurak [mailto:[EMAIL PROTECTED]] > > Sent: maandag 25 november 2002 18:45 > ... > > Personally, I'm curious why th

RE: [JDEV] jabber extensions available for handling locationinformation

2002-11-25 Thread Jeremy Nickurak
t; to presence and location, although essentially based on the > same mechanism, is completely independent. Personally, I'm curious why these goals couldn't be fit into a properly namespaced child element of the message packet. Could you try to elaborate on this som

Re: [JDEV] Voice over Jabber

2002-11-14 Thread Jeremy Nickurak
ter choice. It's an alternate codec, tuned more for the purpose of voice compression than music. Speech in particular is fundamentally simpler then music, and can be compressed to a much smaller size while maintiaining quality, provided you know it's speech you're working with. :) --

Re: [JDEV] XML messages through Jabber?

2002-11-07 Thread Jeremy Nickurak
for any help. > > > Regards, > > Wojciech Dec > > > ___ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- Jeremy Nickurak <[EMAIL PROTECTED]> ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

RE: [JDEV] Jabber.org Client Chart

2002-10-22 Thread Jeremy Nickurak
hen. > > > > OR, remove the headline support section entirely, since the > > qualification is > > almost pointless. What do others think? > > > > -Justin > > ___ > > jdev mailing list > > [EMAIL PROTECTED] > &

[JDEV] Net::Jabber or XML::Stream Memory leak?

2002-09-19 Thread Jeremy Nickurak
ing alot of memory after a few days runtime? -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Slashdot article on IM Bots patent

2002-08-17 Thread Jeremy Lunn
So if you develop something independent to any information about the Patent then there's nothing they could do about it. Though could be a hell of a job to proove except for something that is *that* logical. -- Jeremy Lunn Melbourne, Australia http://psi.sf.net/ - great Jabber client for L

RE: [JDEV] yahoo t issue

2002-08-02 Thread Jeremy Nickurak
SKY!!! > HONK!!! THE TOILET. HELP HURKGLGHLGPTHGLHGLBHLGPTH **FLUSH** NEXT." > > (--www.leisuretown.com) > http://blank.org/memory/>--- > - > ___ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev > _

Re: [JDEV] id attr in message packets

2002-07-14 Thread Jeremy Nickurak
both id attributes and id tags in the > message. A reply promotes the incoming id tag to an attribute, and adds a > new tag of its own. It's kind of confusing at first, but the scheme is > like-- > > bar > SENT: 1... > > foo receives > RECV: 1... > > and

[JDEV] Headline Component: Janchor

2002-07-10 Thread Jeremy Nickurak
e configuration more or less straightforward. I'd greatly appreciate any and all suggestions and comments you might have. If the response is good, i'll consider looking into getting it up on jabberstudio.org. Thanks. -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- When you downlo

[JDEV] Janchor: Headline Service

2002-07-09 Thread Jeremy Nickurak
al. You can download version 0.3.5 of the component at http://rifetech.com/~atrus/janchor/ Any suggestions/comments/feedback would be greatly appreciated. Thanks. -- Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =- "I do not know how World War III will be fought, but World War

Re: [JDEV] File transfers

2002-06-06 Thread Jeremy Nickurak
On Thu, Jun 06, 2002 at 05:47:44PM +0100, Richard Dobson wrote: > Yes but there is a significant difference, ISP's and backbone providers are > providing simply providing data paths, Jabber is an application on top of > that backbone facilitating the data sharing, the ISP's network on its own > wi

Re: [JDEV] AIMt CVS from jabberstudio coredumps without warning

2002-03-07 Thread Jeremy Nickurak
GPRS / J2ME programmer > > Druppel Internet Services, > > The Netherlands > > > > ___ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mailman.jabber.org/listinfo/jdev > > > ___

Re: [JDEV] AIM- who needs AOL? (was Re: AOL)

2002-01-17 Thread Jeremy Lunn
ou wouldn't have control over the client. -- Jeremy Lunn Melbourne, Australia http://www.jabber.org/ - the next generation of Instant Messaging. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

Re: [JDEV] Talking too fast errors

2002-01-14 Thread Jeremy Nickurak
On Sat, 2002-01-12 at 05:10, [EMAIL PROTECTED] wrote: > If you send many messages or long messages in a short time, AOL servers > complain and you will get that "Talking too fast" error. AIM-t just passes > this error through, it does not generate it. The reason the error does not > show up with o

[JDEV] Talking too fast errors

2002-01-11 Thread Jeremy Nickurak
to jdev? might contain an inkling of enlightenment. it's not a very good log but i guess so not the jabber log... this irc conversation. I don't mind...let me just say one thing tho. Burma! -- Jeremy Nickurak -= [EMAIL PROTECTED] =- "You know, Hobbes, some days even my lucky roc

Re: [JDEV] ICQv7-t

2001-12-19 Thread Jeremy Lunn
M Transport is that offline messages come from the transport and there is no support for P2P messaging. In the long term I would have thought there would have thought it'd be easier to maintain if AIM and ICQ were the one codebase. -- Jeremy Lunn Melbourne, Australia http://www.jabber.org/

Re: [JDEV] Email trasnport

2001-12-04 Thread Jeremy Nickurak
e): # In general options: relay_domains = jmail.mydomain # In transports: jabber_smtp: driver = smtp port = 5225 end # In Routers: jabberrouting: driver = domainlist self = send route_list = "jmail.mydomain jmail.mydomain byname" transport = jabber_smtp -- Jeremy Nickurak -= [EM

[JDEV] Transport Support?

2001-03-22 Thread Jeremy
Can anyone give me some assistance with transport support? I'm having some issues with ICQ timing out. If there is a better place to ask, let me know. Thanks! Jeremy ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev