jabber_mirror: Change the default resource to 'zulip'
(imported from commit 290dca7fce5230dc94425478ad48fb8b8a0952b6)
This commit is contained in:
parent
3e13e87a84
commit
88458043bb
|
@ -63,7 +63,7 @@ class JabberToZulipBot(ClientXMPP):
|
|||
def __init__(self, jid, password, rooms, openfire=False):
|
||||
self.nick = jid.username
|
||||
if not jid.resource:
|
||||
jid.resource = "jabber_mirror"
|
||||
jid.resource = "zulip"
|
||||
ClientXMPP.__init__(self, jid, password)
|
||||
self.password = password
|
||||
self.rooms = set()
|
||||
|
|
Loading…
Reference in a new issue