Skip to content

Commit

Permalink
server: publish Header::machine_id
Browse files Browse the repository at this point in the history
It will be used to filter clients based on their self-advertised name.
  • Loading branch information
MrAnno committed Dec 11, 2024
1 parent ad83fa7 commit 07ed61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/soap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,10 @@ impl Header {
pub fn revision(&self) -> Option<&String> {
self.revision.as_ref()
}

pub fn machine_id(&self) -> Option<&String> {
self.machine_id.as_ref()
}
}

impl Serializable for Header {
Expand Down

0 comments on commit 07ed61c

Please sign in to comment.