Ilya Trefilov
Results
1
issues of
Ilya Trefilov
I have the following code `send_client = aioxmpp.PresenceManagedClient(jid=client.jid, security_layer=aioxmpp.make_security_layer(client.password, no_verify=True), override_peer= [(settings.SERVER_HOST, 443, aioxmpp.connector.XMPPOverTLSConnector())]) async with send_client.connected() as stream: ...` The question is: How to add lang attribute on initial...
enhancement