- Will the fields be NULL if not set?
- Relevant for user/pass in case of anon connection
- Relevant for name/id if not (yet) receieved
- Event info reveived in callbacks will be free'd once callback returns
- This means user has to duplicate/copy data to store/use them after
twirc_loginbecametwirc_get_logintwirc_last_errorbecametwirc_get_last_errortwirc_tag_by_keybecametwirc_get_tag_by_key- Also, it now returns the
*twirc_tag_tinstead of just the value!
- Also, it now returns the
- You don't need login data; you can connect anonymously
- This needs to be clarified in the section Simple Example
- This should be explained in a new section, Connecting
- Consistently set the error code, for example for 'Out of memory'
- Implement Room support
- Implement SSL/HTTS/whatever support