forked from igniterealtime/Smack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Smack Key Advantages | |
|
||
Chat chat = ChatManager.getInstanceFor(connection) | ||
.createChat("[email protected]", new MessageListener() { | ||
|
||
@Override | ||
public void processMessage(Chat chat, Message message) { | ||
System.out.println("Received message: " + message); | ||
} | ||
|
@@ -35,7 +35,7 @@ About XMPP | |
XMPP (eXtensible Messaging and Presence Protocol) is an open protocol | ||
standardized by the IETF and supported and extended by the XMPP Standards | ||
Foundation (([http://www.xmpp.org](http://www.xmpp.org)). | ||
Foundation (XSF, [http://www.xmpp.org](http://www.xmpp.org)). | ||
How To Use This Documentation | ||
----------------------------- | ||
|