def register_push_client_jid(self, jid): """ update the JID in the corresponing entry from rhnPushClient """ server_id = self.getid() ret = server_lib.update_push_client_jid(server_id, jid) return ret