Server IP : 15.235.198.142 / Your IP : 216.73.216.0 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/words/im/__pycache__/ |
Upload File : |
� Ϫ�f�! � � � d Z ddlmZmZ G d� de� Z G d� de� Z G d� de� Z G d � d e� Z G d� de� Z G d � de� Z G d� de� Z y)z Pan-protocol chat client. � )� Attribute� Interfacec �T � e Zd ZdZ ed� Z ed� Zd� Zd� Zd� Z d� Z d� Zd � Zy )�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 � � y)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�ports �=/usr/lib/python3/dist-packages/twisted/words/im/interfaces.py�__init__zIAccount.__init__ � � � c � � y)z7 Am I online? @rtype: boolean Nr r r r �isOnlinezIAccount.isOnline* r r c � � y)z� Go on-line. @type chatui: Implementor of C{IChatUI} @rtype: L{Deferred} with an eventual L{IClient} result. Nr )�chatuis r �logOnzIAccount.logOn1 r r c � � y)z Sign off. Nr r r r �logOffzIAccount.logOff: r r c � � y)z* @rtype: L{Group<IGroup>} Nr �� groupNames r �getGroupzIAccount.getGroup? r r c � � y)z, @rtype: L{Person<IPerson>} Nr )� personNames r � getPersonzIAccount.getPersonD r r N) �__name__� __module__�__qualname__�__doc__r �client�gatewayTyper r r r r r r r r r r s? � �� �U� V�F��E��K� ���� � r r c �<