Filters for each type of message (Message, Iq, Presence). Respond with the appropriate "there is nothing here, go away" payload for each type. ``` myFunc := func(msg *xco.Message) bool { ... } c.MessageHandler = xco.MessageFilter(myFitler, myHandler) ```