zak wrote: >i just installed the jabber server so i could do local testing for a client >i'm developing. anyway, i noticed a couple things that i'm assuming deal >with the server configuration and was hoping someone could explain. > >first of all when my cleint sends the ending xml stream packet ></stream:stream> i get no matching </stream:stream> sent back from the >server. however, when i test on jabber.org i do get the matching end stream >back. > This might be that they are using a different client connection management piece than you are. The opening and closing tags are usually sent programmatically, and the particular implementation may be flawed
> >secondly, when i retrieve my roster, from the server that i just installed, >the roster items only include the attributes jid and subscription. the name >attribute is not included. For example: > ><item jid='[EMAIL PROTECTED]' subscription='both'><group>SomeGroup</group></item> > Odd - are you setting the names? >additionally, when i register new accounts i do set the name and email fields >and the are in the spool files on the server. > I don't understand. -David Waite _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
