History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SMACK-183
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Matt Tucker
Reporter: Megan Chinburg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Smack

Internal and external documentation updates needed

Created: 12/05/06 03:57 PM   Updated: 02/04/07 12:49 PM
Component/s: Documentation
Affects Version/s: 3.0.0 Beta 1
Fix Version/s: 3.0.0 Beta 1

Time Tracking:
Not Specified

Environment: all

Support Plan Customer Issue: No
Resolution Date: 02/04/07 12:49 PM
Acceptance Test - Add?: No


 Description  « Hide
There is some documentation (internal javadoc and external) that has not been updated to reflect the changes between 2.0 and 3.0.
E.g. (Internal)
org.jivesoftware.smack.XMPPConnection
javadocs out of date
/**
  • // Start a new conversation with John Doe and send him a message.
  • Chat chat = con.createChat("jdoe@jabber.org"); <---- no longer able to do this
  • chat.sendMessage("Hey, how's it going?");
    ...
    */

(External) in smack/trunk/documentation/overview.html

XMPPConnection connection = new XMPPConnection("jabber.org");
connection.login("mtucker", "password");
connection.createChat("jsmith@jivesoftware.com").sendMessage("Howdy!"); <---- no longer able to do this



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.