[jdev] IM developer munich, germany

2007-01-30 Thread Alexander Gnauck

This may be of interest (sorry only in german):
http://www.quest-online.de/jobs/ws4341.html

Alex



[jdev] IM Implementation in application

2006-03-28 Thread Franjo Stipanovic
Hello,I wish to implement IM feature in my application.It would have following features:- private messages- chat rooms (also the ability for user to create chat room)Please, tell me, what do you guys ( girls?) think it's the best do to and I'm I wrong?
- better not to re-invent things and use existing open-source protocol- use jabber protocol and (jabber) server application as a server- look at (jabber) client application and implement mentioned features in my application
Doesn't sound like much work, does it?Thank you!With respect,Franjo Stipanovic


Re: [jdev] IM Implementation in application

2006-03-28 Thread Alexey Nezhdanov
В сообщении от Вторник 28 Март 2006 16:23 Franjo Stipanovic написал(a):
 Hello,

 I wish to implement IM feature in my application.

 It would have following features:
 - private messages
 - chat rooms (also the ability for user to create chat room)

 Please, tell me, what do you guys ( girls?) think it's the best do to and
 I'm I wrong?

 - better not to re-invent things and use existing open-source protocol
 - use jabber protocol and (jabber) server application as a server
 - look at (jabber) client application and implement 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] IM Implementation in application

2006-03-28 Thread Norman Rasmussen
On 3/28/06, Franjo Stipanovic [EMAIL PROTECTED] wrote:
 Please, tell me, what do you guys ( girls?) think it's the best do to and
 I'm I wrong?

 - better not to re-invent things and use existing open-source protocol
 - use jabber protocol and (jabber) server application as a server
 - look at (jabber) client application and implement mentioned features in my
 application


Yes, you should use Jabber, yes there are a ton of options for client
side libraries if you want to build your own client, yes there are a
ton of existing clients that you can use out of the box, yes there are
client developers that will take money to customise their client to
your needs.

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/


Re: [jdev] IM Implementation in application

2006-03-28 Thread Franjo Stipanovic
Thank you, NormanOn 3/28/06, Norman Rasmussen [EMAIL PROTECTED] wrote:
On 3/28/06, Franjo Stipanovic [EMAIL PROTECTED] wrote: Please, tell me, what do you guys ( girls?) think it's the best do to and I'm I wrong?
 - better not to re-invent things and use existing open-source protocol - use jabber protocol and (jabber) server application as a server - look at (jabber) client application and implement mentioned features in my
 applicationYes, you should use Jabber, yes there are a ton of options for clientside libraries if you want to build your own client, yes there are aton of existing clients that you can use out of the box, yes there are
client developers that will take money to customise their client toyour needs.--- Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: 
http://norman.rasmussen.co.za/


Re: [jdev] IM Implementation in application

2006-03-28 Thread Sascha
well one point open source and jabber is the point that its open for all 
like the name says

++ many minds work togehter to make this product as well ass possible
-- a few niinds that sees a bug that them can use (maybe by an exploit) 
b4 someone fixes it

++ but again many minds working on it to do fix it

compare the windows(not open source) buglist and securityfiixes with 
those from linux(open source)
ok u could also compare the anount of users that uses windows and the 
amount of linux users...


anyway the coice of the weapon is ur´s, choose those that can deliver 
what u need, in ur case jabber would be more than enough.


u could also choose from a wide range of other open source socket 
servers even a push pull (POST-GET) with php would be possible
which than has the PLUS that u dont need expensive webspace and it 
mustend be slower than a socket connection but a MINUS for support and 
bugfixing by others!


but ask urself some questions..
what do u have..
so what possible options has the programming language u are working in 
(u dident tell which it is)

what do u need...
u said a messenger... well ich have msn installed- i can webconference 
- i can do internetphone -i can xchange files..
u said a chat wiht custom rooms... well beneath the options from what i 
said about a messenger... here the most important Q is -what do u think 
about the usermanagment who wil have which rights to do what where and 
when und which conditions.. (implemented serverside if u do so with an 
simple but effective php u have to programm that all alone or ectract 
that from somewhere else.what can be good or bad.. good no one know it , 
bad someone will find a security bug)


iam flash/openlaszlo/AJAX developer... so more working on the web-based 
client side (in my less freetime) and can say that fo my programming 
languages the XML structure of XMPP is wounderfull to handle


Ok i must say iam an xPath fan.. so i love XML 4 its nativity
but (and that belongs my programming languages) i wouldent have an 
option to implement videoconferencing/inetphone for my needs without 
client sided application installing and that with any kind of 
protocoll... or i must use the flash communication server
if u are using C++ Delphi Kylix Java  u could also implement those 
features.


however..
US-Gpverment is using and trusting Jabber also as many other Big 
Companys do...

XMPP is easy to use and has a good mailinglist(JDEV)
for flash(macromedia) there are many other socket server i would ever 
choose Jabber but if videoconferencing is needed i must wheter use the 
FCS (very expensive) or switch my programming lang.


btw i love to develop but as far i see no reason about:
securitylags
easyier way of usage and handling to the customer and my workflow
or rebuild commercial software as open source
... i see no need for REcreating the wheel.



Franjo Stipanovic schrieb:


Hello,

I wish to implement IM feature in my application.

It would have following features:
- private messages
- chat rooms (also the ability for user to create chat room)

Please, tell me, what do you guys ( girls?) think it's the best do to 
and I'm I wrong?


- better not to re-invent things and use existing open-source protocol
- use jabber protocol and (jabber) server application as a server
- look at (jabber) client application and implement mentioned features 
in my application


Doesn't sound like much work, does it?

Thank you!

With respect,
Franjo Stipanovic





Re: [jdev] IM Implementation in application

2006-03-28 Thread Franjo Stipanovic
Thank you Sascha for your reply.Let me describe my wish in more details :- client would be running on Windows platform- server on Linux (as I would use existing jabber server)I wouldn't use POST-GET using PHP since I'm building this for larger amount of users.
Also, I'm not coding a client in PHP, I'm doing it in C++ Builder.I've chosen C++ Builder because of VCL, quicker development using existing components.There won't be any permissions security, like normal users and moderators, just users.
Users which can communicate with each other using private messages, chatting in public rooms or creating their own rooms with limit (number of users).Since I've mentioned C++ Builder, are there any jabber libraries which can help me implement it's protocol?
Or should I use simpler IM protocol for this task?Thank youOn 3/28/06, Sascha [EMAIL PROTECTED]
 wrote:well one point open source and jabber is the point that its open for all
like the name says++ many minds work togehter to make this product as well ass possible-- a few niinds that sees a bug that them can use (maybe by an exploit)b4 someone fixes it++ but again many minds working on it to do fix it
compare the windows(not open source) buglist and securityfiixes withthose from linux(open source)ok u could also compare the anount of users that uses windows and theamount of linux users...anyway the coice of the weapon is ur´s, choose those that can deliver
what u need, in ur case jabber would be more than enough.u could also choose from a wide range of other open source socketservers even a push pull (POST-GET) with php would be possiblewhich than has the PLUS that u dont need expensive webspace and it
mustend be slower than a socket connection but a MINUS for support andbugfixing by others!but ask urself some questions..what do u have..so what possible options has the programming language u are working in
(u dident tell which it is)what do u need...u said a messenger... well ich have msn installed- i can webconference- i can do internetphone -i can xchange files..u said a chat wiht custom rooms... well beneath the options from what i
said about a messenger... here the most important Q is -what do u thinkabout the usermanagment who wil have which rights to do what where andwhen und which conditions.. (implemented serverside if u do so with an
simple but effective php u have to programm that all alone or ectractthat from somewhere else.what can be good or bad.. good no one know it ,bad someone will find a security bug)iam flash/openlaszlo/AJAX developer... so more working on the web-based
client side (in my less freetime) and can say that fo my programminglanguages the XML structure of XMPP is wounderfull to handleOk i must say iam an xPath fan.. so i love XML 4 its nativitybut (and that belongs my programming languages) i wouldent have an
option to implement videoconferencing/inetphone for my needs withoutclient sided application installing and that with any kind ofprotocoll... or i must use the flash communication serverif u are using C++ Delphi Kylix Java  u could also implement those
features.however..US-Gpverment is using and trusting Jabber also as many other BigCompanys do...XMPP is easy to use and has a good mailinglist(JDEV)for flash(macromedia) there are many other socket server i would ever
choose Jabber but if videoconferencing is needed i must wheter use theFCS (very expensive) or switch my programming lang.btw i love to develop but as far i see no reason about:securitylagseasyier way of usage and handling to the customer and my workflow
or rebuild commercial software as open source... i see no need for REcreating the wheel.Franjo Stipanovic schrieb: Hello, I wish to implement IM feature in my application.
 It would have following features: - private messages - chat rooms (also the ability for user to create chat room) Please, tell me, what do you guys ( girls?) think it's the best do to
 and I'm I wrong? - better not to re-invent things and use existing open-source protocol - use jabber protocol and (jabber) server application as a server - look at (jabber) client application and implement mentioned features
 in my application Doesn't sound like much work, does it? Thank you! With respect, Franjo Stipanovic


