[JDEV] Auto subscribe

2002-07-09 Thread Satish Reddy

Hello every one 
 is there any way that my Jabber server does not
 ask for the subscription of buddies.
 to be presice when i download buddies frm yahoo or 
 msn . Jabber server needs some xml packets to be 
 sent to it in order to authorize/subsribe the user.
 instead server should be adding buddies once server
 downloads the buddies .
 is there any work around for this ?
 if so what all changes shd i make ?
 plz do reply
Best Regds
Satish Reddy

__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] config tag (in search of portable C lib)

2002-07-09 Thread Andreas Ames

Hi,

while wading through the 1.4.2 sources to figure out how to use
libjabber (which is the only C lib for jabber I found that seems to be
complete and somewhat portable; any other recommendations are
welcome), I came across the  config tag in base_dynamic.c.
So far I have no clue how to use it and what it's for (I assume I can
influence the delivery process/message routing with dynamic handlers;
but I may be completely wrong).  Unfortunately I'm very curious.
Neither google nor DJ Adams' book were my friends here.  Can someone
help me out, please?

TIA,

Andreas Ames
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



RE: [JDEV] Auto subscribe

2002-07-09 Thread Chris Davies

The server doesn't care whether you've subscribed to your buddies or not.
That's a client issue, and you may find your jabber client has an option
that automatically confirms subscription requests on your behalf.

Chris
--
Chris Davies, Manheim Online
Tel. 0113 393-2004  Fax. 0870 444-0482.  Mobile 07778 199069


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Satish Reddy
Sent: Tuesday, July 09, 2002 11:44 AM
To: [EMAIL PROTECTED]
Subject: [JDEV] Auto subscribe


Hello every one
 is there any way that my Jabber server does not
 ask for the subscription of buddies.
 to be presice when i download buddies frm yahoo or
 msn . Jabber server needs some xml packets to be
 sent to it in order to authorize/subsribe the user.
 instead server should be adding buddies once server
 downloads the buddies .
 is there any work around for this ?
 if so what all changes shd i make ?
 plz do reply
Best Regds
Satish Reddy

__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] Logging in on the same machine, same user but different resources

2002-07-09 Thread Patrick Fitzgerald
Title: Message




Hello 
all,
 
Is it is possible for different 
processes on the same machine to log in as the same user, but different 
resources, for example,
 
  
 [EMAIL PROTECTED]/work
   [EMAIL PROTECTED]/phone
 

or even
 

   [EMAIL PROTECTED]/work/phone
 
etc.  when I try this using the jabberCom library it hangs both 
clients. I can imagine that this maybe is a 
protocol issue, if so is it on the to-do 
list?
 
I am aware that it is possible for 
different userids to connect from the same client machine, however I would like 
to have different processes logged in as the same user, getting the information 
only relevant to them.
 
Thanks in advance, 

 
patrick
 
 
 


[JDEV] Jabber development with Kylix

2002-07-09 Thread Mark Derricutt

Is anyone here doing any Jabber development with Kylix at all?

I have a project underway and we're thinking of using Jabber as the 
underlying protocol for our communications and are using Java/Kylix.

Has anyone done any Kylix/Jabber work?

Also - whats the status on doing XML-RPC over Jabber?  I seem to recall 
awhile back there were several different ways of handling this, has it been 
unified into a proper standard at all?

Mark

-- \m/ --
  "...if I seem super human I have been misunderstood." (c) Dream Theater
 [EMAIL PROTECTED] - ICQ: 1934853 JID: [EMAIL PROTECTED]

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] config tag (in search of portable C lib)

2002-07-09 Thread DJ Adams

On Tue, Jul 09, 2002 at 01:12:25PM +0200, Andreas Ames wrote:
> Hi,
> 
> while wading through the 1.4.2 sources to figure out how to use
> libjabber (which is the only C lib for jabber I found that seems to be
> complete and somewhat portable; any other recommendations are
> welcome), I came across the  config tag in base_dynamic.c.
> So far I have no clue how to use it and what it's for (I assume I can
> influence the delivery process/message routing with dynamic handlers;
> but I may be completely wrong).  Unfortunately I'm very curious.
> Neither google nor DJ Adams' book were my friends here.  Can someone
> help me out, please?

