-
astanad
Hello guys ! i'am trying to make a basic xmpp client in pure python without using external xmpp libraries ! can anyone help me with this code ?
-
astanad
https://http.xmpp.is:5281/upload/bZZepaSd1weWMir7DsCsztx0/chat.py
-
nicoco
astanad, what's the issue, error message from the server, traceback from the python interpreter…?
-
astanad
nicoco, when i starts the script it prints "Connected to server securely" and after some minuts it prints a lot of lines like that ( Received Data : ) and then it crashs
-
singpolyma
> Hello guys ! i'am trying to make a basic xmpp client in pure python without using external xmpp libraries ! can anyone help me with this code ? Why? Just for edification? ↺
-
astanad
singpolyma, Hope you can help !
-
jonas’
astand, it would help if you stayed here for more than a couple minutes.✎ -
jonas’
astanad, it would help if you stayed here for more than a couple minutes. ✏
-
jonas’
in any case, what you describe sounds as if the server closes the connection. in python, socket receive methods will return a zero-length bytes object when the connection has been closed.
-
astanad
jonas’, sorry i'am back now