* Renamed the 'jabber' module to 'xmpp' module. Also renamed functions starting...
authorArt Cancro <ajc@citadel.org>
Mon, 22 Feb 2010 18:30:51 +0000 (18:30 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 22 Feb 2010 18:30:51 +0000 (18:30 +0000)
commit131b59b3ca3c8368c6ad179ef7fb9cc02e99ede4
tree5afe4f508ba17b2841f57da88081ef813bae7022
parent29fda9cdbf1aac6b68aba62ac593a051af124030
* Renamed the 'jabber' module to 'xmpp' module.  Also renamed functions starting with jabber_ to xmpp_ .  Obviously I did *not* rename any of the XML namespaces because that would break the protocol.
14 files changed:
citadel/modules/jabber/serv_xmpp.c [deleted file]
citadel/modules/jabber/serv_xmpp.h [deleted file]
citadel/modules/jabber/xmpp_messages.c [deleted file]
citadel/modules/jabber/xmpp_presence.c [deleted file]
citadel/modules/jabber/xmpp_query_namespace.c [deleted file]
citadel/modules/jabber/xmpp_queue.c [deleted file]
citadel/modules/jabber/xmpp_sasl_service.c [deleted file]
citadel/modules/xmpp/serv_xmpp.c [new file with mode: 0644]
citadel/modules/xmpp/serv_xmpp.h [new file with mode: 0644]
citadel/modules/xmpp/xmpp_messages.c [new file with mode: 0644]
citadel/modules/xmpp/xmpp_presence.c [new file with mode: 0644]
citadel/modules/xmpp/xmpp_query_namespace.c [new file with mode: 0644]
citadel/modules/xmpp/xmpp_queue.c [new file with mode: 0644]
citadel/modules/xmpp/xmpp_sasl_service.c [new file with mode: 0644]