[muscle] pattern for subscribe messages

  • From: Wilson Yeung <wilson@xxxxxxxxx>
  • To: muscle@xxxxxxxxxxxxx
  • Date: Sat, 26 Jun 2004 21:08:50 -0700

When I send a subscribe message with subscription pattern * (star), I 
get messages that match only the top level.  Right now, I need to do:

        *
        */*
        */*/*
        */*/*/*

etc.

How can I say "all messages with any pattern"?

Also, what if I want to say:

        */*/xyz/*

without having to specify:

        */*/xyz/*
        */*/xyz/*/*
        */*/xyz/*/*/*

etc.

Will I need to modify the server?

Wilson


Other related posts: