getblockedpeers

Get the list of blocked peers

Parameters:
none
Returns:
XML
    <blockedpeers>
        <meta>
            <totalrecords> { RECORD COUNT } </totalrecords>
        </meta>
        <blockedpeer>
            <nickname> { USER NICKNAME } </nickname>
            <peerid> { USER ID } </peerid>
            <displayname> { USER DISPLAY NAME } </displayname>
            <status> { Online | Offline } </status>
            <blocked> { 0 | 1 } </blocked>
        </blockedpeer>
    </blockedpeers>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.