Hi Andreas

If I remember correctly, it's something that Jer put together during 1.4.1
but remained experimental. (Programming Jabber was based more or less on 
1.4.1 but as I had to prune the contents, experimental stuff was always
first on the cuttingroom floor :-). It's basically a way of being able to
plug handlers into a running jabberd. I think it's defined per-component,
so you'd have something like:


  blah
  
definition of dynamic files here
  


The files (all in the same directory) are .so loadable, I think, and
have to confirm to the jabberd API. 

HTH a bit
dj
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Logging in on the same machine, same user but different resources

2002-07-09 Thread DJ Adams

On Tue, Jul 09, 2002 at 12:47:31PM +0100, Patrick Fitzgerald wrote:
> Hello all,
>  
> Is it is possible for different processes on the same machine to log in
> as the same user, but different resources, for example,
>  
>[EMAIL PROTECTED]/work
>[EMAIL PROTECTED]/phone
>  
> or even
>  
>[EMAIL PROTECTED]/work/phone

Yes, this is possible, it's a core feature of Jabber's design.

> etc.  when I try this using the jabberCom library it hangs both clients.

I guess pgm is the man for JabberCOM questions...

Cheers
dj
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



RE: [JDEV] Auto subscribe

2002-07-09 Thread Satish Reddy

yeah exactly clinet does the stuff metioned by u.
but is'nt there any way dat my clinet avoids sending
those packets to subscribe the buddy.
Best Regds
Satish Reddy

--- Chris Davies <[EMAIL PROTECTED]>
wrote:
> The server doesn't care whether you've subscribed to
> your buddies or not.
> That's a client issue, and you may find your jabber
> client has an option
> that automatically confirms subscription requests on
> your behalf.
> 
> Chris
> --
> Chris Davies, Manheim Online
> Tel. 0113 393-2004  Fax. 0870 444-0482.  Mobile
> 07778 199069
> 
> 


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



RE: [JDEV] Logging in on the same machine, same user but different resources

2002-07-09 Thread Patrick Fitzgerald

I double checked my code, if am running Exodus (or in fact any of a
range of other clients) and I connect to jabberCOM it crashes both, and
I understand Exodus is not based on JabberCOM library... Which seems to
point to a authentication issue in jabberCOM?

Has anyone else seen this issue?

-Original Message-
From: DJ Adams [mailto:[EMAIL PROTECTED]] 
Sent: 09 July 2002 13:39
To: [EMAIL PROTECTED]
Subject: Re: [JDEV] Logging in on the same machine, same user but
different resources


On Tue, Jul 09, 2002 at 12:47:31PM +0100, Patrick Fitzgerald wrote:
> Hello all,
>  
> Is it is possible for different processes on the same machine to log 
> in as the same user, but different resources, for example,
>  
>[EMAIL PROTECTED]/work
>[EMAIL PROTECTED]/phone
>  
> or even
>  
>[EMAIL PROTECTED]/work/phone

Yes, this is possible, it's a core feature of Jabber's design.

> etc.  when I try this using the jabberCom library it hangs both 
> clients.

I guess pgm is the man for JabberCOM questions...

Cheers
dj
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] yahoo-t

2002-07-09 Thread Sean M. Egan

Hi.   
  
I just read at http://yahoo-transport.jabberstudio.org/ that Yahoo-t  
is without a developer and that you're still suffering from the India 
blocks.   
  
libyahoo uses a much older version of Yahoo protocol.  Gaim has been  
using the latest version of the protocol for about a year now, and
figured out the new authentication scheme to prevent the India blocks 
a week after they started.  I'm interested in adapting our Gaim code  
to Jabber.  Gaim, of course would be my priority, but developing  
Gaim's Yahoo plugin and Jabber's Yahoo transport wouldn't be difficult
at all
  
