| Server IP : 138.197.107.151 / Your IP : 216.73.216.170 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/twisted/words/test/__pycache__/ |
Upload File : |
�
oj�# � � � d dl mZ d dlmZ d dlmZ d dlmZmZm Z m
Z
d dlmZ dZ
ee j � G d� d� � Z G d � d
ej � Z G d� dej$ � Z G d
� dej$ � Zy)� )�implementer)�defer)�unittest)�jid�sasl�sasl_mechanisms� xmlstream)�domish� urn:ietf:params:xml:ns:xmpp-saslc �. � e Zd ZdZdZdZdZd� Zd� Zd� Z y)�DummySASLMechanisma�
Dummy SASL mechanism.
This just returns the initialResponse passed on creation, stores any
challenges and replies with the value of C{response}.
@ivar challenge: Last received challenge.
@type challenge: C{unicode}.
@ivar initialResponse: Initial response to be returned when requested
via C{getInitialResponse} or L{None}.
@type initialResponse: C{unicode}
N�DUMMY� c � � || _ y �N��initialResponse)�selfr s �D/usr/lib/python3/dist-packages/twisted/words/test/test_jabbersasl.py�__init__zDummySASLMechanism.__init__"