wnox 0.4.0__tar.gz → 0.6.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {wnox-0.4.0 → wnox-0.6.0}/PKG-INFO +2 -2
- {wnox-0.4.0 → wnox-0.6.0}/pyproject.toml +2 -2
- {wnox-0.4.0 → wnox-0.6.0}/setup.py +1 -1
- {wnox-0.4.0 → wnox-0.6.0}/wnox/__init__.py +2 -2
- {wnox-0.4.0 → wnox-0.6.0}/wnox.egg-info/PKG-INFO +2 -2
- {wnox-0.4.0 → wnox-0.6.0}/LICENSE.txt +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/README.md +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/setup.cfg +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/wnox.egg-info/SOURCES.txt +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/wnox.egg-info/dependency_links.txt +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/wnox.egg-info/requires.txt +0 -0
- {wnox-0.4.0 → wnox-0.6.0}/wnox.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
4
|
-
Summary:
|
3
|
+
Version: 0.6.0
|
4
|
+
Summary: QE nexus client.
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
7
7
|
Author-email: "Ethan (Armin) Cardan" <armin.fire@gmail.com>
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "wnox"
|
7
|
-
version = "0.
|
7
|
+
version = "0.6.0"
|
8
8
|
authors = [{ name = "Ethan (Armin) Cardan", email = "armin.fire@gmail.com" }]
|
9
|
-
description = "
|
9
|
+
description = "QE nexus client."
|
10
10
|
readme = "README.md"
|
11
11
|
license = { file = "LICENSE" }
|
12
12
|
dependencies = ["slixmpp","bson"]
|
@@ -50,7 +50,7 @@ class WSX(ClientXMPP, EventEmitter):
|
|
50
50
|
EventEmitter.__init__(self)
|
51
51
|
self.app = app
|
52
52
|
self.uid = uid
|
53
|
-
self.
|
53
|
+
self._resource = resource
|
54
54
|
self.password = password
|
55
55
|
self.add_event_handler("session_start", self.start)
|
56
56
|
self.add_event_handler("failed_auth", self.on_failed_auth)
|
@@ -89,7 +89,7 @@ class WSX(ClientXMPP, EventEmitter):
|
|
89
89
|
itsbro = not itsme and f"{self.boundjid.bare.split('@')[0]}-" in from_jid
|
90
90
|
|
91
91
|
if "conference.qepal.com" in from_jid:
|
92
|
-
itsme = f"{self.app}-{self.uid}-{self.
|
92
|
+
itsme = f"{self.app}-{self.uid}-{self._resource}" in from_jid
|
93
93
|
itsbro = not itsme and f"{self.app}-{self.uid}-" in from_jid
|
94
94
|
|
95
95
|
delayed = "urn:xmpp:delay" in str(stanza)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
4
|
-
Summary:
|
3
|
+
Version: 0.6.0
|
4
|
+
Summary: QE nexus client.
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
7
7
|
Author-email: "Ethan (Armin) Cardan" <armin.fire@gmail.com>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|