-Sean 
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Jabber development with Kylix

2002-07-09 Thread Nicholas Perez

XMLRPC over jabber is a draft standard that basically involves wrapping 
XMLRPC with a jabber packet (an  
to be precise) There is a jep on the subject located here 
http://www.jabber.org/jeps/jep-0009.html and a few different 
implementations available out at jabberstudio.org  including my very own JabminRPC/C++ 


Mark Derricutt wrote:
> Is anyone here doing any Jabber development with Kylix at all?
> 
> I have a project underway and we're thinking of using Jabber as the 
> underlying protocol for our communications and are using Java/Kylix.
> 
> Has anyone done any Kylix/Jabber work?
> 
> Also - whats the status on doing XML-RPC over Jabber?  I seem to recall 
> awhile back there were several different ways of handling this, has it 
> been unified into a proper standard at all?
> 
> Mark
> 
>-- \m/ --
>  "...if I seem super human I have been misunderstood." (c) Dream Theater
> [EMAIL PROTECTED] - ICQ: 1934853 JID: [EMAIL PROTECTED]
> 
> ___
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev


-- 
Nick

JabminRPC: Administer your Jabber Server
JabberSMTP: Email<->IM Transport

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Logging in on the same machine, same user but different resources

2002-07-09 Thread Peter Millard

Patrick -

Patrick Fitzgerald wrote:
> Is it is possible for different processes on the same machine to log
> in
> as the same user, but different resources, for example,
>[EMAIL PROTECTED]/work
>[EMAIL PROTECTED]/phone
> or even
>[EMAIL PROTECTED]/work/phone
> etc.  when I try this using the jabberCom library it hangs both
> clients.
> I can imagine that this maybe is a protocol issue, if so is it on the
> to-do list?

This is very possible (I do it on a regular basis). I've also done it with
Winjab and JabberIM (both of which use JabberCOM). So I know the library can
do this properly. It may have something to do w/ how you are implementing
it. I've never seen/had any problems if the 2 resources are in different
processes.

Peter Millard.


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



RE: [JDEV] Logging in on the same machine, same user but different resources

2002-07-09 Thread Patrick Fitzgerald

Peter,

Ok, I'll have a look at WinJab source and see how you are doing it...

Thanks

PS thanks for some great code...

-Original Message-
From: Peter Millard [mailto:[EMAIL PROTECTED]] 
Sent: 09 July 2002 16:10
To: [EMAIL PROTECTED]
Subject: Re: [JDEV] Logging in on the same machine, same user but
different resources


Patrick -

Patrick Fitzgerald wrote:
> Is it is possible for different processes on the same machine to log 
> in as the same user, but different resources, for example,
>[EMAIL PROTECTED]/work
>[EMAIL PROTECTED]/phone
> or even
>[EMAIL PROTECTED]/work/phone
> etc.  when I try this using the jabberCom library it hangs both
> clients.
> I can imagine that this maybe is a protocol issue, if so is it on the
> to-do list?

This is very possible (I do it on a regular basis). I've also done it
with Winjab and JabberIM (both of which use JabberCOM). So I know the
library can do this properly. It may have something to do w/ how you are
implementing it. I've never seen/had any problems if the 2 resources are
in different processes.

Peter Millard.


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



RE: [JDEV] Conference component is silent

2002-07-09 Thread Thomas Muldowney

Are you sure the service is not commented out?  Watch the debug log
during startup to see if the conference is loaded correctly.

--temas