[jdev] IM history

2005-01-02 Thread Jens Mikkelsen
Hi list,

This might not be the right newsgroup, but I will try anyway.

Does anyone have some goog links to sites describing the history of IM? 
Further is Jabber the only open IM protocol or is ICQ or any other open
as well?

Thanks

-- 
Jens Mikkelsen [EMAIL PROTECTED]


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] IM history

2005-01-02 Thread Mircea Bardac (IceRAM)
On Sunday - 02 January 2005 21:27, Jens Mikkelsen wrote:
 Does anyone have some goog links to sites describing the history of IM?
 Further is Jabber the only open IM protocol or is ICQ or any other open
 as well?

http://en.wikipedia.org/wiki/Instant_messenger
http://en.wikipedia.org/wiki/Comparison_of_instant_messengers


Mircea
/IceRAM

-- 
Dream as if you'll live forever. Live as if you'll die today.


pgp6mKOMd5Wnv.pgp
Description: PGP signature
___
jdev mailing list
jdev@jabber.org
http://mail.jabber.org/mailman/listinfo/jdev


[JDEV] IM News article

2002-07-24 Thread Michael Brown



http://dial.optusnet.com.au/news/story/zdnet/20020724/19/tech/0,224993,20266861,00.inp

Don't know if people have seen this article. 
Apparently, server-to-server IM is impossibly hard, which is, of course, why no 
one is doing it yet...

Michael.



Re: [JDEV] IM News article

2002-07-24 Thread Tijl Houtbeckers

Michael Brown [EMAIL PROTECTED] wrote:

http://dial.optusnet.com.au/news/story/zdnet/20020724/19/tech/0,224993,20266861,00.inp

Don't know if people have seen this article.  Apparently, server-to-server IM is 
impossibly 
hard, which is, of course, why no one is doing it yet...

Michael.

I especially love the bit where it says: AOL spotlighted its agreement with Apple 
Computer as a prime example where AOL is essentially powering Apple's iChat IM 
service. All communications among iChat users and with AOL users are facilitated on 
AOL's servers.
From what I've heard iChat in fact doesn't use the AOL servers at all when 
communicating from one iChat user to another. Guess wich protocol it in fact really 
uses for that ;)

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



Re: [JDEV] IM News article

2002-07-24 Thread Michael Brown


 From what I've heard iChat in fact doesn't use the AOL servers at all when
 communicating from one iChat user to another. Guess wich protocol it in
fact really
 uses for that ;)

Umm. !?!?

Michael

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



Re[2]: [JDEV] IM News article

2002-07-24 Thread Tijl Houtbeckers

 From what I've heard iChat in fact doesn't use the AOL servers at all when
 communicating from one iChat user to another. Guess wich protocol it in
fact really
 uses for that ;)
Umm. !?!?

During jabberconf Europe Jeremie Miller said it uses the Jabber protocol for this..  
it's 
still a bit of mystery and as I understand jabber.com etc. have had nothing to do with 
this. But not in such a way that you can just set your server to jabber.org or 
something. Seems to be hard to find any info on this on the net.. maybe I'm an idiot 
and remembered wrong what was said there, but I hope not :)

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



Re: Re: [JDEV] IM

2002-04-02 Thread r-a-v-i

Lolly,
  One more thing is that, u had tried to open that file using a browser.
U have to open jabber.xml in edit mode !

Tx n Rgds

