My hunch is that these should also be updated.
This commit is contained in:
committed by
Lance Stout
parent
da332365d4
commit
c3be6ea0b2
@@ -36,7 +36,7 @@ class xep_0078(base.base_plugin):
|
||||
log.debug("Starting jabber:iq:auth Authentication")
|
||||
auth_request = self.xmpp.makeIqGet()
|
||||
auth_request_query = ET.Element('{jabber:iq:auth}query')
|
||||
auth_request.attrib['to'] = self.xmpp.server
|
||||
auth_request.attrib['to'] = self.xmpp.boundjid.host
|
||||
username = ET.Element('username')
|
||||
username.text = self.xmpp.username
|
||||
auth_request_query.append(username)
|
||||
|
||||
Reference in New Issue
Block a user