On Mon, 2002-07-08 at 20:45, [EMAIL PROTECTED] wrote:
> The debug output just after a user has connected to the conference:
> 
> ---
> Mon Jul  8 22:34:34 2002  mio.c:620 mio while loop, working
> Mon Jul  8 22:34:34 2002  mio.c:760 MIO read from socket 15:
> Mon Jul  8 22:34:34 2002  mio.c:607 mio while loop top
> Mon Jul  8 22:35:10 2002  mio.c:620 mio while loop, working
> Mon Jul  8 22:35:10 2002  mio.c:760 MIO read from socket 15: 
> Mon Jul  8 22:35:10 2002  c2s [client.c:277] pthsock_client_read called with: m:
> A05B170 flag:3 arg:A05B270
> Mon Jul  8 22:35:10 2002  deliver.c:474 DELIVER 4:localhost 
> Mon Jul  8 22:35:10 2002  deliver.c:678 delivering to instance 'sessions'
> Mon Jul  8 22:35:10 2002  deliver.c:94 (A01CBC0)incoming packet 
> Mon Jul  8 22:35:10 2002  users.c:143 js_user(ssarkar@localhost,A0B9F80)
> Mon Jul  8 22:35:10 2002  mtq A0CB938 entering from pth
> Mon Jul  8 22:35:10 2002  mtq A0CB938 queue call A0B8C78
> Mon Jul  8 22:35:10 2002  sessions.c:246 THREAD:SESSION:FROM received a packet!
> Mon Jul  8 22:35:10 2002  modules.c:135 mapi_call 1
> Mon Jul  8 22:35:10 2002  modules.c:158 MAPI A16CFA8
> Mon Jul  8 22:35:10 2002  modules.c:158 MAPI A16CFF0
> Mon Jul  8 22:35:10 2002  mod_presence.c:337 track presence sent to jids
> Mon Jul  8 22:35:10 2002  modules.c:158 MAPI A16D000
> Mon Jul  8 22:35:10 2002  modules.c:175 mapi_call returning unhandled
> Mon Jul  8 22:35:10 2002  deliver.c:257 deliver(to[[EMAIL PROTECTED]
> /MyNickName],from[ssarkar@localhost/Exodus],type[2],packet[])
> Mon Jul  8 22:35:10 2002  deliver.c:474 DELIVER 1:conference.localhost   to='[EMAIL PROTECTED]/MyNickName' from='ssarkar@localhost/Exodus'/>
> 
> Mon Jul  8 22:35:10 2002  deliver.c:678 delivering to instance 'conference.local
> host'
> Mon Jul  8 22:35:10 2002  mtq A0CB938 leaving to pth
> Mon Jul  8 22:35:10 2002  mio.c:607 mio while loop top
> Mon Jul  8 22:35:17 2002  jabberd.c:255 main load check of 1.00 with 14 total th
> reads
> Mon Jul  8 22:35:20 2002  users.c:88 checking users for host localhost
> Mon Jul  8 22:35:20 2002  usercount 1   total users
> 
> 
> S. Sarkar
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Thomas Muldowney
> Sent: Friday, July 05, 2002 11:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JDEV] Conference component is silent
> 
> 
> Do you have any debug output from the jabberd when a user tries to
> connect to the conference?
> 
> --temas
> 
> -
> This message was sent using Endymion MailMan.
> http://www.endymion.com/products/mailman/
> 
> 
> ___
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] yahoo-t

2002-07-09 Thread Thomas Muldowney

That would be excellent.  Contact me on Jabber or email and we can talk
about CVS and what not.

--temas


On Tue, 2002-07-09 at 10:15, Sean M. Egan wrote:
> Hi.   
>   
> I just read at http://yahoo-transport.jabberstudio.org/ that Yahoo-t  
> is without a developer and that you're still suffering from the India 
> blocks.   
>   
> libyahoo uses a much older version of Yahoo protocol.  Gaim has been  
> using the latest version of the protocol for about a year now, and
> figured out the new authentication scheme to prevent the India blocks 
> a week after they started.  I'm interested in adapting our Gaim code  
> to Jabber.  Gaim, of course would be my priority, but developing  
> Gaim's Yahoo plugin and Jabber's Yahoo transport wouldn't be difficult
> at all
>   
> -Sean 
> ___
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Jabber development with Kylix

2002-07-09 Thread Peter Millard

Mark -

