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 : /usr/lib/python3/dist-packages/twisted/words/im/__pycache__/ |
Upload File : |
o �b�! � @ s� d Z ddlmZmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d � d e�ZG dd� de�ZG d d� de�Z G dd� de�Z dS )z Pan-protocol chat client. � )� Attribute� Interfacec @ sP e Zd ZdZed�Zed�Zdd� Zdd� Zdd � Z d d� Z dd � Zdd� ZdS )�IAccountz; I represent a user's account with a chat service. z<The L{IClient} currently connecting to this account, if any.z;A C{str} that identifies the protocol used by this account.c C � dS )a @type accountName: string @param accountName: A name to refer to the account by locally. @type autoLogin: boolean @type username: string @type password: string @type host: string @type port: integer N� )�accountName� autoLogin�username�password�host�portr r �=/usr/lib/python3/dist-packages/twisted/words/im/interfaces.py�__init__ � zIAccount.__init__c C r )z7 Am I online? @rtype: boolean Nr r r r r �isOnline* r zIAccount.isOnlinec C r )z� Go on-line. @type chatui: Implementor of C{IChatUI} @rtype: L{Deferred} with an eventual L{IClient} result. Nr )�chatuir r r �logOn1 r zIAccount.logOnc C r )z Sign off. Nr r r r r �logOff: r zIAccount.logOffc C r )z* @rtype: L{Group<IGroup>} Nr �� groupNamer r r �getGroup? r zIAccount.getGroupc C r )z, @rtype: L{Person<IPerson>} Nr )� personNamer r r � getPersonD r zIAccount.getPersonN) �__name__� __module__�__qualname__�__doc__r �client�gatewayTyper r r r r r r r r r r s � r c @ s>