Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-10-16 18:23:49 +0300
committerlovetox <philipp@hoerist.com>2021-10-16 18:23:49 +0300
commitb2a46b62e1fce675df36465b9161bc3ca82ccd06 (patch)
tree93c3fcb8f0359efd2f9144a0cfcc2e3cfc469215
parentcd079530dcef49ab141de777cbd5b91a2e38ed41 (diff)
Remove unused method
-rw-r--r--nbxmpp/util.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nbxmpp/util.py b/nbxmpp/util.py
index 2c2c1ec..c276a10 100644
--- a/nbxmpp/util.py
+++ b/nbxmpp/util.py
@@ -317,10 +317,6 @@ def get_stream_header(domain, lang, is_websocket):
return "<?xml version='1.0'?>%s>" % str(header)[:-3]
-def get_stanza_id():
- return str(uuid.uuid4())
-
-
def utf8_decode(data):
'''
Decodes utf8 byte string to unicode string