I've written my latest object pascal jabber lib (used for my latest client,
Exodus) so that it should be Kylix compliant. It's native code, and really
fast. It's all located in the exodus Sourceforge CVS store
(http://exodus.sf.net) in the JOPL subdir. I've been able to hack together a
_simple_ client with Kylix in under 2 hrs using the lib.

I haven't compiled it under Kylix lately, so there may be a few issues, but
I'd be more than happy to work with you to solve whatever compile problems
exist. Feel free to contact me directly.

Peter Millard.

Mark Derricutt wrote:
> Is anyone here doing any Jabber development with Kylix at all?
> I have a project underway and we're thinking of using Jabber as the
> underlying protocol for our communications and are using Java/Kylix.
> Has anyone done any Kylix/Jabber work?
> Also - whats the status on doing XML-RPC over Jabber?  I seem to
> recall awhile back there were several different ways of handling
> this, has it been unified into a proper standard at all?
> Mark


___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] yahoo-t

2002-07-09 Thread Nicholas Perez

Woohoo! err..*cough* That would be very neat of you to do. I would get 
in touch with temas to get perms on the cvs out there if you are really 
serious about this.

Sean M. Egan wrote:
> Hi.   
>   
> I just read at http://yahoo-transport.jabberstudio.org/ that Yahoo-t  
> is without a developer and that you're still suffering from the India 
> blocks.   
>   
> libyahoo uses a much older version of Yahoo protocol.  Gaim has been  
> using the latest version of the protocol for about a year now, and
> figured out the new authentication scheme to prevent the India blocks 
> a week after they started.  I'm interested in adapting our Gaim code  
> to Jabber.  Gaim, of course would be my priority, but developing  
> Gaim's Yahoo plugin and Jabber's Yahoo transport wouldn't be difficult
> at all
>   
> -Sean 
> ___
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev


-- 
Nick

JabminRPC: Administer your Jabber Server
JabberSMTP: Email<->IM Transport

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] Janchor: Headline Service

2002-07-09 Thread Jeremy Nickurak

I've recently posted my Net::Jabber RSS/Headline component "janchor". I've been 
developing it internally, and with the help of some others from 
[EMAIL PROTECTED]

Among it's features are a dynamic list of RSS sources (managed through 
jabber:iq:register, or the Agent Registration mechanism found in most Jabber clients), 
and intelligent status (each rss source indicates the status of the RSS feed).

There's still work to be done as far as implementing features and designing new 
elements, but for the most part, I've found my service to be quite functional.

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 IV
will be fought with sticks and stones." -- Einstein



msg06404/pgp0.pgp
Description: PGP signature


Re: [JDEV] Etherx

2002-07-09 Thread DJ Adams

On Mon, Jul 08, 2002 at 02:25:55PM -0600, Sean Kirkby wrote:
> What is the "" technique?

It serves as a packet magnet when you plug in another jabberd into
your existing jabberd, so that all packet types (service, xdb, log)
get pulled through the connection. 

dj
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: [JDEV] Jabber development with Kylix

2002-07-09 Thread Mark Derricutt

Cool, I thought you'd mentioned in the past about kylix but couldn't 
remember (I IM'd you the other day but you were busy).  I'll get our kylix 
guy to check out the exodus code (which is a cool client!) and see what we 
can do.  I'm sure we'll be in touch for some reason :P

--On Tuesday, July 09, 2002 09:07:40 -0600 Peter Millard <[EMAIL PROTECTED]> 
wrote:

> I haven't compiled it under Kylix lately, so there may be a few issues,
> but I'd be more than happy to work with you to solve whatever compile
> problems exist. Feel free to contact me directly.



-- \m/ --
  "...if I seem super human I have been misunderstood." (c) Dream Theater
 [EMAIL PROTECTED] - ICQ: 1934853 JID: [EMAIL PROTECTED]

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] sending CC & BCC msg

2002-07-09 Thread amarjeetkaur
hi .. i am developing a jabber client using jabbercom.dll .. When i send a normal message to single user it works fine .. But if i try to specify CC and BCC it gives error ... i have also tried with the latest jabbercom.dll from the net .. but it didnt work it gives error ... culd some one plz guide me .. thanks 
 

___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev