forked from fabito/grails-xmpp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added sendXmppPacket method to send a "raw" Packet
- Loading branch information
Showing
7 changed files
with
350 additions
and
71 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Grails Metadata file | ||
#Sat Jun 19 03:59:40 PDT 2010 | ||
app.grails.version=1.3.1 | ||
#Mon Aug 22 15:53:09 CEST 2011 | ||
app.grails.version=2.0.0.M1 | ||
app.name=grails-xmpp | ||
plugins.hibernate=1.3.1 | ||
plugins.tomcat=1.3.1 | ||
plugins.hibernate=2.0.0.M1 | ||
plugins.tomcat=2.0.0.M1 |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<plugin name='xmpp' version='0.2' grailsVersion='1.1 > *'> | ||
<plugin name='xmpp' version='0.4.3' grailsVersion='1.1 > *'> | ||
<author>Fábio Franco Uechi</author> | ||
<authorEmail>[email protected]</authorEmail> | ||
<title>Grails XMPP Plugin</title> | ||
|
@@ -12,10 +12,8 @@ easier to develop XmppBots, for example. | |
Another feature is auto-detection of PacketListeners and RosterListeners. | ||
</description> | ||
<documentation>http://grails.org/plugin/xmpp</documentation> | ||
<type>XmppGrailsPlugin</type> | ||
<resources> | ||
<resource>Config</resource> | ||
<resource>DataSource</resource> | ||
<resource>UrlMappings</resource> | ||
<resource>XmppBootStrap</resource> | ||
<resource>org.grails.xmpp.XmppController</resource> | ||
<resource>org.grails.xmpp.DefaultXmppBotService</resource> | ||
|
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