Chatroom invitations

Clive Holloway clive.holloway at gmail.com
Thu Nov 1 16:57:49 UTC 2007


Oops - spotted a small error in that conditional:

        if ($stanza->isa("DJabberd::Message")
            && ref $stanza->{children}[0]
            && $stanza->{children}[0]{element} eq 'x'
            && ref $stanza->{children}[0]{children}[0]
            && $stanza->{children}[0]{children}[0]{element} eq 'invite') {

Appears to be fine now. Probably. Heh.

cLive ;-)


More information about the Djabberd mailing list