Menu

#34 xmpp api documentation

ver devel
open
nobody
modules (50)
5
2008-06-30
2008-06-30
No

xmpp module documentation does not include API functions.

Discussion

  • Olle E. Johansson

    Logged In: YES
    user_id=7341
    Originator: NO

    Is this still an issue?

    There's one function documented...

     
  • Olle E. Johansson

    Logged In: YES
    user_id=7341
    Originator: NO

    Found an undocumented function "bind_xmpp"

    /*
    * Exported functions
    */
    static cmd_export_t cmds[] = {
    {"xmpp_send_message", (cmd_function)cmd_send_message, 0, 0, 0, REQUEST_ROUTE},
    {"bind_xmpp", (cmd_function)bind_xmpp, 0, 0, 0, 0},
    {0, 0, 0, 0, 0, 0}
    };

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.