Setting a filter applies to all channels that you will subscribe to from that particular client. This client filter excludes messages that have this subscriber's UUID set at the sender's UUID:
NSString *expression = [NSString stringWithFormat:@"(uuid != '%@'",
se...