Toni Barata wrote:
Hi all

Can someone send me an openser.cfg example with presence support for trunk version?


Can you read the documentation of the presence module? ;-)

        if(is_method("PUBLISH"))
        {
                        handle_publish("");
        }
...

if(method=="SUBSCRIBE")
    handle_subscribe();


regards
klaus

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to