Пример #1
0
 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
Пример #2
0
 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