1
0
Fork 0

Separate sections of attrs with useful comments.

This commit is contained in:
Matt Goodall 2012-07-10 17:25:25 +01:00
parent cf45380866
commit 15a35ce4ff
1 changed files with 4 additions and 0 deletions

View File

@ -12,8 +12,12 @@ type XMPP struct {
// server during setup and so must be used for all messages.
JID JID
stream *Stream
// Stanza channels.
in chan interface{}
out chan interface{}
// Incoming stanza filters.
nextFilterId FilterId
filters map[FilterId]filter
}