• Tom Evans's avatar
    Simplify and shorten pubsub message id · 0535aa41
    Tom Evans authored
    The specification (XEP-0060) recommends generating unique message ids
    within a pubsub instance to aid troubleshooting for notification
    delivery issues when needed. This replaces a ridiculously long and
    inefficient string concatenation with something a bit more tidy and
    concise.
    0535aa41
PubSubModule.java 31.1 KB