r-a-v-i
- Original Message -
From: r-a-v-i [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 12:07 PM
Subject: Re: Re: [JDEV] IM


 Itz very simple ! U need not know XML also. Just follow the README that
 comes with JABBER tar. As far as I remember, you have to change ur host
 name. In the jabber.xml.

 Tx n Rgds

 r-a-v-i
 - Original Message -
 From: lolly [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, April 02, 2002 11:23 AM
 Subject: Re: Re: [JDEV] IM


  ok  tell me what changes are to be made to the jabber.xml file
  ...cant follow the 'howto' neither do i understand the xml
 
  On Tue, 02 Apr 2002 r-a-v-i wrote :
  Lolly,
   I think it would be better, if you start from the
  beginning again
  ...I mean, unzipping the tar file..!! Also, before going to
  change the
  jabber.xml file,take a back up of it and then go ahead.
  I think you will get  it run !!
  
  Tx n Rgds
  
  r-a-v-i
  - Original Message -
   From: raditha dissanayake [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, April 01, 2002 6:16 PM
  Subject: Re: [JDEV] IM
  
  
well you need to make several changes to the jabber.xml
can i suggest that you read through all the relevent
  documentation
before proceeding.
   
   
lolly wrote:
   
 when i try to test my jabber server it gives me this error
 'Unable to access home folder /home/temas/src/jabber-1.4.2:
  No such file
 or directory'

 cant locate this path
 i have installed jabber-1.4.2.tar.gz at
   d:/program files /jabberd directory
 and jabberd.exe at
   d:/program files /jabberd/jabberd

 i havent made any changes to jabber.xml file

 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev
   
   
   
--
Raditha Dissanayake
[EMAIL PROTECTED]
http://www.mediasolv.com/?rd
   
   
   
   
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
  
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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

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



Re: Re: [JDEV] IM

2002-04-02 Thread r-a-v-i

Hey Lolly  Vandana,

Lolly : I had looked into your file, it is okey !! Follow the below steps :

The core Jabber server should now be  installed  on  your system. The next
step is to configure the server so that you can run it. The configuration
happens in a file named jabber.xml.

i. Open jabber.xml in your favorite text editor and do the following:
ii. In the line reading
hostjabberd:cmdline
flag=hlocalhost/jabberd:cmdline/host

Change 'localhost' to the name of your host machine(IP ADDRESS).
  Comment out the line that reads
  updatejabberd:cmdline flag=hlocalhost/jabberd:cmdline/update
   Now , to fire up the Jabber server:
Type ./jabberd/jabberd -h yourhostname  To run the server in debug mode,
type ./jabberd/jabberd -D -h yourhostname   To monitor server activity,
type tail -f error.log
The Jabber server should now be running on your machine. You can now connect
to
 the server using your favorite Enzyme

Good Luck !!

Tx n Rgds

r-a-v-i
- Original Message -
From: r-a-v-i [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 1:41 PM
Subject: Re: Re: [JDEV] IM


 Lolly,
   One more thing is that, u had tried to open that file using a
browser.
 U have to open jabber.xml in edit mode !

 Tx n Rgds

 r-a-v-i
 - Original Message -
 From: r-a-v-i [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, April 02, 2002 12:07 PM
 Subject: Re: Re: [JDEV] IM


  Itz very simple ! U need not know XML also. Just follow the README that
  comes with JABBER tar. As far as I remember, you have to change ur host
  name. In the jabber.xml.
 
  Tx n Rgds
 
  r-a-v-i
  - Original Message -
  From: lolly [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, April 02, 2002 11:23 AM
  Subject: Re: Re: [JDEV] IM
 
 
   ok  tell me what changes are to be made to the jabber.xml file
   ...cant follow the 'howto' neither do i understand the xml
  
   On Tue, 02 Apr 2002 r-a-v-i wrote :
   Lolly,
I think it would be better, if you start from the
   beginning again
   ...I mean, unzipping the tar file..!! Also, before going to
   change the
   jabber.xml file,take a back up of it and then go ahead.
   I think you will get  it run !!
   
   Tx n Rgds
   
   r-a-v-i
   - Original Message -
From: raditha dissanayake [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, April 01, 2002 6:16 PM
   Subject: Re: [JDEV] IM
   
   
 well you need to make several changes to the jabber.xml
 can i suggest that you read through all the relevent
   documentation
 before proceeding.


 lolly wrote:

  when i try to test my jabber server it gives me this error
  'Unable to access home folder /home/temas/src/jabber-1.4.2:
   No such file
  or directory'
 
  cant locate this path
  i have installed jabber-1.4.2.tar.gz at
d:/program files /jabberd directory
  and jabberd.exe at
d:/program files /jabberd/jabberd
 
  i havent made any changes to jabber.xml file
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev



 --
 Raditha Dissanayake
 [EMAIL PROTECTED]
 http://www.mediasolv.com/?rd




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

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

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



Re: Re: [JDEV] IM

2002-04-02 Thread lolly

when i gave ./configure command it gave me this

Running Jabber Configure


Getting pth settings...pth-config: not found
pth-config: not found
pth-config: not found
pth-config: not found
Configuring GNU Pth (Portable Threads), Version 1.4.0 
(24-Mar-2001)
Copyright (c) 1999-2001 Ralf S. Engelschall 
[EMAIL PROTECTED]
loading cache ./config.cache
Platform: i686-pc-cygwin

Build Tools:
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Error Configuring pthSetting Build Parameters... Done.
Generating Settings Script...   Done.

You may now type 'make' to build your new Jabber system.

after this i gave make command and foll is displayed
BASH: make: command not found


On Mon, 01 Apr 2002 Satish Reddy wrote :
did u r
./configure  has been sucessful with out any errors
if u r done with it
just type make ..  that's it
if u dont get any errors ur serer compilation is sucesful .
Best Regds
Satish Reddy

lolly wrote:


i've installed cygwinand could continue the setup process 
upto the command ./configure
now how am i supposed to 'make' it.
i've also installed make-3.79.tar.gz from gnu site
what next???




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

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



Re: Re: [JDEV] IM

2002-04-02 Thread Satish Reddy

Hey

 after this i gave make command and foll is displayed
 BASH: make: command not found

 check weather make is in class path or not ?
 and ocne again i am asking u go the directory u've  
 installed thru cygwin command prompt and not thru 
 dos command prompt. 
 once ur done edit ur jabber.xml file and replace 
 localhost with ur domainname not with IP address 
 it dosent work ...
 After that when u r running Jabber sever and it cant 
 locate the direcroty of jabber then create a soft 
 link to Jabber directory from where u are trying to 
 start the jabber server( dosent happen if u 
 run ./jabberd XXX from installed dorectory) 
 soft link command :- ln -s destination source 
 Best Regds
 Satish Reddy
 
 
--- lolly [EMAIL PROTECTED] wrote:
 when i gave ./configure command it gave me this
 
 Running Jabber Configure
 
 
 Getting pth settings...pth-config: not found
 pth-config: not found
 pth-config: not found
 pth-config: not found
 Configuring GNU Pth (Portable Threads), Version
 1.4.0 
 (24-Mar-2001)
 Copyright (c) 1999-2001 Ralf S. Engelschall 
 [EMAIL PROTECTED]
 loading cache ./config.cache
 Platform: i686-pc-cygwin
 
 Build Tools:
 checking for gcc... no
 checking for cc... no
 configure: error: no acceptable cc found in $PATH
 Error Configuring pthSetting Build Parameters...
 Done.
 Generating Settings Script...   Done.
 
 You may now type 'make' to build your new Jabber
 system.
 
 after this i gave make command and foll is displayed
 BASH: make: command not found
 
 
 On Mon, 01 Apr 2002 Satish Reddy wrote :
 did u r
 ./configure  has been sucessful with out any errors
 if u r done with it
 just type make ..  that's it
 if u dont get any errors ur serer compilation is
 sucesful .
 Best Regds
 Satish Reddy
 
 

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://http://taxes.yahoo.com/
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



Re: Re: Re: [JDEV] IM

2002-04-02 Thread lolly


i dont have any domain name for my pc. my machine name is 
shikhais this the domain name..
in network settings i had dns disabbled
i've enabled it and given the name as shikha.com and specified the 
host as my machine's IP address.

i have the jabber1.4.2 installed in jabberd folder
so the path that i am into while running ./configure or make is:
d:/progra~1/jabberd/jabber-1.4.2

there are also many jabber.xml files nearly 2-3 in various 
foldershave made changes to all of them by replacing localhost 
with shikha.com and commented the update line... this was told to 
me by ravi

satish i didnt follow what u meant to say :
check weather make is in class path or not ?
create a soft
   link to Jabber directory from where u are trying to
   start the jabber server( dosent happen if u
   run ./jabberd XXX from installed dorectory)
   soft link command :- ln -s destination source 

one more thing: i am  running frm cygwin and not dos prompt.

Tx

On Tue, 02 Apr 2002 Satish Reddy wrote :
Hey

  after this i gave make command and foll is displayed
  BASH: make: command not found

  check weather make is in class path or not ?
  and ocne again i am asking u go the directory u've
  installed thru cygwin command prompt and not thru
  dos command prompt.
  once ur done edit ur jabber.xml file and replace
  localhost with ur domainname not with IP address
  it dosent work ...
  After that when u r running Jabber sever and it cant
  locate the direcroty of jabber then create a soft
  link to Jabber directory from where u are trying to
  start the jabber server( dosent happen if u
  run ./jabberd XXX from installed dorectory)
  soft link command :- ln -s destination source 
  Best Regds
  Satish Reddy


--- lolly [EMAIL PROTECTED] wrote:
  when i gave ./configure command it gave me this
 
  Running Jabber Configure
  
 
  Getting pth settings...pth-config: not found
  pth-config: not found
  pth-config: not found
  pth-config: not found
  Configuring GNU Pth (Portable Threads), Version
  1.4.0
  (24-Mar-2001)
  Copyright (c) 1999-2001 Ralf S. Engelschall
  [EMAIL PROTECTED]
  loading cache ./config.cache
  Platform: i686-pc-cygwin
 
  Build Tools:
  checking for gcc... no
  checking for cc... no
  configure: error: no acceptable cc found in $PATH
  Error Configuring pthSetting Build Parameters...
  Done.
  Generating Settings Script...   Done.
 
  You may now type 'make' to build your new Jabber
  system.
 
  after this i gave make command and foll is displayed
  BASH: make: command not found
 
 
  On Mon, 01 Apr 2002 Satish Reddy wrote :
  did u r
  ./configure  has been sucessful with out any errors
  if u r done with it
  just type make ..  that's it
  if u dont get any errors ur serer compilation is
  sucesful .
  Best Regds
  Satish Reddy
  
  

__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://http://taxes.yahoo.com/
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

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



Re: Re: Re: [JDEV] IM

2002-04-02 Thread r-a-v-i

1. Which OS u r using ??
2. How could u know ur IP address ?? r u using ipconfig ???
3. In which directory you have installed the Jabber Server ??

Suppose you have installed Jabber in  : /home/jabber/jabber-1.4.1

Then you should go to that directory and then issue the command :

./jabberd/jabberd -h hostname 

./jabberd/jabberd -h 197.197.197.67 

Then if you give ps -f , you should be able to see Jabber Server running as
a background service.

Try giving this :



Tx n Rgds

r-a-v-i
- Original Message -
From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 3:16 PM
Subject: Re: Re: Re: [JDEV] IM


 i've changed the localhost to my IP address of the form
 xyz.ytr.ert.we
 and the update. line was already commented
 when i type the command
 ./jabberd/jabberd -h xyz.ytr.ert.we it gives the error
 Unable to access home folder 169.254.130.12: No such file or
 directory
 Configuration parsing using jabber.xml failed: unable to open
 file

 next i tried
 ./jabberd/jabberd -h d:/progra~1/jabberd/jabberd
 then it gives me the foll
 Configuration parsing using jabber.xml failed: unclosed token at
 line 19 and column 2

 what to do?


 On Tue, 02 Apr 2002 r-a-v-i wrote :
 Hey Lolly  Vandana,
 
 Lolly : I had looked into your file, it is okey !! Follow the
 below steps :
 
 The core Jabber server should now be  installed  on  your system.
 The next
 step is to configure the server so that you can run it. The
 configuration
 happens in a file named jabber.xml.
 
 i. Open jabber.xml in your favorite text editor and do the
 following:
 ii. In the line reading
  hostjabberd:cmdline
 flag=hlocalhost/jabberd:cmdline/host
 
 Change 'localhost' to the name of your host machine(IP
 ADDRESS).
Comment out the line that reads
updatejabberd:cmdline
 flag=hlocalhost/jabberd:cmdline/update
 Now , to fire up the Jabber server:
 Type ./jabberd/jabberd -h yourhostname  To run the server in
 debug mode,
 type ./jabberd/jabberd -D -h yourhostname   To monitor server
 activity,
 type tail -f error.log
 The Jabber server should now be running on your machine. You can
 now connect
 to
   the server using your favorite Enzyme
 
 Good Luck !!
 
 Tx n Rgds
 
 r-a-v-i
 - Original Message -
  From: r-a-v-i [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, April 02, 2002 1:41 PM
 Subject: Re: Re: [JDEV] IM
 
 
   Lolly,
 One more thing is that, u had tried to open that file
 using a
 browser.
   U have to open jabber.xml in edit mode !
  
   Tx n Rgds
  
   r-a-v-i
   - Original Message -
   From: r-a-v-i [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Tuesday, April 02, 2002 12:07 PM
   Subject: Re: Re: [JDEV] IM
  
  
Itz very simple ! U need not know XML also. Just follow the
 README that
comes with JABBER tar. As far as I remember, you have to
 change ur host
name. In the jabber.xml.
   
Tx n Rgds
   
r-a-v-i
- Original Message -
From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 11:23 AM
Subject: Re: Re: [JDEV] IM
   
   
 ok  tell me what changes are to be made to the jabber.xml
 file
 ...cant follow the 'howto' neither do i understand the
 xml

 On Tue, 02 Apr 2002 r-a-v-i wrote :
 Lolly,
  I think it would be better, if you start from
 the
 beginning again
 ...I mean, unzipping the tar file..!! Also, before going
 to
 change the
 jabber.xml file,take a back up of it and then go ahead.
 I think you will get  it run !!
 
 Tx n Rgds
 
 r-a-v-i
 - Original Message -
  From: raditha dissanayake
 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 01, 2002 6:16 PM
 Subject: Re: [JDEV] IM
 
 
   well you need to make several changes to the
 jabber.xml
   can i suggest that you read through all the relevent
 documentation
   before proceeding.
  
  
   lolly wrote:
  
when i try to test my jabber server it gives me this
 error
'Unable to access home folder
 /home/temas/src/jabber-1.4.2:
 No such file
or directory'
   
cant locate this path
i have installed jabber-1.4.2.tar.gz at
  d:/program files /jabberd directory
and jabberd.exe at
  d:/program files /jabberd/jabberd
   
i havent made any changes to jabber.xml file
   
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
  
  
  
   --
   Raditha Dissanayake
   [EMAIL PROTECTED]
   http://www.mediasolv.com/?rd
  
  
  
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev

Re: Re: Re: Re: [JDEV] IM

2002-04-02 Thread lolly


win-ME..throught the control panel--network settings-tcp-ip 
properties ipAddress tab page
the jabber-1.4.2.tar.gz is installed in d:/progra~1/jabberd
and jabberD-1.4.2.exe in d:/progra~1/jabberd/jabberd



On Tue, 02 Apr 2002 r-a-v-i wrote :
1. Which OS u r using ??
2. How could u know ur IP address ?? r u using ipconfig ???
3. In which directory you have installed the Jabber Server ??

Suppose you have installed Jabber in  : 
/home/jabber/jabber-1.4.1

Then you should go to that directory and then issue the command 
:

./jabberd/jabberd -h hostname 

./jabberd/jabberd -h 197.197.197.67 

Then if you give ps -f , you should be able to see Jabber Server 
running as
a background service.

Try giving this :



Tx n Rgds

r-a-v-i
- Original Message -
 From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 3:16 PM
Subject: Re: Re: Re: [JDEV] IM


  i've changed the localhost to my IP address of the form
  xyz.ytr.ert.we
  and the update. line was already commented
  when i type the command
  ./jabberd/jabberd -h xyz.ytr.ert.we it gives the error
  Unable to access home folder 169.254.130.12: No such file or
  directory
  Configuration parsing using jabber.xml failed: unable to 
open
  file
 
  next i tried
  ./jabberd/jabberd -h d:/progra~1/jabberd/jabberd
  then it gives me the foll
  Configuration parsing using jabber.xml failed: unclosed token 
at
  line 19 and column 2
 
  what to do?
 
 
  On Tue, 02 Apr 2002 r-a-v-i wrote :
  Hey Lolly  Vandana,
  
  Lolly : I had looked into your file, it is okey !! Follow 
the
  below steps :
  
  The core Jabber server should now be  installed  on  your 
system.
  The next
  step is to configure the server so that you can run it. The
  configuration
  happens in a file named jabber.xml.
  
  i. Open jabber.xml in your favorite text editor and do the
  following:
  ii. In the line reading
   hostjabberd:cmdline
  flag=hlocalhost/jabberd:cmdline/host
  
  Change 'localhost' to the name of your host machine(IP
  ADDRESS).
 Comment out the line that reads
 updatejabberd:cmdline
  flag=hlocalhost/jabberd:cmdline/update
  Now , to fire up the Jabber server:
  Type ./jabberd/jabberd -h yourhostname  To run the server 
in
  debug mode,
  type ./jabberd/jabberd -D -h yourhostname   To monitor 
server
  activity,
  type tail -f error.log
  The Jabber server should now be running on your machine. You 
can
  now connect
  to
the server using your favorite Enzyme
  
  Good Luck !!
  
  Tx n Rgds
  
  r-a-v-i
  - Original Message -
   From: r-a-v-i [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, April 02, 2002 1:41 PM
  Subject: Re: Re: [JDEV] IM
  
  
Lolly,
  One more thing is that, u had tried to open that 
file
  using a
  browser.
U have to open jabber.xml in edit mode !
   
Tx n Rgds
   
r-a-v-i
- Original Message -
From: r-a-v-i [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 12:07 PM
Subject: Re: Re: [JDEV] IM
   
   
 Itz very simple ! U need not know XML also. Just follow 
the
  README that
 comes with JABBER tar. As far as I remember, you have 
to
  change ur host
 name. In the jabber.xml.

 Tx n Rgds

 r-a-v-i
 - Original Message -
 From: lolly [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, April 02, 2002 11:23 AM
 Subject: Re: Re: [JDEV] IM


  ok  tell me what changes are to be made to the 
jabber.xml
  file
  ...cant follow the 'howto' neither do i understand 
the
  xml
 
  On Tue, 02 Apr 2002 r-a-v-i wrote :
  Lolly,
   I think it would be better, if you start 
 from
  the
  beginning again
  ...I mean, unzipping the tar file..!! Also, before 
going
  to
  change the
  jabber.xml file,take a back up of it and then go 
ahead.
  I think you will get  it run !!
  
  Tx n Rgds
  
  r-a-v-i
  - Original Message -
   From: raditha dissanayake
  [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, April 01, 2002 6:16 PM
  Subject: Re: [JDEV] IM
  
  
well you need to make several changes to the
  jabber.xml
can i suggest that you read through all the 
relevent
  documentation
before proceeding.
   
   
lolly wrote:
   
 when i try to test my jabber server it gives me 
this
  error
 'Unable to access home folder
  /home/temas/src/jabber-1.4.2:
  No such file
 or directory'

 cant locate this path
 i have installed jabber-1.4.2.tar.gz at
   d:/program files /jabberd directory
 and jabberd.exe at
   d:/program files /jabberd/jabberd

 i havent made any changes to jabber.xml file

 
___
 jdev mailing list
 [EMAIL

Re: Re: Re: [JDEV] IM

2002-04-02 Thread r-a-v-i

r u using WINDOWS / LINUX ???

Tx n Rgds

r-a-v-i
- Original Message - 
From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 4:28 PM
Subject: Re: Re: Re: [JDEV] IM


 
 i dont have any domain name for my pc. my machine name is 
 shikhais this the domain name..
 in network settings i had dns disabbled
 i've enabled it and given the name as shikha.com and specified the 
 host as my machine's IP address.
 
 i have the jabber1.4.2 installed in jabberd folder
 so the path that i am into while running ./configure or make is:
 d:/progra~1/jabberd/jabber-1.4.2
 
 there are also many jabber.xml files nearly 2-3 in various 
 foldershave made changes to all of them by replacing localhost 
 with shikha.com and commented the update line... this was told to 
 me by ravi
 
 satish i didnt follow what u meant to say :
 check weather make is in class path or not ?
 create a soft
link to Jabber directory from where u are trying to
start the jabber server( dosent happen if u
run ./jabberd XXX from installed dorectory)
soft link command :- ln -s destination source 
 
 one more thing: i am  running frm cygwin and not dos prompt.
 
 Tx
 
 On Tue, 02 Apr 2002 Satish Reddy wrote :
 Hey
 
   after this i gave make command and foll is displayed
   BASH: make: command not found
 
   check weather make is in class path or not ?
   and ocne again i am asking u go the directory u've
   installed thru cygwin command prompt and not thru
   dos command prompt.
   once ur done edit ur jabber.xml file and replace
   localhost with ur domainname not with IP address
   it dosent work ...
   After that when u r running Jabber sever and it cant
   locate the direcroty of jabber then create a soft
   link to Jabber directory from where u are trying to
   start the jabber server( dosent happen if u
   run ./jabberd XXX from installed dorectory)
   soft link command :- ln -s destination source 
   Best Regds
   Satish Reddy
 
 
 --- lolly [EMAIL PROTECTED] wrote:
   when i gave ./configure command it gave me this
  
   Running Jabber Configure
   
  
   Getting pth settings...pth-config: not found
   pth-config: not found
   pth-config: not found
   pth-config: not found
   Configuring GNU Pth (Portable Threads), Version
   1.4.0
   (24-Mar-2001)
   Copyright (c) 1999-2001 Ralf S. Engelschall
   [EMAIL PROTECTED]
   loading cache ./config.cache
   Platform: i686-pc-cygwin
  
   Build Tools:
   checking for gcc... no
   checking for cc... no
   configure: error: no acceptable cc found in $PATH
   Error Configuring pthSetting Build Parameters...
   Done.
   Generating Settings Script...   Done.
  
   You may now type 'make' to build your new Jabber
   system.
  
   after this i gave make command and foll is displayed
   BASH: make: command not found
  
  
   On Mon, 01 Apr 2002 Satish Reddy wrote :
   did u r
   ./configure  has been sucessful with out any errors
   if u r done with it
   just type make ..  that's it
   if u dont get any errors ur serer compilation is
   sucesful .
   Best Regds
   Satish Reddy
   
   
 
 __
 Do You Yahoo!?
 Yahoo! Tax Center - online filing with TurboTax
 http://http://taxes.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 mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] IM

2002-04-02 Thread lolly

WINDOWS-MILLENIUM EDITION(ME)
i have installed cygwin too!

On Tue, 02 Apr 2002 r-a-v-i wrote :
r u using WINDOWS / LINUX ???

Tx n Rgds

r-a-v-i
- Original Message -
 From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 4:28 PM
Subject: Re: Re: Re: [JDEV] IM


 
  i dont have any domain name for my pc. my machine name is
  shikhais this the domain name..
  in network settings i had dns disabbled
  i've enabled it and given the name as shikha.com and specified 
the
  host as my machine's IP address.
 
  i have the jabber1.4.2 installed in jabberd folder
  so the path that i am into while running ./configure or make 
is:
  d:/progra~1/jabberd/jabber-1.4.2
 
  there are also many jabber.xml files nearly 2-3 in various
  foldershave made changes to all of them by replacing 
localhost
  with shikha.com and commented the update line... this was told 
to
  me by ravi
 
  satish i didnt follow what u meant to say :
  check weather make is in class path or not ?
  create a soft
 link to Jabber directory from where u are trying to
 start the jabber server( dosent happen if u
 run ./jabberd XXX from installed dorectory)
 soft link command :- ln -s destination source 
 
  one more thing: i am  running frm cygwin and not dos prompt.
 
  Tx
 
  On Tue, 02 Apr 2002 Satish Reddy wrote :
  Hey
  
after this i gave make command and foll is displayed
BASH: make: command not found
  
check weather make is in class path or not ?
and ocne again i am asking u go the directory u've
installed thru cygwin command prompt and not thru
dos command prompt.
once ur done edit ur jabber.xml file and replace
localhost with ur domainname not with IP address
it dosent work ...
After that when u r running Jabber sever and it cant
locate the direcroty of jabber then create a soft
link to Jabber directory from where u are trying to
start the jabber server( dosent happen if u
run ./jabberd XXX from installed dorectory)
soft link command :- ln -s destination source 
Best Regds
Satish Reddy
  
  
  --- lolly [EMAIL PROTECTED] wrote:
when i gave ./configure command it gave me this
   
Running Jabber Configure

   
Getting pth settings...pth-config: not found
pth-config: not found
pth-config: not found
pth-config: not found
Configuring GNU Pth (Portable Threads), Version
1.4.0
(24-Mar-2001)
Copyright (c) 1999-2001 Ralf S. Engelschall
[EMAIL PROTECTED]
loading cache ./config.cache
Platform: i686-pc-cygwin
   
Build Tools:
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Error Configuring pthSetting Build Parameters...
Done.
Generating Settings Script...   Done.
   
You may now type 'make' to build your new Jabber
system.
   
after this i gave make command and foll is displayed
BASH: make: command not found
   
   
On Mon, 01 Apr 2002 Satish Reddy wrote :
did u r
./configure  has been sucessful with out any errors
if u r done with it
just type make ..  that's it
if u dont get any errors ur serer compilation is
sucesful .
Best Regds
Satish Reddy


  
  __
  Do You Yahoo!?
  Yahoo! Tax Center - online filing with TurboTax
  http://http://taxes.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 mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

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



Re: Re: Re: [JDEV] IM

2002-04-02 Thread dman

On Tue, Apr 02, 2002 at 10:58:46AM -, lolly wrote:
| 
| i dont have any domain name for my pc. my machine name is 
| shikhais this the domain name..
| in network settings i had dns disabbled
| i've enabled it and given the name as shikha.com and specified the 
| host as my machine's IP address.

$ host shikha.com
shikha.com  A   209.67.50.203

Is that your IP address?  If not, then that's not your domain name.

-D

-- 

The teaching of the wise is a fountain of life,
turning a man from the snares of death.
Proverbs 13:14

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



Re: [JDEV] IM

2002-04-01 Thread r-a-v-i

Hi Satish,
   no response from u  ...
Tx n Rgds

r-a-v-i
- Original Message - 
From: Satish Reddy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 1:37 PM
Subject: Re: [JDEV] IM


 very simple
 http://jabberd.jabberstudio.org/howto.html .
  check  this ..
 Best Regds
  Satish Reddy
 
 lolly wrote:
 
  Hi,
i am developing an application ---messenger service for j2me 
  mobiles with interoperability with aol,msn,yahoo...
  could somebody plz guide how do i configure jabber to provide this 
  kind of functionality and what all needs to be handled at the client's 
  side.
  plz do reply!
Thanking You.
  yours truly,
  lalita.
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev
 
 
 
 
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev

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



Re: Re: [JDEV] IM

2002-04-01 Thread lolly


hey satish!
went throught the howto! but cant run the gzip,tar 
commands from the dos promp...and other alternative i've 
unzipped the zip file through windows...and cant run either the 
tar or the ./configure commands...

plz help
lalita

On Mon, 01 Apr 2002 r-a-v-i wrote :
Hi Satish,
no response from u  ...
Tx n Rgds

r-a-v-i
- Original Message -
 From: Satish Reddy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 1:37 PM
Subject: Re: [JDEV] IM


  very simple
  http://jabberd.jabberstudio.org/howto.html .
   check  this ..
  Best Regds
   Satish Reddy
 
  lolly wrote:
 
   Hi,
 i am developing an application ---messenger 
service for j2me
   mobiles with interoperability with aol,msn,yahoo...
   could somebody plz guide how do i configure jabber to 
provide this
   kind of functionality and what all needs to be handled at 
the client's
   side.
   plz do reply!
 Thanking You.
   yours truly,
   lalita.
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
  
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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

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



Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake

jabber server is primarily available for linux. If you want to install 
it under windows you have to use cygwin. There are also two versions of 
jabber server for windows out there but AFAIK these are commercial.


lolly wrote:

 
 hey satish!
went throught the howto! but cant run the gzip,tar commands 
 from the dos promp...and other alternative i've unzipped the zip 
 file through windows...and cant run either the tar or the ./configure 
 commands...
 
 plz help
 lalita
 
 On Mon, 01 Apr 2002 r-a-v-i wrote :
 
 Hi Satish,
no response from u  ...
 Tx n Rgds

 r-a-v-i
 - Original Message -
 From: Satish Reddy [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 01, 2002 1:37 PM
 Subject: Re: [JDEV] IM


  very simple
  http://jabberd.jabberstudio.org/howto.html .
   check  this ..
  Best Regds
   Satish Reddy
 
  lolly wrote:
 
   Hi,
 i am developing an application ---messenger service for 
 j2me
   mobiles with interoperability with aol,msn,yahoo...
   could somebody plz guide how do i configure jabber to provide this
   kind of functionality and what all needs to be handled at the 
 client's
   side.
   plz do reply!
 Thanking You.
   yours truly,
   lalita.
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
  
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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



-- 
Raditha Dissanayake
[EMAIL PROTECTED]
http://www.mediasolv.com/?rd




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



Re: [JDEV] IM

2002-04-01 Thread Satish Reddy

yeah installing cygwin will also do !! :)

raditha dissanayake wrote:

 jabber server is primarily available for linux. If you want to install 
 it under windows you have to use cygwin. There are also two versions 
 of jabber server for windows out there but AFAIK these are commercial.


 lolly wrote:


 hey satish!
went throught the howto! but cant run the gzip,tar 
 commands from the dos promp...and other alternative i've unzipped 
 the zip file through windows...and cant run either the tar or the 
 ./configure commands...

 plz help
 lalita

 On Mon, 01 Apr 2002 r-a-v-i wrote :

 Hi Satish,
no response from u  ...
 Tx n Rgds

 r-a-v-i
 - Original Message -
 From: Satish Reddy [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 01, 2002 1:37 PM
 Subject: Re: [JDEV] IM


  very simple
  http://jabberd.jabberstudio.org/howto.html .
   check  this ..
  Best Regds
   Satish Reddy
 
  lolly wrote:
 
   Hi,
 i am developing an application ---messenger service 
 for j2me
   mobiles with interoperability with aol,msn,yahoo...
   could somebody plz guide how do i configure jabber to provide this
   kind of functionality and what all needs to be handled at the 
 client's
   side.
   plz do reply!
 Thanking You.
   yours truly,
   lalita.
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
  
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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



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







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



Re: Re: [JDEV] IM

2002-04-01 Thread lolly


i've installed cygwinand could continue the setup process upto 
the command ./configure
now how am i supposed to 'make' it.
i've also installed make-3.79.tar.gz from gnu site
what next???


On Mon, 01 Apr 2002 Satish Reddy wrote :
yeah installing cygwin will also do !! :)

raditha dissanayake wrote:

jabber server is primarily available for linux. If you want to 
install it under windows you have to use cygwin. There are also 
two versions of jabber server for windows out there but AFAIK 
these are commercial.


lolly wrote:


hey satish!
went throught the howto! but cant run the gzip,tar 
commands from the dos promp...and other alternative i've 
unzipped the zip file through windows...and cant run either the 
tar or the ./configure commands...

plz help
lalita

On Mon, 01 Apr 2002 r-a-v-i wrote :

Hi Satish,
no response from u  ...
Tx n Rgds

r-a-v-i
- Original Message -
 From: Satish Reddy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 1:37 PM
Subject: Re: [JDEV] IM


  very simple
  http://jabberd.jabberstudio.org/howto.html .
   check  this ..
  Best Regds
   Satish Reddy
 
  lolly wrote:
 
   Hi,
 i am developing an application ---messenger 
service for j2me
   mobiles with interoperability with aol,msn,yahoo...
   could somebody plz guide how do i configure jabber to 
provide this
   kind of functionality and what all needs to be handled at 
the client's
   side.
   plz do reply!
 Thanking You.
   yours truly,
   lalita.
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
  
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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



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







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

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



Re: [JDEV] IM

2002-04-01 Thread Satish Reddy

did u r
./configure  has been sucessful with out any errors
 if u r done with it
 just type make ..  that's it
 if u dont get any errors ur serer compilation is sucesful .
 Best Regds
 Satish Reddy
 
lolly wrote:


 i've installed cygwinand could continue the setup process upto the 
 command ./configure
 now how am i supposed to 'make' it.
 i've also installed make-3.79.tar.gz from gnu site
 what next???




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



[JDEV] IM

2002-04-01 Thread lolly

when i try to test my jabber server it gives me this error
'Unable to access home folder /home/temas/src/jabber-1.4.2: No 
such file or directory'

cant locate this path
i have installed jabber-1.4.2.tar.gz at
   d:/program files /jabberd directory
and jabberd.exe at
   d:/program files /jabberd/jabberd

i havent made any changes to jabber.xml file

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



Re: [JDEV] IM

2002-04-01 Thread raditha dissanayake

well you need to make several changes to the jabber.xml
can i suggest that you read through all the relevent documentation 
before proceeding.


lolly wrote:

 when i try to test my jabber server it gives me this error
 'Unable to access home folder /home/temas/src/jabber-1.4.2: No such file 
 or directory'
 
 cant locate this path
 i have installed jabber-1.4.2.tar.gz at
   d:/program files /jabberd directory
 and jabberd.exe at
   d:/program files /jabberd/jabberd
 
 i havent made any changes to jabber.xml file
 
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev



-- 
Raditha Dissanayake
[EMAIL PROTECTED]
http://www.mediasolv.com/?rd




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



Re: Re: [JDEV] IM

2002-04-01 Thread lolly

ok  tell me what changes are to be made to the jabber.xml file 
...cant follow the 'howto' neither do i understand the xml

On Tue, 02 Apr 2002 r-a-v-i wrote :
Lolly,
 I think it would be better, if you start from the 
beginning again
...I mean, unzipping the tar file..!! Also, before going to 
change the
jabber.xml file,take a back up of it and then go ahead.
I think you will get  it run !!

Tx n Rgds

r-a-v-i
- Original Message -
 From: raditha dissanayake [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 6:16 PM
Subject: Re: [JDEV] IM


  well you need to make several changes to the jabber.xml
  can i suggest that you read through all the relevent 
documentation
  before proceeding.
 
 
  lolly wrote:
 
   when i try to test my jabber server it gives me this error
   'Unable to access home folder /home/temas/src/jabber-1.4.2: 
No such file
   or directory'
  
   cant locate this path
   i have installed jabber-1.4.2.tar.gz at
 d:/program files /jabberd directory
   and jabberd.exe at
 d:/program files /jabberd/jabberd
  
   i havent made any changes to jabber.xml file
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
 
 
 
  --
  Raditha Dissanayake
  [EMAIL PROTECTED]
  http://www.mediasolv.com/?rd
 
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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

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



Re: Re: [JDEV] IM

2002-04-01 Thread lolly

www.cygwin.com

On Tue, 02 Apr 2002 r-a-v-i wrote :
Wot's this cygwin , where from can I get it ??

Tx n Rgds

r-a-v-i
- Original Message -
 From: Satish Reddy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 4:45 PM
Subject: Re: [JDEV] IM


  yeah installing cygwin will also do !! :)
 
  raditha dissanayake wrote:
 
   jabber server is primarily available for linux. If you want 
to install
   it under windows you have to use cygwin. There are also two 
versions
   of jabber server for windows out there but AFAIK these are 
commercial.
  
  
   lolly wrote:
  
  
   hey satish!
  went throught the howto! but cant run the 
gzip,tar
   commands from the dos promp...and other alternative 
i've unzipped
   the zip file through windows...and cant run either the tar 
or the
   ./configure commands...
  
   plz help
   lalita
  
   On Mon, 01 Apr 2002 r-a-v-i wrote :
  
   Hi Satish,
  no response from u  ...
   Tx n Rgds
  
   r-a-v-i
   - Original Message -
   From: Satish Reddy [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, April 01, 2002 1:37 PM
   Subject: Re: [JDEV] IM
  
  
very simple
http://jabberd.jabberstudio.org/howto.html .
 check  this ..
Best Regds
 Satish Reddy
   
lolly wrote:
   
 Hi,
   i am developing an application ---messenger 
service
   for j2me
 mobiles with interoperability with aol,msn,yahoo...
 could somebody plz guide how do i configure jabber to 
provide this
 kind of functionality and what all needs to be handled 
at the
   client's
 side.
 plz do reply!
   Thanking You.
 yours truly,
 lalita.

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

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

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

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



Re: Re: [JDEV] IM

2002-04-01 Thread lolly


i get this error when i open my xml file

  The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the 
error and then click the Refresh button, or try again later.

Reference to undeclared namespace prefix: 'jabberd'. Line 46, 
Position 37


 hostjabberd:cmdline 
flag=hlocalhost/jabberd:cmdline/host
^

plz help lolly

On Tue, 02 Apr 2002 r-a-v-i wrote :
Lolly,
 I think it would be better, if you start from the 
beginning again
...I mean, unzipping the tar file..!! Also, before going to 
change the
jabber.xml file,take a back up of it and then go ahead.
I think you will get  it run !!

Tx n Rgds

r-a-v-i
- Original Message -
 From: raditha dissanayake [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 01, 2002 6:16 PM
Subject: Re: [JDEV] IM


  well you need to make several changes to the jabber.xml
  can i suggest that you read through all the relevent 
documentation
  before proceeding.
 
 
  lolly wrote:
 
   when i try to test my jabber server it gives me this error
   'Unable to access home folder /home/temas/src/jabber-1.4.2: 
No such file
   or directory'
  
   cant locate this path
   i have installed jabber-1.4.2.tar.gz at
 d:/program files /jabberd directory
   and jabberd.exe at
 d:/program files /jabberd/jabberd
  
   i havent made any changes to jabber.xml file
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
 
 
 
  --
  Raditha Dissanayake
  [EMAIL PROTECTED]
  http://www.mediasolv.com/?rd
 
 
 
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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

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



Re: [JDEV] IM

2002-04-01 Thread Satish Reddy



replace
localhost with the hostname of ur machine 
for
ex:- u r running server on my.xyz.com replace it with the same . 
dosent
work even if u replace it with IP address of that machine.
CHeers

Satish
Reddy

lolly wrote:
[EMAIL PROTECTED]">
i get this error when i open my xml file 
  
The XML page cannot be displayed 
Cannot view XML input using XSL style sheet. Please correct the  error and
then click the Refresh button, or try again later. 
 
  
Reference to undeclared namespace prefix: 'jabberd'. Line 46,  Position 37 
  
  
  
 hostjabberd:cmdline  flag="h"localhost/jabberd:cmdline/host 
  
^ 
  
plz help lolly 
  
On Tue, 02 Apr 2002 r-a-v-i wrote : 
  Lolly, 
 I think it would be better, if you start from the  beginning again 

...I mean, unzipping the tar file..!! Also, before going to  change the 
jabber.xml file,take a back up of it and then go ahead. 
I think you will get it run !! 

Tx n Rgds 

r-a-v-i 
- Original Message - 
From: "raditha dissanayake" [EMAIL PROTECTED] 
To: [EMAIL PROTECTED] 
Sent: Monday, April 01, 2002 6:16 PM 
Subject: Re: [JDEV] IM 


 well you need to make several changes to the jabber.xml 
 can i suggest that you read through all the relevent  documentation 
 before proceeding. 
 
 
 lolly wrote: 
 
  when i try to test my jabber server it gives me this error 
  'Unable to access home folder /home/temas/src/jabber-1.4.2:  No
such file 
  or directory' 
  
  cant locate this path 
  i have installed jabber-1.4.2.tar.gz at 
  d:/program files /jabberd directory 
  and jabberd.exe at 
  d:/program files /jabberd/jabberd 
  
  i havent made any changes to jabber.xml file 
  
  ___ 
  jdev mailing list 
  [EMAIL PROTECTED] 
  http://mailman.jabber.org/listinfo/jdev 
 
 
 
 -- 
 Raditha Dissanayake 
 [EMAIL PROTECTED] 
 http://www.mediasolv.com/?rd 
 
 
 
 
 ___ 
 jdev mailing list 
 [EMAIL PROTECTED] 
 http://mailman.jabber.org/listinfo/jdev 

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


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








Re: Re: [JDEV] IM

2002-04-01 Thread r-a-v-i

Lolly,
 Seems the xml file is not properly validated. Try this :
  Try to open the xml file in IE. If it opens, then the XML file is
well-formed and validated.
  If not, send it to me,I ll check out and let u know .Also, you
should open the xml file in edit
 mode. In windows - use notepad, in Unix/Linux - use vi editor.


Tx n Rgds

r-a-v-i
- Original Message -
From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 11:35 AM
Subject: Re: Re: [JDEV] IM



 i get this error when i open my xml file

   The XML page cannot be displayed
 Cannot view XML input using XSL style sheet. Please correct the
 error and then click the Refresh button, or try again later.
 --
--
 Reference to undeclared namespace prefix: 'jabberd'. Line 46,
 Position 37


  hostjabberd:cmdline
 flag=hlocalhost/jabberd:cmdline/host
 ^

 plz help lolly

 On Tue, 02 Apr 2002 r-a-v-i wrote :
 Lolly,
  I think it would be better, if you start from the
 beginning again
 ...I mean, unzipping the tar file..!! Also, before going to
 change the
 jabber.xml file,take a back up of it and then go ahead.
 I think you will get  it run !!
 
 Tx n Rgds
 
 r-a-v-i
 - Original Message -
  From: raditha dissanayake [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 01, 2002 6:16 PM
 Subject: Re: [JDEV] IM
 
 
   well you need to make several changes to the jabber.xml
   can i suggest that you read through all the relevent
 documentation
   before proceeding.
  
  
   lolly wrote:
  
when i try to test my jabber server it gives me this error
'Unable to access home folder /home/temas/src/jabber-1.4.2:
 No such file
or directory'
   
cant locate this path
i have installed jabber-1.4.2.tar.gz at
  d:/program files /jabberd directory
and jabberd.exe at
  d:/program files /jabberd/jabberd
   
i havent made any changes to jabber.xml file
   
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
  
  
  
   --
   Raditha Dissanayake
   [EMAIL PROTECTED]
   http://www.mediasolv.com/?rd
  
  
  
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
 
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev

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

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



Re: Re: [JDEV] IM

2002-04-01 Thread r-a-v-i

Itz very simple ! U need not know XML also. Just follow the README that
comes with JABBER tar. As far as I remember, you have to change ur host
name. In the jabber.xml.

Tx n Rgds

r-a-v-i
- Original Message -
From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 11:23 AM
Subject: Re: Re: [JDEV] IM


 ok  tell me what changes are to be made to the jabber.xml file
 ...cant follow the 'howto' neither do i understand the xml

 On Tue, 02 Apr 2002 r-a-v-i wrote :
 Lolly,
  I think it would be better, if you start from the
 beginning again
 ...I mean, unzipping the tar file..!! Also, before going to
 change the
 jabber.xml file,take a back up of it and then go ahead.
 I think you will get  it run !!
 
 Tx n Rgds
 
 r-a-v-i
 - Original Message -
  From: raditha dissanayake [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 01, 2002 6:16 PM
 Subject: Re: [JDEV] IM
 
 
   well you need to make several changes to the jabber.xml
   can i suggest that you read through all the relevent
 documentation
   before proceeding.
  
  
   lolly wrote:
  
when i try to test my jabber server it gives me this error
'Unable to access home folder /home/temas/src/jabber-1.4.2:
 No such file
or directory'
   
cant locate this path
i have installed jabber-1.4.2.tar.gz at
  d:/program files /jabberd directory
and jabberd.exe at
  d:/program files /jabberd/jabberd
   
i havent made any changes to jabber.xml file
   
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
  
  
  
   --
   Raditha Dissanayake
   [EMAIL PROTECTED]
   http://www.mediasolv.com/?rd
  
  
  
  
   ___
   jdev mailing list
   [EMAIL PROTECTED]
   http://mailman.jabber.org/listinfo/jdev
 
 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev

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

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



[JDEV] IM

2002-04-01 Thread bajaj_vandana
 
   
i am student of final year enginnering .i am developing a messenger for mobiles using j2me.
i am cofiguring jabber server and am facing problems with the steps mentioned in the howto.html page.
could i get any assistance on what all changes are to be made to jabber.xml file or else where could i get the help.


_
If you don't have an account at http://myspace.indbazaar.com , 
you're missing out on split-second e-mail, 50 MB net space and lots
of other goodies...



Re: Re: Re: [JDEV] IM

2002-04-01 Thread lolly


hi ravi,
   sending u this jabber.xml file .
check it out


On Tue, 02 Apr 2002 r-a-v-i wrote :
Lolly,
  Seems the xml file is not properly validated. Try this 
:
   Try to open the xml file in IE. If it opens, then the 
XML file is
well-formed and validated.
   If not, send it to me,I ll check out and let u know 
.Also, you
should open the xml file in edit
  mode. In windows - use notepad, in Unix/Linux - use vi 
editor.


Tx n Rgds

r-a-v-i
- Original Message -
 From: lolly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 02, 2002 11:35 AM
Subject: Re: Re: [JDEV] IM


 
  i get this error when i open my xml file
 
The XML page cannot be displayed
  Cannot view XML input using XSL style sheet. Please correct 
the
  error and then click the Refresh button, or try again later.
  
--
--
  Reference to undeclared namespace prefix: 'jabberd'. Line 
46,
  Position 37
 
 
   hostjabberd:cmdline
  flag=hlocalhost/jabberd:cmdline/host
  ^
 
  plz help lolly
 
  On Tue, 02 Apr 2002 r-a-v-i wrote :
  Lolly,
   I think it would be better, if you start from the
  beginning again
  ...I mean, unzipping the tar file..!! Also, before going to
  change the
  jabber.xml file,take a back up of it and then go ahead.
  I think you will get  it run !!
  
  Tx n Rgds
  
  r-a-v-i
  - Original Message -
   From: raditha dissanayake [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, April 01, 2002 6:16 PM
  Subject: Re: [JDEV] IM
  
  
well you need to make several changes to the jabber.xml
can i suggest that you read through all the relevent
  documentation
before proceeding.
   
   
lolly wrote:
   
 when i try to test my jabber server it gives me this 
error
 'Unable to access home folder 
/home/temas/src/jabber-1.4.2:
  No such file
 or directory'

 cant locate this path
 i have installed jabber-1.4.2.tar.gz at
   d:/program files /jabberd directory
 and jabberd.exe at
   d:/program files /jabberd/jabberd

 i havent made any changes to jabber.xml file

 ___
 jdev mailing list
 [EMAIL PROTECTED]
 http://mailman.jabber.org/listinfo/jdev
   
   
   
--
Raditha Dissanayake
[EMAIL PROTECTED]
http://www.mediasolv.com/?rd
   
   
   
   
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
  
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev
 
  ___
  jdev mailing list
  [EMAIL PROTECTED]
  http://mailman.jabber.org/listinfo/jdev

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



jabber

  !--
  This is the Jabber server configuration file. The file is 
  broken into different sections based on the services being 
  managed by jabberd, the server daemon. Most of the important 
  sections have comments and are easy to modify. You can find
  full instructions in the server howto, which is available at
  http://docs.jabber.org/. Note that when you see a tag like 
  jabberd:cmdline, it's automatically replaced on startup 
  with the command line flag passed in to jabberd. This enables
  you to override parameters set in this configuration file if 
  necessary or desired. Also note as you comment things in and
  out that jabberd does not like comments within comments, so
  be careful with your XML. :)
  --


  !-- 
  The following service/ section is for the session manager, 
  the most important component within the server. This section
  contains the following types of information: 

* the server's hostname
* other basic server information
* the location of the session log file
* email addresses for server administrators 
* the location of the server that provides update information
* registration instructions for new users
* a welcome message for new users
* a list of agents with which users can register
* load rules for the modules within the session manager

  --

  service id=sessions

!-- 
Change hostname below to something other than localhost, 
i.e., to the hostname or IP address of your Jabber server. 
Multiple host/ entries are allowed - each one is for a 
separate virtual server. Note that each host entry must 
be on one line, the server doesn't like it otherwise! :)
--

hostjabberd:cmdline flag=hlocalhost/jabberd:cmdline/host

!-- 
This is the custom configuration section for the 
Jabber session manager, a.k.a. JSM. 
--

jsm xmlns=jabber:config:jsm

  !--
  The filter/ section below determines settings

[JDEV] IM

2002-03-31 Thread lolly

Hi,
   i am developing an application ---messenger service for 
j2me mobiles with interoperability with aol,msn,yahoo...
could somebody plz guide how do i configure jabber to provide this 
kind of functionality and what all needs to be handled at the 
client's side.
plz do reply!
Thanking You.
yours truly,
lalita.

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



Re: [JDEV] IM

2002-03-31 Thread Satish Reddy

very simple
http://jabberd.jabberstudio.org/howto.html .
 check  this ..
Best Regds
 Satish Reddy

lolly wrote:

 Hi,
   i am developing an application ---messenger service for j2me 
 mobiles with interoperability with aol,msn,yahoo...
 could somebody plz guide how do i configure jabber to provide this 
 kind of functionality and what all needs to be handled at the client's 
 side.
 plz do reply!
   Thanking You.
 yours truly,
 lalita.

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




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