| Class | SIP::StrayMessageHandler |
| In: |
sipper/stray_message_manager.rb
|
| Parent: | Object |
| SMH_DROP | = | 8000 |
| SMH_HANDLED | = | 8001 |
| SMH_RETRY | = | 8002 |
| SMH_TREAT_INITIAL | = | 8003 |
| stray_message_handler | [RW] |
Filter on anonymous Module because if the stray handler is defined inline then we load the string twice, once in an anonymous module and once in top level object. We do not want to register the stray handler twice.