Not logged in. · Lost password · Register
Forum: agsXMPP SDK Bug Report RSS
BradleyUffner #1
Member since Dec 2008 · 1 post
Group memberships: Members
Show profile · Link to this post
Subject: Conference bookmark nickname bug
When trying to use a bookmark to connect to a conference room the .Nickname property of the conference class is set to Nothing even though the <nick> is visible in teh raw xml.  This is due to the .Nickname property being
        public string Nickname
        {
            get { return GetTag("nickname"); }
            set { SetTag("nickname", value); }
        }
when it should be
     
  public string Nickname
        {
            get { return GetTag("nick"); }
            set { SetTag("nick", value); }
        }


this is at line 107 in protocol/extensions/bookmarks/conference.cs
Avatar
Alex #2
Member since Feb 2003 · 2570 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
fixed, code is in SVN.

Thanks,
Alex
Alexander Gnauck
AG-Software
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters: