add host and port in configuration
This commit is contained in:
parent
77abee6c5a
commit
414174985b
@ -130,6 +130,6 @@ if __name__ == '__main__':
|
||||
xmpp.register_plugin('xep_0199') # XMPP Ping
|
||||
|
||||
# Connect to the XMPP server and start processing XMPP stanzas.
|
||||
xmpp.connect(address=("localhost",25222))
|
||||
xmpp.connect(address=("127.0.0.1",25222))
|
||||
xmpp.process(forever=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user