Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/words/im/__pycache__/ |
Upload File : |
o �b@ � @ sT d Z ddlmZmZmZ G dd� d�ZG dd� d�ZG dd� d�ZG d d � d �ZdS )z. Base classes for Instance Messenger clients. � )�AWAY�OFFLINE�ONLINEc @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� ZdS ) �ContactsListah A GUI object that displays a contacts list. @ivar chatui: The GUI chat client associated with this contacts list. @type chatui: L{ChatUI} @ivar contacts: The contacts. @type contacts: C{dict} mapping C{str} to a L{IPerson<interfaces.IPerson>} provider @ivar onlineContacts: The contacts who are currently online (have a status that is not C{OFFLINE}). @type onlineContacts: C{dict} mapping C{str} to a L{IPerson<interfaces.IPerson>} provider @ivar clients: The signed-on clients. @type clients: C{list} of L{IClient<interfaces.IClient>} providers c C s || _ i | _i | _g | _dS )zx @param chatui: The GUI chat client associated with this contacts list. @type chatui: L{ChatUI} N)�chatui�contacts�onlineContacts�clients)�selfr � r �;/usr/lib/python3/dist-packages/twisted/words/im/basechat.py�__init__ s zContactsList.__init__c C sp |j | jvr|| j|j <