Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
meskensj #1
Member since Feb 2009 · 2 posts
Group memberships: Members
Show profile · Link to this post
Subject: Rostermanager: incorrect documentation
Hi all,

In Rostermanager.cs:


        /// <summary>
        /// Add a Rosteritem to the Roster
        /// </summary>
        /// <param name="jid">The BARE jid of the rosteritem that should be removed</param>
        public void AddRosterItem(Jid jid)
        {
            AddRosterItem(jid, null, new string[] {});
        }


Should be something like:


        /// <summary>
        /// Add a Rosteritem to the Roster
        /// </summary>
        /// <param name="jid">The BARE jid of the rosteritem that should be added</param>
        public void AddRosterItem(Jid jid)
        {
            AddRosterItem(jid, null, new string[] {});
        }
Avatar
Alex #2
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
thanks, fixed, new code is in SVN.
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:
Forum: agsXMPP RSS