Kaepsis
Kaepsis
read documentation file @ https://github.com/fogleman/Minecraft#how-to-run
issue is not real issue. @fogleman take action
issue is not real issue. @fogleman take action
> I am concerned with the large amount of spam on this Issues tab. > > Unfortunately, @fogleman does not actively monitor this repo anymore. no one can remove those...
I don't get any error message. I actually don't know how to implement the `send` method in my code. I tried everything
`connection.send` is not working
I use this code ```python def main(): jid = xmpp.protocol.JID("jid") connection = xmpp.Client(server=jid.getDomain(), debug=True) connection.connect(server=("server", 5222)) connection.auth(user="user", password="password", resource=jid.getResource()) message = xmpp.Message(to="recipeint", body="hi") message.setNamespace(None) message.setAttr("type", "chat") message.setTag(name="c", namespace="c2m:c") message.setTagData(tag="c", val="579007379188829483")...
> Thank you. I've modified your code example slightly on a few spots, and verified it works fully and thoroughly well with the Jabber server I am using. Can I...
``` nvalid debugflag given: always Invalid debugflag given: nodebuilder DEBUG: DEBUG: Debug created for /home/lorenzo/.local/lib/python3.8/site-packages/xmpp/client.py DEBUG: flags defined: always,nodebuilder DEBUG: socket start Plugging into DEBUG: socket warn Could not load...
how to reproduce your issue?