deltachat-rpc-client 2.38.0__py3-none-any.whl → 2.40.0__py3-none-any.whl

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.
@@ -303,7 +303,7 @@ class Chat:
303
303
  f.flush()
304
304
  self._rpc.send_msg(self.account.id, self.id, {"viewtype": ViewType.VCARD, "file": f.name})
305
305
 
306
- def place_outgoing_call(self, place_call_info: str) -> Message:
306
+ def place_outgoing_call(self, place_call_info: str, has_video_initially: bool) -> Message:
307
307
  """Starts an outgoing call."""
308
- msg_id = self._rpc.place_outgoing_call(self.account.id, self.id, place_call_info)
308
+ msg_id = self._rpc.place_outgoing_call(self.account.id, self.id, place_call_info, has_video_initially)
309
309
  return Message(self.account, msg_id)
@@ -104,7 +104,7 @@ class Client:
104
104
 
105
105
  def _process_events(
106
106
  self,
107
- until_func: Callable[[AttrDict], bool],
107
+ until_func: Callable[[AttrDict], bool] = _forever,
108
108
  until_event: EventType = False,
109
109
  ) -> AttrDict:
110
110
  """Process events until the given callable evaluates to True,
@@ -22,7 +22,7 @@ from .rpc import Rpc
22
22
  E2EE_INFO_MSGS = 1
23
23
  """
24
24
  The number of info messages added to new e2ee chats.
25
- Currently this is "End-to-end encryption available".
25
+ Currently this is "Messages are end-to-end encrypted."
26
26
  """
27
27
 
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deltachat-rpc-client
3
- Version: 2.38.0
3
+ Version: 2.40.0
4
4
  Summary: Python client for Delta Chat core JSON-RPC interface
5
5
  License-Expression: MPL-2.0
6
6
  Classifier: Development Status :: 5 - Production/Stable
@@ -1,19 +1,19 @@
1
1
  deltachat_rpc_client/__init__.py,sha256=zroJARiq9HBi7Ln03KlICOUJHSjm3CGIFkHfXILEdOQ,567
2
2
  deltachat_rpc_client/_utils.py,sha256=IQD23hEWPQ7A43Bx3bt4MhXy5DJiVFT-UHUDz-hpo0g,6619
3
3
  deltachat_rpc_client/account.py,sha256=CNUwmWNdWlaEXuDHy0Xld7EFnNaBrMk_BORkVeNIql4,19549
4
- deltachat_rpc_client/chat.py,sha256=NWFekpJaHh21GLNev0_5YhbPLPz72TTwXlmJ8fDAfgk,11957
5
- deltachat_rpc_client/client.py,sha256=ddCq5ln2xHy5_-NjjjOI8yO_Ee8oeTXKyiwhCkUIvwk,7595
4
+ deltachat_rpc_client/chat.py,sha256=PdDjSNx7DgVbtSyN9OT-cJrD-I_BgEVaKCnqIVT8pVI,12005
5
+ deltachat_rpc_client/client.py,sha256=l3yTinRS-u0JD0yx5VmBhc6flQWzCMfUGUoVltGY0qs,7606
6
6
  deltachat_rpc_client/const.py,sha256=fnM377RkqOf4rM_jhy-O8dK-MbFLXQYtvprsvVWg2YI,6722
7
7
  deltachat_rpc_client/contact.py,sha256=NLh1XNnD_LQf27pNcVgqNN97Gbv190VSCuEyjjce4L4,1893
8
8
  deltachat_rpc_client/deltachat.py,sha256=-6SqQAS8_mMWLBP3U1HvFsNIpcAPYBlmqF8R6Bt90YQ,1894
9
9
  deltachat_rpc_client/events.py,sha256=Y45LoGlQy0i1U-LhoqF9njqJWA8v4b-XHfXZ4VOr1TQ,10205
10
10
  deltachat_rpc_client/message.py,sha256=q9vxYTAvgIfbV9v8uupj5t_jpSVcSx3BJwYHlpMJ8z8,5443
11
11
  deltachat_rpc_client/py.typed,sha256=nGQ9Itq-bkXBn5Ri1JIR0oYnDNv7LDRfkowxBSSqVTM,60
12
- deltachat_rpc_client/pytestplugin.py,sha256=9zO9hLj1SSSgKfYq4pB2rci_rIONoLdT6nt32WRD13o,10856
12
+ deltachat_rpc_client/pytestplugin.py,sha256=gSxfCxOLdjThhCqKxvC-hHOka9d8CtfOVCHVQMrO2oc,10858
13
13
  deltachat_rpc_client/rpc.py,sha256=V26Z6rSjwAIWinPft5jnJIQrQg6lnlqLVf9BPWgz6iE,6318
14
- deltachat_rpc_client-2.38.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
15
- deltachat_rpc_client-2.38.0.dist-info/METADATA,sha256=RIB_U5lfxyLPojClwVjdFoiXvvlqld2qsNKxyIaGVU4,2274
16
- deltachat_rpc_client-2.38.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
17
- deltachat_rpc_client-2.38.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
18
- deltachat_rpc_client-2.38.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
19
- deltachat_rpc_client-2.38.0.dist-info/RECORD,,
14
+ deltachat_rpc_client-2.40.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
15
+ deltachat_rpc_client-2.40.0.dist-info/METADATA,sha256=LY3vTDOZ5hU-Fk1I1nMM_p1jkjCLJvtR6KHTpoes2TA,2274
16
+ deltachat_rpc_client-2.40.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
17
+ deltachat_rpc_client-2.40.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
18
+ deltachat_rpc_client-2.40.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
19
+ deltachat_rpc_client-2.40.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5