Picon

Jabber component for C++ Builder

Hi all,

I'd like to know if there is a component in C++ Builder 6 in order to act as a chat client.
If not, does anyone know if there is any way to easily build any jabber implementation to a component in C++ Builder?
 
 
Thanks in advance.

--
===================
Emerson de Lira Espínola
===================
Favicon

LAST CALL: XEP-0084 (User Avatar)

This message constitutes notice of a Last Call for comments on XEP-0084 (User Avatar).

Abstract: This document defines an XMPP protocol extension for exchanging user avatars.

URL: http://www.xmpp.org/extensions/xep-0084.html

This Last Call begins today and shall end at the close of business on 2007-10-17.

Please consider the following questions during this Last Call and send your feedback to the
standards <at> xmpp.org discussion list:

1. Is this specification needed to fill gaps in the XMPP protocol stack or to clarify an existing protocol?
2. Does the specification solve the problem stated in the introduction and requirements?
3. Do you plan to implement this specification in your code? If not, why not?
4. Do you have any security concerns related to this specification?
5. Is the specification accurate and clearly written?

Your feedback is appreciated!

Alexander Gnauck | 4 Oct 11:25
Picon
Favicon
Gravatar

XSF membership application period Q4/2007

The XMPP Standards Foundation (XSF) is currently holding its quarterly 
membership application period:

http://wiki.jabber.org/index.php/Membership_Applications_October_2007

Applications are encouraged from developers and others who are actively 
involved in the Jabber/XMPP community. To apply, create a page about 
yourself on the wiki.

If you don't have a wiki account, send your name and email address to 
one of the Sysops:
http://wiki.jabber.org/index.php/Sysops

The application period ends on October 21st 23:59h UTC, so apply today!

Thanks.

Alex

pymsn-t does not start, no logs are available

Hello!

I am trying to launch MSN transport on Gentoo, I installed pymsn-t version
0.11.2, configured it, but when starting it does not start and it does not
produce any logs or debug messages.

I tried to start it with python pymsn-t.py -c /etc/jabber/pymsn-t.xml -D

However it just prints message "Removing stale PID file" and exits.

What could be wrong there and how to fix it?

--

-- 
Eugene Dzhurinsky
James Li | 11 Oct 04:16
Picon

How to add new field in Jabberd2 register ?

Hi All,
I has using Jabberd2 server,the version detail is jabberd 2.1.7,
when I try to register new user, the server response required fields, example:

Client->Server(Query):
<iq id='uid1' type='get'>
<query xmlns='jabber:iq:register'/>
</iq>

Server->Client(RESPONSE):
<iq xmlns='jabber:client' id='uid1' type='result'>
<query xmlns='jabber:iq:register'>
<username/><password/><instructions>Enter a username and password to register with this server.</instructions>
</query>
</iq>

If I want to add new field, such as 'nick' or 'email',How to do it?
Thanks everybody... :)

Tomasz Sterna | 11 Oct 08:51
Favicon
Gravatar

Re: favorable server

Dnia 11-10-2007, Cz o godzinie 09:37 +0800, 陈超 chico pisze:
I want to ask which server is easy for development. So I can be easy to build my client.

You can test your client using any server.

>From the available ones, WildFire is probably easiest to install.


-- --   /\_./o__ Tomasz Sterna (/^/(_^^'  Xiaoka.com ._.(_.)_  XMPP: smoku <at> xiaoka.com
Tomasz Sterna | 11 Oct 08:57
Favicon
Gravatar

Re: How to add new field in Jabberd2 register ?

Dnia 11-10-2007, Cz o godzinie 10:16 +0800, James Li pisze:
> <iq xmlns='jabber:client' id='uid1' type='result'>
> <query xmlns='jabber:iq:register'>
> <username/><password/><instructions>Enter a username and password to
> register with this server.</instructions> 
> </query>
> </iq>
> 
> If I want to add new field, such as 'nick' or 'email',How to do it?

First of all, you should be using jabber:x:data forms to extend in-band
registration - jabber:iq:register schema is fixed and not extensible.

Secondly - jabberd 2.1 does not support this. ;-)

But then - the whole in-band registration (jabber:iq:register) is frown
and there is a tendency to recommend out of band (jabber:x:oob)
registration (via a web page, etc.), and this is supported by jabberd as
of 2.1.9.

--

-- 
  /\_./o__ Tomasz Sterna
 (/^/(_^^'  Xiaoka.com
._.(_.)_  XMPP: smoku <at> xiaoka.com

James Li | 12 Oct 15:56
Picon

Re: How to add new field in Jabberd2 register ?

Tomasz, Thanks a lot :)

On 10/11/07, Tomasz Sterna <tomek <at> xiaoka.com> wrote:
> Dnia 11-10-2007, Cz o godzinie 10:16 +0800, James Li pisze:
> > <iq xmlns='jabber:client' id='uid1' type='result'>
> > <query xmlns='jabber:iq:register'>
> > <username/><password/><instructions>Enter a username and password to
> > register with this server.</instructions>
> > </query>
> > </iq>
> >
> > If I want to add new field, such as 'nick' or 'email',How to do it?
>
> First of all, you should be using jabber:x:data forms to extend in-band
> registration - jabber:iq:register schema is fixed and not extensible.
>
> Secondly - jabberd 2.1 does not support this. ;-)
>
> But then - the whole in-band registration (jabber:iq:register) is frown
> and there is a tendency to recommend out of band (jabber:x:oob)
> registration (via a web page, etc.), and this is supported by jabberd as
> of 2.1.9.
>
> --
>   /\_./o__ Tomasz Sterna
>  (/^/(_^^'  Xiaoka.com
> ._.(_.)_  XMPP: smoku <at> xiaoka.com
>
>

Sven.Bornemann | 15 Oct 11:51
Picon
Favicon

JSO - Best Choice for Java Jabber Application?

Hi everyone!
I would like to write a Jabber Java component/server that receives
presence data from and publishes presence data into a jabber network
(each direction for multiple accounts).
During evaluating the available Java APIs, I found out, that JSO seems
to be a good approach (may be the only way in Java??). But the last JSO 
release is of 2005. Is it such perfect or not maintained anymore?

Thanks in advance,
Sven

Benjamin Podszun | 15 Oct 12:00
Picon

Re: JSO - Best Choice for Java Jabber Application?

Hi Sven.

On Mon, 15 Oct 2007, Sven.Bornemann <at> materna.de wrote:

> Hi everyone!
> I would like to write a Jabber Java component/server that receives
> presence data from and publishes presence data into a jabber network
> (each direction for multiple accounts).
> During evaluating the available Java APIs, I found out, that JSO seems
> to be a good approach (may be the only way in Java??). But the last JSO
> release is of 2005. Is it such perfect or not maintained anymore?

I'm pretty sure that you don't want to write a server for that. It should 
be easier (to create/to maintain) your task as external component, but 
then again you didn't really say what you are up to. It currently _seems_ 
to be comparable to the gateway/transport types of external components.
If you settle on this approach the number of libraries that are available 
increases quite a lot ;)

Regards,
Ben


Gmane