deltachat-rpc-client 2.31.0__tar.gz → 2.33.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {deltachat_rpc_client-2.31.0/src/deltachat_rpc_client.egg-info → deltachat_rpc_client-2.33.0}/PKG-INFO +1 -1
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/pyproject.toml +1 -1
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0/src/deltachat_rpc_client.egg-info}/PKG-INFO +1 -1
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_multitransport.py +16 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/LICENSE +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/README.md +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/setup.cfg +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/__init__.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/_utils.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/account.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/chat.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/client.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/const.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/contact.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/deltachat.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/events.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/message.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/py.typed +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/pytestplugin.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/rpc.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client.egg-info/SOURCES.txt +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client.egg-info/dependency_links.txt +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client.egg-info/entry_points.txt +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client.egg-info/top_level.txt +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_account_events.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_calls.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_chatlist_events.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_cross_core.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_folders.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_iroh_webxdc.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_key_transfer.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_multidevice.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_securejoin.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_something.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_vcard.py +0 -0
- {deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/tests/test_webxdc.py +0 -0
|
@@ -201,3 +201,19 @@ def test_transport_synchronization(acfactory, log) -> None:
|
|
|
201
201
|
|
|
202
202
|
assert ac1.wait_for_incoming_msg().get_snapshot().text == "Hello!"
|
|
203
203
|
assert ac1_clone.wait_for_incoming_msg().get_snapshot().text == "Hello!"
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
def test_recognize_self_address(acfactory) -> None:
|
|
207
|
+
alice, bob = acfactory.get_online_accounts(2)
|
|
208
|
+
|
|
209
|
+
bob_chat = bob.create_chat(alice)
|
|
210
|
+
|
|
211
|
+
qr = acfactory.get_account_qr()
|
|
212
|
+
alice.add_transport_from_qr(qr)
|
|
213
|
+
|
|
214
|
+
new_alice_addr = alice.list_transports()[1]["addr"]
|
|
215
|
+
alice.set_config("configured_addr", new_alice_addr)
|
|
216
|
+
|
|
217
|
+
bob_chat.send_text("Hello!")
|
|
218
|
+
msg = alice.wait_for_incoming_msg().get_snapshot()
|
|
219
|
+
assert msg.chat == alice.create_chat(bob)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/__init__.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/_utils.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/account.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/chat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/client.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/const.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/contact.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/deltachat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/events.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/message.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/py.typed
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.31.0 → deltachat_rpc_client-2.33.0}/src/deltachat_rpc_client/pytestplugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|