diff options
| author | daleharvey <daleharvey@users.sourceforge.net> | 2006-06-25 19:26:36 +0000 |
|---|---|---|
| committer | daleharvey <daleharvey@users.sourceforge.net> | 2006-06-25 19:26:36 +0000 |
| commit | f410bbbcd2caf20805730f82fcedc7ba5ee588af (patch) | |
| tree | 87577bfcc50be3e19ee96e081c34f7bc944a1ad2 /src/jabber_whiteboard/protocol/protocol.bib | |
| parent | replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes... (diff) | |
| download | inkscape-f410bbbcd2caf20805730f82fcedc7ba5ee588af.tar.gz inkscape-f410bbbcd2caf20805730f82fcedc7ba5ee588af.zip | |
added protocol documents to jabber_whiteboard
(bzr r1290)
Diffstat (limited to 'src/jabber_whiteboard/protocol/protocol.bib')
| -rw-r--r-- | src/jabber_whiteboard/protocol/protocol.bib | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/jabber_whiteboard/protocol/protocol.bib b/src/jabber_whiteboard/protocol/protocol.bib new file mode 100644 index 000000000..181242cc2 --- /dev/null +++ b/src/jabber_whiteboard/protocol/protocol.bib @@ -0,0 +1,38 @@ +@misc{rfc3920, + author="P. Saint-Andre", + title="{Extensible Messaging and Presence Protocol (XMPP): Core}", + series="Request for Comments", + number="3920", + howpublished="RFC 3920 (Proposed Standard)", + publisher="IETF", + organisation="Internet Engineering Task Force", + year=2004, + month=oct, + url="http://www.ietf.org/rfc/rfc3920.txt", +} + +@misc{jep0045, + author="P. Saint-Andre", + title="{Multi-User Chat}", + series="Jabber Enhancement Proposals", + number="0045", + howpublished="JEP 0045 (Standards Track)", + publisher="Jabber Foundation", + organisation="Jabber Software Foundation", + year=2005, + month=sep, + url="http://www.jabber.org/jeps/jep-0045.html", +} + +@misc{rfc2119, + author="S. Bradner", + title="{Key words for use in RFCs to Indicate Requirement Levels}", + series="Request for Comments", + number="2119", + howpublished="RFC 2119 (Best Current Practice)", + publisher="IETF", + organisation="Internet Engineering Task Force", + year=1997, + month=mar, + url="http://www.ietf.org/rfc/rfc2119.txt", +}
\ No newline at end of file |
