diff --git a/to_room.py b/to_room.py index a743b11..45108b2 100644 --- a/to_room.py +++ b/to_room.py @@ -32,7 +32,7 @@ def XMPPBot(password, room="dev"): client.send(presence) - client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/Saperlipopette' % room)) + client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/GitBot' % room)) def sendToChatRoom(message): if not client.connected: